body {
	text-align: center;
	margin: 0px;
	background-color: #D0DDD3;
}
.top {
	height: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.navsub {
	font-family: Arial, Helvetica, sans-serif;
}
.main {
	width: 730px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 15px;
	text-align: justify;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	width: 780px;
}


.nav {
	width: 190px;
	background-color: #004727;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
.copyright a:link {
	color: #333333;
	text-decoration: none;
}
.copyright a:visited {
	color: #333333;
	text-decoration: none;
}
.main a:link {
	color: #006633;
	text-decoration: underline;
}
.main a:hover {
	color: #003300;
	text-decoration: underline;
}
.main a:active {
	color: #006633;
	text-decoration: underline;
}
.main a:visited {
	color: #006633;
	text-decoration: underline;
}


.profiletop {
	background-image: url(images/profile_top.jpg);
	background-repeat: no-repeat;
	height: 15px;
}
.profilebottom {
	background-image: url(images/profile_bottom.jpg);
	background-repeat: no-repeat;
	height: 15px;
}
.imgborder {
	border: 1px inset #034C2E;
}

.profilemid {
	background-image: url(images/profile_mid.jpg);
	background-repeat: repeat-y;
	text-align: center;
}
.copyright a:hover {
	color: #333333;
	text-decoration: underline;
}
.mainright {
	text-align: right;
}
.copyright a:active {
	color: #333333;
	text-decoration: none;
}
.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/topbg.jpg);
	background-position: top;
	border: 1px inset #004727;
	font-weight: bold;
}

.mediaborder {
	border: medium inset #004727;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004727;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

#navigation { 
 font-family: Arial, Helvetica, sans-serif; 
} 
#navigation ul {
	list-style: none;
	margin: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	padding: 0;
	font-weight: normal;
} 
#navigation li {
	border-bottom: 0px solid #898987;
	height: 25px;
} 
#navigation li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #004224;
	border-right-color: #004224;
	border-bottom-color: #004224;
	border-left-color: #004224;
}
#navigation li a:hover {
	font-weight: normal;
	color: #CCCCCC;
}

