/* /* Yellow Window */
/* CSS done by David Kadison */
/* basic elements */
body { 
	font: 10pt/18pt Times New Roman; 
	color: #000000; 
	background: #FFFF66 url("chocoimages/bg.gif") repeat-x top left;
	margin: 0px; 
	padding: 0px;
	}
p { 
	font-family:"Arial" san-serif;
	margin-top: 0px;
	margin-left: 0px; 
	text-align: justify;
	}
h3 { 
	font: 16pt/24pt "Arial" san-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #444;
	height: 30px;
	padding-left: 40px;
	background: url("chocoimages/h3.gif") no-repeat center left;
	}
a:link { 
	border-bottom: 1px dashed #ffffff;
	text-decoration: none;
	color: #C0F;
	}
a:visited { 
	border-bottom: 1px dashed #000; 
	text-decoration: none; 
	color: #F63;
	}
a:hover, a:active { 
	border-bottom: 1px dashed #C00;
	color: #FCF;
	}

acronym {
	cursor: help;
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px dashed #FFF;
}

/* specific divs */
#container { 
	padding: 0px 110px 0px 110px;  
	margin: 0px; 
	}

#intro { 
	min-width: 730px;
	width: 730px;
	margin-top: 0px;
	margin-bottom: 20px;
	}

/* non-specifics */

#pageHeader span {
	display: none;
}

#pageHeader h1 { 
	margin: 0px;  
	text-align: center;
	min-width: 730px;
	height: 300px;
	background: #fff url("chocoimages/pageheader02.jpg") no-repeat top center;
	}

#quickSummary {
	clear:both; 
	margin: 0px 10px 0px 10px; 
	max-width: 500px; 
	width: 500px;
	}
	
#quickSummary p {
	font: 10pt/13pt "Arial" san-serif;
	
	}

#preamble {
	clear: both; 
	max-width: 500px; 
	width: 500px;
	padding: 0px 10px 0px 10px;
	}
	
#supportingText {
	clear: both;
	width: 650px;
	padding-left: 50px; 
	}

#footer { 
	max-width: 650px;
	border: 1px dashed #297218;
	text-align: center; 
	background-color: #FCC;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 20px 40px;
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}
#footer a:hover { 
	color: #00F;
	border-top: 1px dashed #297218;
	border-bottom: 1px dashed #297218;
	}

#linkList {	
	margin: 400px 0px 0px 660px; 
	width: 240px;
	padding-left: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("chocoimages/linkbg.gif") repeat-y top left;
	}
	
#linkList2 { 
	font: 10px verdana, sans-serif; 
	padding: 0px; 
	margin-top: 0px; 
	max-width: 180px; 
	}
	
#linkList h3.select { 
	background: transparent;
	margin: 20px 0px 0px 0px; 
	width: 200px;
	padding: 0px;
	}
	
#linkList h3.select span {
	font: italic 16pt/16pt "Arial" san-serif; 
	}
	
#linkList h3.archives { 
	background: transparent;
	margin: 20px 0px 0px 0px; 
	width: 200px; 
	padding: 0px;
	}
	
#linkList h3.archives span {
	font: italic 16pt/16pt "Arial" san-serif;; 
	}
	
#linkList h3.resources { 
	background: transparent;
	margin: 20px 0px 0px 0px; 
	width: 200px;
	padding: 0px;
	}
	
#linkList h3.resources span {
	font: italic 16pt/16pt "Arial" san-serif;; 
	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	background: transparent url("chocoimages/cr1.gif") no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#linkList li a:link { 
	color: #C00;
	font-weight: normal;
	}
.floatright { float: right; 
		margin: 0px 10px 0px 10px;
		padding: 0px 0px 0px 0px;
		border-style: none;
		
}

.floatleft { float: left;
			margin: 10px 10px 0px 10px;
			border-style: none;
			
}