body {
	background-image: url(../images/body-bg.jpg);
	background-color: #83998C;
	background-repeat: repeat-x;
}
img {
    vertical-align:bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	background-color: #2B4C39;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5DDD8;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D4D3B5;
	text-transform: uppercase;
}
h3 {
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F2F2E3;
	padding: 5px;
}
li {
	list-style-type: square;
}
a:link {
	color: #669900;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	color: #669900;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	color: #0264C7;
}
.rightimg {
	float: right;
	margin-left: 10px;
}
.centertable {
	margin-left: 11px;
}
.whitebold {
	font-weight: bold;
	color: #FFFFFF;
}


#container {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main-bg.jpg);
}
#content h1 {
	font-size: 18px;
	background-color: #FFFFFF;
	color: #163C25;
	text-align: left;
}
#content h2 {
	font-size: 12px;
	text-transform: none;
	margin: 0px;
	padding-bottom: 10px;
	color: #666666;
}

#header {
	height: 96px;
	width: 778px;
	background-image: url(../images/heading.jpg);
	text-align: right;
}

#navigation {
	height: 28px;
	width: 778px;
	background-image: url(../images/navigation-bg.jpg);
	padding-top: 8px;
}
#navigation a {
	color: #284F32;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#navigation a:visited {

	color: #284F32;
	text-decoration: none;
}
#navigation a:hover {
	color: #CC6600;
}
#navigation li {
	display: inline;
	padding-left: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
}
#navigation ul {
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
#content {
	float: left;
	width: 505px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 20px;
	padding-top: 15px;
}
#rightbox {
	float: left;
	width: 206px;
	margin-left: 23px;
	margin-top: 9px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#rightbox2 {
	float: left;
	width: 206px;
	margin-left: 23px;
	margin-top: 9px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	width: 778px;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a {
	color: #244A33;
	text-decoration: none;
}
#footer a:visited {
	color: #244A33;
}
#footer a:hover {
	color: #996600;
	text-decoration: underline;
}
.leftimg {
	float: left;
	margin-right: 15px;
}
.rightnewsletter {
	float: right;
	margin-left: 10px;
	font-size: 10px;
}
