/* =====CSS Two Column Float w/ 100% header and footer */
body {
	font-family: Arial Rounded, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	color: #003300;
	margin-top: 0;
		/*margin: 3em;*/
}

p {
	padding: 0px 10px 0px 10px;

}
#wrapper {
	margin: 10px auto 0 auto;
	width:800px;
	
}

#header {
	background-color: #CCCCCC;
	width: 100%;
	height: 90px;
	padding: 0px;
	margin:0px;
	clear:both;
	background-image:url(images/topbg.gif);
	border-bottom: 3px solid #00782B;
}
#nav {
	width:150px;
	height:500px;
	float:left;
	margin-top:3em;
	margin-right: 10px;

}

#nav ul {
	list-style-type: none;
	text-align: center;
	word-spacing: 1em;
	

}

#nav ul li a {
	color: #000099;
	background-color: #FFFFFF;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px dotted #CCCCFF;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;

}

#nav ul li a:hover {
	background-color: #DAE3B4;


}
#content {
	background-color: #FFFFFF;
	float:right;
	width: 635px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	
}
#content p { margin: 10px 20px;}
#content h2 {
	margin: 0 20px;
	border-bottom: 1px #CCCCCC dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	
}
#bot_spacer {
	width: 800px;
	height: 50px;

}

#footer {
	background-color: #999999;
	background-color: #CCCCCC;
	width: 100%;
	height: 30px;
	clear:both;
	background-image:url(images/topbg.gif);
	text-align:right;
	
}

