body {
	top:0px;
	left:0px;
	right:0px;
	margin:0px;
	border:0px;
	font-family:arial, sans-serif;
}

p{
	margin-left:10px;
	margin-right:25px;
	font-family:arial, sans-serif;
	font-size:95%;
	color:#000000;
	line-height: 1.3em;
}

h3{
	font-size:125%;
	margin-left:10px;
	margin-right:10px;
	color:#818487;
}


.fastfacts{
	float:left;
	width:215px;
	padding-right:25px;
	height:500px;
}

.fastfacts h3{
	font-variant: small-caps;
	color:#663f22;
	font-size:125%;
	text-align:right;
	margin-left:20px;
	margin-right:25px;
}
.fastfacts p{
	margin-left:20px;
	margin-right:25px;
	padding-bottom:5px;
	padding-top:0px;
	font-family:arial, sans-serif;
	font-size:85%;
	color:#000000;
	line-height: 1.2em;
	text-align:right;
	border-bottom:2px dotted #663f22;
}

.header{
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	font-family:arial, sans-serif;
}

.header h1{
	font-size:275%;
	color:#ffffff;
	margin-left:25px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:times, serif;
}

.header h2{
	font-size:150%;
	color:#ffffff;
	margin-left:100px;
	margin-top:0px;
	margin-bottom:0px;
	text-transform:uppercase;
}

.introheader{
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	font-family:arial, sans-serif;
}

.introheader h1{
	font-size:275%;
	color:#ffffff;
	margin-left:25px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:times, serif;
}

.introheader h2{
	font-size:150%;
	color:#ffffff;
	margin-left:100px;
	margin-top:0px;
	margin-bottom:0px;
	text-transform:lowercase;
}

.introduction{
	background-color:0071b7;
	height:100px;
}



.district{
	background-color:#dcb46e;
	height:100px;
}

.districtlist ol { 
	font-family:arial, sans-serif;
	color:#663f22;
}





.orange{
	background-color:#f26722;	
	height:100px;
}

.orangelist ul { 
	list-style-image: url(../images/bullet_orange.jpg); 
	list-style-type: disc;
	margin-right:25px;
}

.orangelist li {
	padding-bottom:15px;
	margin-right:25px;
	margin-left:25px;
}




.blue{
	background-color:#0071b7;
	
	height:100px;
}

.bluelist ul { 
	list-style-image: url(../images/bullet_blue.jpg); 
	list-style-type: disc;
	margin-right:25px;
}

.bluelist li {
	padding-bottom:15px;
	margin-right:25px;
	margin-left:25px;
}









.footer{
	display:none;
}

