body {
	background-repeat: repeat-x;
}
.header {
	background-image: url(images/header.jpg);
	background-position: center top;
	height: 200px;
}
.nav {
	width: 180px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	line-height: 18px;





}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 380px;
}
.right {
	width: 200px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #669933;
	border-right-color: #669933;
	border-bottom-color: #669933;
	border-left-color: #669933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;


}
.footer {
	background-attachment: fixed;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 150px;
}
.footernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	height: 40px;


}
.nav a:link {
	color: #003333;
	text-decoration: none;
}
.nav a:visited {
	color: #003333;
	text-decoration: none;
}
.nav a:hover {
	color: #003333;
	text-decoration: underline;
}
.nav a:active {
	color: #003333;
	text-decoration: none;
}
.news {
	background-color: #C6D7E1;
	padding: 10px;
	border: 1px solid #D2E0EC;
	font-size: 11px;
}

.footernav a:link {
	color: #666666;
	text-decoration: none;
}
.footernav a:visited {
	color: #666666;
	text-decoration: none;
}
.footernav a:hover {
	color: #666666;
	text-decoration: underline;
}
.footernav a:active {
	color: #666666;
	text-decoration: none;
}
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	width: 560px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
}
a:link {
	color: #006633;
	text-decoration: underline;
}
a:visited {
	color: #006633;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #006633;
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tableborder {
	border: 1px solid #666666;
}
.linetopbottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
}
.linebottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
}
.formfield {
	background-color: #E1E8E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tableindent {
	padding-left: 2px;
}
