body {
	background-image: url(images/background_evrgreen.gif);
	background-color: #003916;
	color: black;
    padding-top: 0px;
    margin-top: 0px;
}
.TopMargin_Big {
	display: block;
	clear: both;
	height: 60px; 
	width: 100%;
}
.TopMargin_Small {
	display: block;
	clear: both;
	height: 20px;
	width: 100%;
}
.BodyContainer {
	color: black;
	background-color: white;
	font-family: helvetica, arial, sans-serif;
	border-style: none;
	width: 750px;
	padding: 0px;
	margin: 0px auto 5px auto;
	border: 1px solid black;
}
.HeaderContainer {
	display: block;
	color: black;
	background-color: white;
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 166px;
	border-style: none;
}
.HeaderImage {
	display: block;
	float: left;
	width: 150px;
	height: 166px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	text-align: right;
	vertical-align: bottom;
}
.TitleAndNavContainer{
	display: block;
	float: left;
	width: 600px;
	height: 166px;
	border-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: bottom;
}
.TitleContainer {
	display: block;
	float: left;
	width: 600px;
	height: 141px;
	border-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: bottom;
}
.PageTitle {
	color: #800000;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	border-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: bottom;
}
.PageSubTitle {
	color: #800000;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.55em;
	line-height: 200%;
	border-style: none;
	padding: 0px;
	margin: 0px;
}
.NavContainer {
	display: block;
	float: left;
	width: 600px;
	height: 20px;
	padding: 0px;
	margin: 3px 0px 0px 0px;
}
.NavItem {
	display: block;
	float: left;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 0.8em;
	background-color: #eacf62;
	border-top: 1px solid #f7e07e;
	border-left: 1px solid #f7e07e;
	border-right: 1px solid #df9149;
	border-bottom: 1px solid #df9149;
	margin: 0px;
	padding: 0px;
	width: 148px;
	height: 20px;
	color: #222222;
	text-decoration: none;  
}
.NavItem:hover {
	background-color: #f7e07e;
	border-top: 1px solid #f7e07f;
	border-left: 1px solid #f7e07f;
	border-right: 1px solid #df9149;
	border-bottom: 1px solid #df9149;
	color: black;
}
.ContentContainer {
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	padding: 25px 80px 25px 80px;
	color: #222222;
	background-color: white;
	font-size: 0.9em;
}
.FooterContainer {
	text-align: center;
	border-top: 1px solid #0F0F0F;
	padding: 20px;
	font-size: 0.8em;
	color: #222222;
	background-color: white;
}
h2 {
	color: #800000;
	background-color: white;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 1.1em;
}
.StandoffContainer {
	width: 90%; 
	margin: 20px auto 20px auto;
	color: black;
	background-color: #eeeeff; 
	border: 1px solid #ddddee; 
	padding: 4px;
	text-align: center;
}
.StandoffTitle {
	color: #800000; 
	background-color: #eeeeff; 
	font-family: "trebuchet ms", helvetica, arial, sans-serif; 
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #800000; 
	margin: 0px auto 5px auto;
}
.CenteredImage {
	display: block;
	margin: 10px auto 10px auto;
}