body, html, h1, h2, h3, p, ul, li, a { margin: 0; padding: 0; }

body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #000000;
}

h1{
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h2{
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding-bottom: 5px;
}
h3{font-size: 12px;}
p { font-size: 12px; padding-bottom: 1.25em;}

ul {
	font-size:12px;
	margin-left: 20px;
}
li{ text-decoration: none; 	list-style: none; }

#navBar {
	float: left;
	width: 100%;
	height: 35px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
}

#navBar ul { margin: 5px 10px; padding: 5px; list-style-type: none; text-align: center;}
#navBar ul li { display: inline; text-decoration:none;}
#navBar li a { padding: .2em 1em; color: #333333; text-decoration: none; font-weight: bold;}

#navBar a:hover { color: #7A8B7B;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width: 650px;
	text-align: left;
	margin: 35px auto 0px;
}

#banner {
	float: left;
	width: 650px;
	height: 100px;
	background-image:url(images2/bannerLogo.jpg);
	background-repeat: no-repeat;
	text-align: left;
	background-color: #000000;
}

#navBar {
	float: left;
	width: 650px;
	height: 35px;
	background-color: #92C492;
}


#content{
	float: left;
	width: 650px;
	min-height:440px;
	line-height: 1.2em;
	height: 400px;
	background: url(images2/BigCrk2-650w.jpg) no-repeat center top;
	}

#content2{
	float: left;
	width: 630px;
	line-height: 1.2em;
	background-color: #92C492;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	}


#footer {
	background-color: #92C492;
	width: 650px;
	font-size: 10px;
	text-align: center;
	float: left;
	padding-top: 15px;
}

	
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

/* fix for browsers that don't need the hack */
html>body li {border-bottom: none;}

/***********************************************/
/* Layout Classes                              */
/***********************************************/
.clearFloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.highlight1 {
	background-color: #3D7D60;
	Padding: 0 10px;
	margin-top: 10px;
	margin-right: 60%;
	margin-bottom: 10px;
}

.underline { border-bottom: 1px solid #333333;}

