
/* CSS Document */

body {
font: 12pt/1em Times New Roman, Times, serif;
text-align:left;
color: black;
background: none;
}

#container {
width: 100%;
height: 50px;
text-align: left;
color: black;
}

#content,
#content_main { width: 100%; }

#site_info {
width: 100%;
text-align:center;
}

div#container div#branding h1 a {
font-family: Times New Roman, Times, serif;
font-size:22px;
background: url(../styles/none);
font-weight: bold;
border:none;
text-indent:0px;
text-decoration:none;
color:#000;
height:50px;
}

#content_main h2,
#content_main h3,
#content_main h4,
#content_sub h2,
#content_sub h3,
#content_sub h4 {
font-family: Times New Roman, Times, serif;
background: url(../styles/none);
background-color:#fff;
font-weight: bold;
border:none;
text-indent:0px;
font-variant:normal;
font-weight:bold;
text-transform: none;
text-align:left;
}

#content_main h2,
#content_sub h2 { font-size:18px; }

#content_main h3,
#content_sub h3 { font-size:16px; }

#content_main h4,
#content_sub h4 { font-size:14px; }

#content_main img,
#content_sub img,
#site_info img,
div#navigation,
.divBreadcrumbNav,
#content_sub { display: none; }

#container a:link,
#container a:active,
#container a:visited,
#container a:hover,
#content_main a:link,
#content_main a:active,
#content_main a:visited,
#content_main a:hover,
#content_sub a:link,
#content_sub a:active,
#content_sub a:visited,
#content_sub a:link,
#content_sub a:hover,
#site_info a:link,
#site_info a:active,
#site_info a:visited,
#site_info a:hover {
text-decoration:none;
color:#999999;
font-weight:inherit;
}
