@charset "utf-8";
/* CSS Document */

body {
	color:#339900;
	text-align:center;
	font-family: "Comic Sans MS",Geneva, Arial, Helvetica, sans-serif;
	background-color: #99CC00;
	}
	
h2 {
	margin-top: 2px;
	margin-bottom:2px;
	font-size:120%;
	color: #996600;
}

h3 {margin-top: 2px;
	margin-bottom:2px;
	font-size:110%;}	
	
#container {	background-color:#FFFF00;
	width: 980px;
	margin-right:auto;
	margin-left:auto;
	border:1px dotted #333333;
	}
	
#header {border-bottom: 3px dotted #ff6600;
	height:136px;}

#content {
	position: relative;
	width: 775px;
	float:right;
	border-left: 1px solid #ff6600;
		border-bottom: 1px solid #ff6600;
	margin-left: 5px;
	background-color: #FFFFFF;
	}
	.feature{padding: 25px;
		text-align:left; }
		
		.Excerpt {
		font-size:95%;
		color:#000000;}
	
#navBar {
	position:relative;
	width:185px;

	}
	.sectionlinks {
	width: 185px;
	
}
		
	.sectionlinks A {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#FF0000;
	font-weight:600;

		}
	.sectionlinks a:hover {
		background-color:#99FF00;
		}			
.clear {clear:both;}	
#siteInfo {
border: 1px solid #ffffff;
width: 980px;
	margin-right:auto;
	margin-left:auto;
	}
					