
body { 
	font: 8.5pt/11.5pt arial, sans-serif;
/*	background-color:#F1F3F6;
*/	background-color:#dedede;
	color:#000000;
    margin:0px; 
	height:100%;
	}
p {
	font: 8.5pt/11.5pt arial, sans-serif;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
	}
h3 { 
	font: bold 9.3pt tahoma, arial, sans-serif; 
	letter-spacing: 1px; 
	margin: 0px;
	color:#cc0000;
	background-color:transparent;
	}
	
h5 { 
	font: bold 9.3pt tahoma, arial, sans-serif; 
	letter-spacing: 1px; 
	margin: 0px;
	color:#000000;
	background-color:transparent;
	}

a {
	font-weight: bold;
	}
a:link, a:visited { 
	text-decoration: none; 
	color: #FFFFFF;
	background-color:transparent;
	}
a:active, a:hover { 
	text-decoration: underline; 
	color: #FFFFFF;
	background-color:transparent;
	}
	
.content_link a:link {text-decoration: none; color: #0000FF;}
.content_link a:visited {text-decoration: none; color: #0000FF;}
.content_link a:active {text-decoration: underline; color: #0000FF;}
.content_link a:hover {text-decoration: underline; color: #0000FF;}
.content2_link a:link {text-decoration: underline; color: #354561;}
.content2_link a:visited {text-decoration: underline; color: #354561;}
.content2_link a:active {text-decoration: underline; color: #354561;}
.content2_link a:hover {text-decoration: underline; color: #354561;}
	
#container { 
	background: url(header.jpg) no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	position:absolute;
	left:50%;
	width: 750px;
	height: 550px;
	margin-left:-325px;
	margin-top:10px;
	}
/* Absolute Center technique adapted from an article by Joe Gillespie: 
http://www.wpdfd.com/editorial/wpd0103.htm#footnote */

/* commented backslash hack v2 for IE5-Mac - adapted from a posting on Sam-I-Am:
http://www.sam-i-am.com/work/css/index.html \*/
	#container { 
	background: url(header.jpg) no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	position:absolute;
	top:50%;
	left:50%;
	width: 750px;
	height: 550px;
	margin-left:-375px;
	margin-top:-275px;
	}
	
	
#pageHeader {
	position:absolute;
	left: 231px;
	top: 520px;
	width: 500px;
	height: 23px;
	color: #354561;
	font-weight: bold;
	font: 7pt/10.5pt arial, sans-serif;
	/*background: url(footer.jpg) no-repeat;*/
	}
#pageHeader h1 span {
	display:none;
	}
#pageHeader h2 { 
	display: none;
	}
/*#quickSummary {
	position:absolute;
	left: 346px;
	top: 22px;
	height: 88px;
	width: 240px;
	overflow: auto;
	}
#quickSummary p {
	font:7.2pt/11pt arial, sans-serif;
	color: #FFFFFF;
	background-color:transparent;
	margin-bottom:12px;
	}
#quickSummary a {  
	color: #ECCCB3;
	}*/
#preamble {
	/*background-color:#205A06;*/
	/*background: url(menuback.jpg) no-repeat;*/
	background-color:#2d5ba7;
	color:#FFFFFF;
	position: absolute;
	width: 210px;
	height: 354px;
	left: 9px;
	top: 187px;
	overflow: auto;
	font-size: 14px;
	line-height: 150%;
	}

#preamble h3 {
	margin:0px; 
	width:210px; 
	height:25px;
	}	
#preamble p {
	font: 7.8pt arial,sans-serif;
	padding:0px 7px 0px 7px;
	}
#preamble h3 span {
	display:none
	}
#supportingText {
	margin: 0px;
	/*background-color:#ff0000;*/
	position: absolute;
	left: 231px;
	top: 187px;
	width: 498px;
	height: 330px;
	overflow: auto;
/*	border: solid #CCCCCC 1px;
*/	border-bottom: solid #000000 1px;
	}
#supportingText h3 {
	padding:10px 10px 5px 10px;
	}	
#supportingText p {
	padding:0px 10px 0px 10px;
	}		
#footer {
	font: 10pt arial, sans-serif; 
	padding:10px;
	}
/*#linkList {
	position: absolute;
	width: 177px;
	height: 254px;
	left: 565px;
	top: 187px;
	overflow: auto;
	background-color:#000000;
	color:#000000;
	font: 7.1pt/9pt arial, sans-serif;
	}
/*#linkList h3.select { 
	margin: 0px 0px -5px 0px; 
	width:144px; 
	height: 25px;
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.archives { 
	width:144px; 
	height: 18px;
	margin: -5px 0px -6px 0px;  
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources {
	width:144px;
	height: 18px;
	margin: -5px 0px -6px 0px;  
	}
#linkList h3.resources span {
	display:none;
	}*/
/*#linkList ul {
	margin: 0px;
	padding: 9px;
	}
#linkList li {
	line-height: 9.4pt; 
	list-style-type: none;
	background: transparent url(cr1.gif) no-repeat; 
	display: block; 
	margin-bottom: 4px;
	}*/

a.maillink:link { color: #000080; text-decoration: none; }
a.maillink:active { color: #000080; text-decoration: none; }
a.maillink:visited { color: #000080; text-decoration: none; }
a.maillink:hover { color: #000080; text-decoration: underline; }	
