BODY  {
	  width:100%;
      background-color: #FFFFFF;
      margin: 0px;
      }

.maxwidth {
border:0px;
max-width:990px;
width:expression(document.body.clientWidth > 990? "990px": "auto" );
}	

body.printable {background-color: #FFFFFF; margin-left: 0px; margin-top: 1px; margin-right: 0px; } 
  
/* STANDARD HEADERS */
 
h1 {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #d66e06;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0055A6;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CA5F11;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #7A3F14;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #0055A6;
}
 /* STANDARD BODY FORMATTING */

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0e3e75;
}
	
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

TH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

hr {
	background-color: #cccccc; 
	border: 1px solid #B7CCE0; 
	width: 90%; 
	}

LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: normal;
}

A:link, A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0e3e75;
}

A:active, A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #F47C25;
} 

TD.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	padding: 10px;
}

A:link.footer, A:visited.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFCF8D;
	text-decoration: none;
}

A:hover.footer, A:active.footer  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FCA96D;
	text-decoration: none;
} 

.alert {
	font-weight: bold;
	color: #FF0000;
}

.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #535353;
}

/*FOR THIS SITE - CUSTOM STYLES */

.mainTD {
	padding: 0px;
	border: 3px solid #ffcc03;
	background-image: url(images/masthead-pic.jpg);
	height:171px;
}

.navbarTD {
	background-color: #0d457a;
}
 .shadowTD {
	background: url(images/shadow_repeat.jpg) repeat-x top;
	}

.mainContent {
	padding: 5px;
	background-color:#FFFFFF;
	}
	
.calloutPadding {
	padding-top: 10px;
	}
	
.callout {
	width: 170px; 
}

.calloutTopTD {
	border-top: 3px solid #ffcc03;
	border-left: 3px solid #ffcc03;
	border-right: 3px solid #ffcc03;
	width: 169px; 
	}	
	
.calloutBottomTD {
	border-bottom: 3px solid #ffcc03;
	border-left: 3px solid #ffcc03;
	border-right: 3px solid #ffcc03;
	}
	
.homepageText {
	padding: 15px;
	border-bottom: 1px solid #127aa7;
	}
	
.calloutboxes {
	padding: 10px;
	border-bottom: 1px solid #127aa7;
	}
	
A:link.vds, A:visited.vds {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0e64b7;
	text-decoration: none;
}
A:hover.vds, A:active.vds {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0e64b7;
	text-decoration: underline;
}	
