
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	margin-top:0;
	margin-left:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	width:1000px;
	height:100%;
	}
#leftimage {
	float:left;
	width:289px;
	height:240px;
	padding-top:440px;
	padding-left:20px;
	background-image:url(images/greenimage.jpg);
}
#logo {
	float:right;
	width:691px;
	height:155px;
	}
#nav {
	float:right;
	width:691px;
	height:35px;
	background-image:url(images/navbg.jpg);
}
#subimage {
	float:right;
	width:691px;
	height:77px;
	background-image:url(images/subheaderimage.jpg);
	}
#content {
	float:left;
	width:691px;
	height:100%
	}
#spacer {
	clear:both}
	
#footer {
	display:block;
	width:100%;
	height:50px;
	border-top: dotted #339966 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #82ca9c;
	font-weight: bold;
	padding-top:10px;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.boldgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #82ca9c;
	font-weight: bold;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #999999;
	border-bottom:dotted #339966 1px;
	letter-spacing:-2px;
	
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #999999;
	letter-spacing:-1px;
	
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color:#666666;
	margin-bottom:5px;
	border-bottom:dotted #339966 1px;
	
}
a.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CC6600;
	}
a.body:link{
	text-decoration:none
	}
a.body:active{
	text-decoration:none
	}
a.body:visited{
	text-decoration:none
	}
a.body:hover{
	text-decoration:none;
	border-bottom:dotted #339966 1px;
	}
a.mainnav{
	display:block;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #82ca9c;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	height:35px;
	width:86px;
	line-height:33px;
	}
a.mainnav:link{text-decoration:none}
a.mainnav:hover{
	text-decoration:none;
	vertical-align:middle;
	background-image:url(images/hover.jpg);
	color:#FFF;
	}
a.mainnav:visited{text-decoration:none}

table {
	border:#000000  solid 1px;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	text-align:center;
	}
td { border:#000000  solid 1px }
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	img.style {
	display:block;
	padding-bottom:15px;
	border-bottom:dotted;
	border-bottom-color:#333333;
	border-bottom-width:1px;
	}