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

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #6B9E3F;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0px;	
}
body p{
	line-height: 18px;
}
#content{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#header {
	float: left;
	height: 180px;
	width: 900px;
	background-image: url(images/headeronly.png);
	background-repeat: no-repeat;
}
#main {
	float: left;
	width: 880px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content #maintop {
	float: left;
	height: 20px;
	width: 900px;
	margin-top: 20px;
	background-image: url(images/maintop.png);
	background-repeat: no-repeat;
}
#content #mainbottom {
	float: left;
	height: 20px;
	width: 900px;
	margin-bottom: 20px;
	background-image: url(images/mainbottom.png);
	background-repeat: no-repeat;
}
#content #main #associates {
	float: right;
	width: 200px;
	margin-left: 35px;
	color: #666666;
	padding-top: 0px;
	margin-right: 20px;
	margin-bottom: 40px;
}
#content #main #associates a {
	color: #6666CC;
}

#main h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size: 22px;
}
*html #main h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size: 22px;
	line-height: 17px;
	padding-top:4px;
}
#main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	color: #666666;
}
.picRight{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	display:block;
}
#menu {
	float: left;
	height: 36px;
	width: 900px;
	color: #0099FF;
}
#menu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#menu ul li{
	float:left;
}

#menu ul li a{
	display:block;
	height:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:8px;
	padding-bottom:8px;
	text-decoration:none;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin-right: 4px;
}

#menu ul li a:hover{
	color:#333333;
	background-color:#FFFFFF;
}
.picGallery {
	float: left;
	margin-right: 10px;
}
#footer {
	clear: both;
	height: 14px;
	width: 860px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	color: #CCCCCC;
	text-align: center;
}
#content #footer a {
	color: #FFFFFF;
}
#content #main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: lighter;
}