@charset "UTF-8";
/* CSS Document */
.container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; 
}
body {
	font-family: Verdana, Geneva, sans-serif;
	/*background-color: #D3DDD3;*/
	background-image:url(images/doodle5.png);
}

.header {
	background:#648766;
}
.sidebar1 {
	float: left;
	padding: 30px 0;
	width: 300px;
	background: EADCAE;
	padding-bottom: 10px;
	font-size:12px;
	
	

}
.content {
	padding:30px;
	width: 630px;
	float: left;
	background-color:#F2F2F2;
	font-size:14px;
	border-color:#999;
	border-left-style:double;
	border-left-width:thin; 
	
}
.sidebar2 {
	float: right;
	width: 280px;
	padding: 10px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.clear {clear:left;height:61px;line-height:21px;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
	}
h1{
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
	font-size:26px;
	text-align:center;
}
h2{
	font-size-adjust:inherit;
	height: 5px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

	
.mission{
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:lighter;}
	
.contact{

   font-size:14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;

	}
	
	
.footer {
	padding: 10px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	position: relative;
}
a img { 
	border: none;
}

a:link {
	color:#000;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}




.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
