 
/* ---------- MAIN CONTENT FORMATTING ---------- */
body, /*body div,*/ body p, body th, body td, body li, body dd {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:       #333333;
  font-size:   small;
}

body, /*body div,*/ body p, body th, body td, body li, body dd {
  \font-size:   x-small;
  f\ont-size:   small;
}

body {
  margin:      0;
  padding:     0 0px;
  border:      none;
  background: #ffffff;
 }

/* HEADERS  */
body h1, .header {
  color: #425979;
  font-size:   110%;
  padding: 0px;
  margin: 0px;
}

body h2 {
  color: #000000;
  font-size:   102%;
}

#header {
width: 645px;
margin: 0px;
padding: 0px;
}

/* DEFAULT LINK/MAIN CONTENT AREA LINKS */
a:link    { color: #003063; }
a:visited { color: #000033; }	
a:hover   { color: #CC9900; }
a:active  { color: #CC9900; }

.logo {
float: left;
}

.blackline {
border-bottom: 16px solid #000000;
margin: 0px;
padding: 0px;
width: 645px;
}

.utility {
background: #000000;
color: #ffffff;
height: 14px;
font-size: 9px;
font-weight: bold;
text-align: left;
}

.utility a:link    { color: #ffffff; padding-right: 57px; text-decoration: none;}
.utility a:visited { color: #cccccc; padding-right: 57px; text-decoration: none;}	
.utility a:hover   { color: #CC9900; padding-right: 57px; text-decoration: none;}
.utility a:active  { color: #CC9900; padding-right: 57px; text-decoration: none;}

.utilityON a:link    { color: #CC9900; padding-right: 57px; text-decoration: none;}
.utilityON a:visited { color: #CC9900; padding-right: 57px; text-decoration: none;}	
.utilityON a:hover   { color: #CC9900; padding-right: 57px; text-decoration: none;}
.utilityON a:active  { color: #CC9900; padding-right: 57px; text-decoration: none;}

#leftnav {
background-color: #8E9BAE;
border-right: 1px solid black;
padding-top: 9px;
width: 184px;
color: #333333;
font-size: 11px;
text-align: left;
}

#content {
background-color: #ffffff;
border-right: 2px solid black;
width: 583px;
}

#content .copy {
font-size: 10px;
text-align: left;
color: #333333;
}

#content .copy a:link   { color: #333333; }
#content .copy a:visited { color: #000033; }	
#content .copy a:hover   { color: #CC9900; }
#content .copy a:active  { color: #CC9900; }

#interiorcontent {
background-color: #ffffff;
border-right: 2px solid black;
padding: 10px 10px 10px 10px;
text-align: left;
color: #333333;
}

#interiorcontent a:link   { color: #425979; font-weight: bold;}
#interiorcontent a:visited { color: #000033; font-weight: bold;}	
#interiorcontent a:hover   { color: #CC9900; font-weight: bold;}
#interiorcontent a:active  { color: #CC9900; font-weight: bold;}

.tanheader {
background: #DFD0BE;
width: 349px;
margin: 0px;
padding: 0px 6px 0px 0px;
font-size: 10px;
font-weight: bold;
text-align: right;
color: #00536F;
}

.tanheader a:link    { color: #00536F;}
.tanheader a:visited { color: #000033;}	
.tanheader a:hover   { color: #990000;}
.tanheader a:active  { color: #990000;}

.tanheader2 {
background: #DFD0BE;
margin: 0px 5px 0px 25px;
padding: 0px 6px 0px 0px;
font-size: 10px;
font-weight: bold;
color: #00536F;
}

.relatedline {
border-top: 1px solid #999999;
padding: 0px;
margin: 0px;
}

#related {
padding-bottom: 20px;
}

#related a:link    { color: #425979; font-size: 10px; font-weight: normal;}
#related a:visited { color: #000033; font-size: 10px; font-weight: normal;}	
#related a:hover   { color: #CC9900; font-size: 10px; font-weight: normal;}
#related a:active  { color: #CC9900; font-size: 10px; font-weight: normal;}

#footer {
background: #425979;
width: 735px;
padding-top: 1px;
padding-left: 35px;
}

#footer .text {
font-family: arial, verdana, sans-serif;
color: #D9DEE4;
padding: 5px 17px 7px 17px;
border-right: 1px solid #7B8BA1;
border-left: 1px solid #7B8BA1;
font-size: 10px;
width: 450px;
}

#footer .bottom {
font-family: arial, verdana, sans-serif;
color: #D9DEE4;
padding: 5px 17px 7px 17px;
border-top: 1px solid #7B8BA1;
border-left: 1px solid #7B8BA1;
font-size: 10px;
width: 700px;
}

#footer a:link {
font-size: 10px;
color: #DDE1E7;
text-decoration: underline;
}

#footer a:visited {
font-size: 10px;
color: #cccccc;
text-decoration: underline;
}	

#footer a:hover {
font-size: 10px;
color: #ffffff;
text-decoration: underline;
}

#footer a:active  {
font-size: 10px;
color: #ffffff;
text-decoration: underline;
}

.callout {
font-weight: bold;
color: #CC9900;
}

/* APPLICATION FIELDS TEXT (FOR TEXT FIELDS IN APPLICATIONS) */
.label {color:#333333;} 	

/* ERROR FIELDS TEXT (FOR TEXT FIELDS IN APPLICATIONS WITH ERRORS) */
.labelerror {color:#a10404; font-weight:bold;}

/* ERROR  TEXT (FOR APPLICATIONS WHEN USERS HAVE AN ERROR) */
.error {color:#a10404; font-weight:bold;}

/* FOOTNOTE TEXT (FOR APPLICATIONS WHEN SMALL TEXT IS NEEDED) */
.footnote {color:#333333; font-size: 10px;}

/* FOR INFORMATIONAL TABLES */
.titlerow td {background-color:#425979; color:#ffffff; font-weight:bold;}
.alterrow {background-color:#cccccc;}
.closingrow {background-color:#cccccc;}			



