body {
	margin: 5px;
}
.Logo {
	background-image: url(../images/top_mid.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 60px;
	padding-left: 20px;
}
.StrapLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #FFFFFF;
	background-image: url(../images/top_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	padding-left: 15px;
}
.CopyrightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.NavBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #204517;
	padding-right: 20px;
	padding-left: 20px;
}
.NavBar a:link, .NavBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.NavBar a:hover {
	text-decoration: underline;
}
.SubNavBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #33CC33;
	padding-right: 20px;
	padding-left: 20px;
}
.SubNavBar a:link, .SubNavBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.SubNavBar a:hover {
	text-decoration: underline;
}
.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003333;
	background-color: #FFFFFF;
	padding: 5px;
}
.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #204517;
	font-weight: bold;
}
.StrapLineText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;

}
.underlindLink {
	color: #204517;
}
.underlindLink a:link, .underlindLink a:visited {
	color: #204517;
}
.underlindLink a:hover {
	color: #33cc33;
}
