/* Census Style Sheet */ 

body {  
	margin: 0;
  	padding: 0;
   	min-width: 960px;
	background-color: #f0f0f0;
	background-image: url(img/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%; 
	color: #336699;
}

#wrapper {
  width: 960px;
  height: 900px; 
  margin-left: auto;
  margin-right: auto;
  background-color: #fdf8f2;
  color: #01407a;
  padding: 0px;
  border: 1px solid navy; 
}

#Header { 
	background-color: #1964c3; 
	height: 71px; 
	color: white; 
}

#bwpLogo {
	padding: 10px; 
}

#otherNav ul { 
	list-style: none;
}


#otherNav ul li { 
	display: inline;
}
/* #0f2459 */
h2 { 
	background-color: lightblue;
	color: black; 
	font-family: Arial; 
	font-size: 2.0em; 
	padding: 5px 5px 5px 5px;
	border: 1px dotted navy; 
	
}
p {
	color: black;
	line-height: 130%; 
	font-family: Georgia; 
	font-size: 1.5em; }
	
p.highlight {
	color: black;
	font-family: Arial;
	font-size: 1.5em; 
	font-weight: bold; 
	text-decoration: shadow; 
}
	
.CensusTitle {
	float: right; 
	font-family: Verdana, san-serif; 
	font-size: 2em; 
	font-weight: bold; 
	padding-right: 20px; 
}

#mainTopBox {
	position: relative; 
	width: 960px; 
	height: 450px;
	background-color: transparent; 
}


	
 #inTopBoxLeft { 
	position: absolute; 
	width: 200px; 
	height: 450px;
	background-color: #1964c3; 
	border-right: 1px solid black;
	padding: 0px 0px 0px 0px;  
	line-height: 140%; 
	font-family: verdana, arial, helvetica, sans-serif;      
 	font-weight: normal;    	
	color: #ffffff;   
	text-decoration: none;
}
#inTopBoxRight {
	float: right; 
	width: 750; 
	height: 450px;
	background-color: #e0e0e0;
	margin: 0 0px 0 200px;
	padding-left: 20px; 
}

#inTopBoxLeft ul { 
	list-style: none; 
	margin-left: 0;
	padding-left: 0; 
}
	/* Default Link Behavior */ 
	
#inTopBoxLeft li {
	background-color: #1964c3;
	color: #ffffff;
	font-size: 90%; 
	text-decoration: none; 
	border: 1px solid black; 
	padding: 2px 2px 2px 2px; 
	margin: 1px 1px 1px 1px; 
}
#inTopBoxLeft a:link, #inTopBoxLeft a:visited {      
 	color: #ffffff; 
	text-decoration: none;}      
  
#inTopBoxLeft a:hover {      
 	background-color: #1964c3;  
	color: #ffffff;
	font-weight: bold;
	text-decoration: none; }  
	
#inTopBoxLeft .census {
	position: relative; 
	width: 150px;
	height: 150px; 
	margin: 3px 50px 3px 3px; 
	padding: 5px 5px 5px 5px; 
	border: 1px solid navy; }
	
	
	
#inTopBoxRight .custom {
	float: right;  
	width: 233px;
	height: 130px; 
	margin: 3px 50px 3px 20px; 
	padding: 5px 5px 5px 5px; 
	border: 1px solid navy; }
		
	
#footer {
	clear: both;
	border: 1px solid #a8a8a8;
	background-color: #e0e0e0;
	margin-top: 8px;  }
	
 #footer ul {
	list-style: none;
}
#footer li { display: inline; }

 
