/* CSS Document */

body {
	margin: 0px;
}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a{
	color: #618648;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	text-decoration: none;
	color: #333333;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.top {
	background-color: #618648;
	height: 80px;
	
}
.topHeader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 300%;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	}
.menu {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #618648;
	background: #F4F5F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #618648;
}
.menu A{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	display: block;
}
.menu A:hover{
	background-color: #618648;
	color: #FFFFFF;
}
.wholeMenu {
	width: 800px;
	display: block;
	background-color: #F4F5F3;
	clear: both;
}
.theRestOfMenu {
	background-color: #F4F5F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #618648;
}
.mainContent {
	padding: 5px;
	width: 70%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #618648;
}
.header1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #618648;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #618648;
	padding-bottom: 2px;
}
.rightContent {
	background-color: #F4F5F3;
	padding: 5px;
	width: 30%;
}
.header2 {
	font-weight: bold;
	color: #42475E;
}
.header3 {
	font-weight: bold;
	color: #42475E;
	text-decoration: underline;
}
.copyright {
	font-size: 11px;
	background-color: #F4F5F3;
	color: #618648;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #618648;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #618648;
}
.topSubHeader {
	color: #F4F5F3;
	padding-left: 10px;
	font-weight: normal;
}
.topSubHeader a{
	color: #F4F5F3;
	font-weight: normal;
	text-decoration: none;
}
.topSubHeader a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

.centered {
	margin: 0 auto 0 auto;
	text-align: center;
}

.centeredwithborder {
	margin: 0 auto 0 auto;
	border-color: #618648;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}
img.dropleft {
	float: left;
	clear: left;
	margin: 0.5em 1.00em 0px 0px;
}

img.dropright {
	float: right;
	clear: right;
	margin: 0.5em 0px 1.00em 0px;
}

.topalignwithborder {
	vertical-align: top;
	border-color: #618648;
	border-width: 1px 1px 1px 1px;
	border-style: solid; 
	margin: 0;
}