/* CSS Document */

#body {
margin: 0;
margin-left: 20px;
padding: 0;
font-family: "Times New Roman", serif;
min-width:500px;
max-width:1200px;
background: url(BeaverLogo.gif) no-repeat top left; height:155px;
	}

/* layout */

#wrap {
	width: 96%;
	_width:94%;
	}
	
#search {
	float: left;
	margin-top: 20px;
	}
		
#header { 
	width: 90%; 
	font-size: 250%; 
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px;
	_padding-bottom:30px;
	padding-left: 10px;
	}
	
#subhead {
	width: 90%;
	font-size: 100%;
	text-align: center;
	padding: 0 10px 0px 10px;
	}
	
#nav {
	width: auto;
	margin: 0 0 0 150px;
	_margin: 0 0 0 75px;
	padding: 0 0 0 0;
	list-style: none;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Arial", serif;
	font-size: 120%;
	background: #FF9900;
	text-align: center;
	list-style: none;
	}
	
#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #000;
	text-decoration: none;
	border: 1px solid #B36B00;
	border-bottom: 000;
	background: #FFCC80;
	}
	
#nav .active {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #B36B00;
	border-bottom: 000;
	background: #FFFFCC;
	}
		
#content_left {
	float: left; 
	width: 20%; 
	margin-left: 50px;
	_margin-left: 25px;
	}

#content_left .box1 {
	background: #FAC6AA; height: 125px; width: 100%;
	color: #000000;
	border: solid 2px #EF8861;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align:center;
	float: right;
	}
	
#content_left .box2 {
	background: #CCFFBF; height: 275px; width: 100%;
	padding: 10px 0 10px 0;
	text-align: left;
	border:solid 2px #007d48;
	margin-left: 50px;
	margin-bottom: 10px;
	float: right;
	}	
	
#content_right {
	float:right; 
	width:60%;
	}
	
#content_right .box3 {
	background: #FFF; height: 375px;   
	width: 500px;
	border: solid 2px #000;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#content_right .box4 {
	background: #FFFDDA; height: 50px; width: 500px;
	border: solid 2px #FACD8A;
	font-size: 80%;
	text-align:center;
	}
	
#inner_content {
	float: left;
	padding: 10px;
	background: #FFFFCC;
	width: 90%;
	}

.caption {
	clear:both; 
	float:right; 
	line-height:50%;
	margin-bottom: 10px;
	}
	
#list1 li {
	margin-left: 25px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 100%;
	}

	
#footer {
	clear:both;
	float: center;
	background: #BFCFFF;
	border: solid 2px #0033CC;
	margin-top:10px;
	height: 30px;
	width: 91%;
	text-align: center;
}