/* Start of CMSMS style sheet 'DPMC' */
a.side:link  { color: #4f4f4f; font-size: 12px; font-family: Arial; font-weight: normal; line-height: 12px; text-decoration: none }
a.side:visited  { color: #4f4f4f; font-size: 12px; font-family: Arial; line-height: 12px; text-decoration: none }
a.side:hover  { color: #4f4f4f; font-size: 12px; font-family: Arial; line-height: 12px; text-decoration: underline }

.newsheader   { color: #265ea8; font-size: 20px; font-family: Arial; text-decoration: none }
a.topnav:link    { color: #fff; font-size: 18px; font-family: Arial; font-weight: lighter; text-decoration: none }
a.topnav:visited    { color: #fff; font-size: 18px; font-family: Arial; font-weight: lighter; text-decoration: none }
a.topnav:hover    { color: #d4d97b; font-size: 18px; font-family: Arial; font-weight: lighter; text-decoration: none }
.heading { color: #4f4f4f; font-size: 14px; font-family: Arial; font-weight: bold; text-decoration: none }
.base     { color: #265ea8; font-size: 18px; font-family: Arial; padding-left: 30px }
.contentcopy { color: #4f4f4f; font-size: 12px; font-family: Arial; font-weight: normal; line-height: 18px; text-decoration: none }
a.baselink:link     { color: #265ea8; font-size: 18px; font-family: Arial; text-decoration: none}
a.baselink:visited     { color: #265ea8; font-size: 18px; font-family: Arial; text-decoration: none}
a.baselink:hover    { color: #265ea8; font-size: 18px; font-family: Arial; text-decoration: underline}
.aboutusblock  { color: #fff; font-size: 14px; font-family: Arial; font-weight: normal; text-decoration: none; padding-right: 5px; padding-left: 5px }
.contentcontactus { color: #4f4f4f; font-size: 12px; font-family: Arial; font-weight: normal; line-height: 18px; text-decoration: none; padding-left : 12px; padding-right : 10px; }

a.topnavroll:link    { color: #d4d97b; font-size: 18px; font-family: Arial; font-weight: lighter; text-decoration: none }
a.topnavroll:visited    { color: #d4d97b; font-size: 18px; font-family: Arial; font-weight: lighter; text-decoration: none }
a.topnavroll:hover    { color: #d4d97b; font-size: 18px; font-family: Arial; font-weight: lighter; text-decoration: none }
.boxheading { color: #00429d; font-size: 18px; font-family: Arial; font-weight: bold; text-decoration: none }
.boxcopy { color: #00429d; font-size: 12px; font-family: Arial; font-weight: normal; line-height: 18px; text-decoration: none }
.homeintro { color: #4f4f4f; font-size: 16px; font-family: Arial; font-weight: normal; line-height: 22px; text-decoration: none }
a.homeintrolink:link { color: #4f4f4f; font-size: 16px; font-family: Arial; font-weight: normal; line-height: 22px; text-decoration: underline }
a.homeintrolink:visited { color: #4f4f4f; font-size: 16px; font-family: Arial; line-height: 22px; text-decoration: underline }
a.homeintrolink:hover { color: #4f4f4f; font-size: 16px; font-family: Arial; line-height: 22px; text-decoration: underline }

/* End of 'DPMC' */

/* Start of CMSMS style sheet 'DPMC STYLING' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body  { font-size: 12px; font-family: Arial;  text-align: left }


/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
a,
a:link { color: #18507c; font-size: 12px; font-family: Arial; font-weight: normal; text-decoration: underline }
a:active  { color: #18507c; font-size: 12px; font-family: Arial; text-decoration: none; background-color: inherit }

a:visited    { color: #18507c; font-size: 12px; font-family: Arial; font-weight: normal; text-decoration: underline }


/* End of 'DPMC STYLING' */

