html {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002E13;
	background: #007B34;
	height: 100%;
}

form {
	padding: 0;
	margin: 0;
	border: 0;
}

.MainBox {
	width: 930px;
	margin: 0 auto 0 auto;
	background: url(../images/b_main.gif) repeat-y;
	padding: 0px 10px 0px 10px;
	position: relative;
	z-index: 1;
	min-height: 100%;
}

* html .MainBox {
	height: 100%;
}

.Head {
	height: 431px;
	background: url(../images/b_head.gif) no-repeat;
	position: relative;
}

.Head .TopMenu {
	height: 38px;
	float: right;
	margin: 15px 15px 0px 0px;	
	font-weight: bold;
}

.Head a:link,
.Head a:visited {
	color: #606060;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
}

.Head a:hover,
.Head a:active {
	color: #606060;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
}

.Head .OverlayImage {
	z-index: 2;
	position: absolute;
	top: 53px;
	left: 0px;
}

.Head .Slogan {
	position: absolute;
	top: 120px;
	left: 340px;
	width: 500px;
	overflow: hidden;
	font-size: 24px;
	color: #FFFFFF;
	z-index: 5;
}

.Head .NewsBoxBackground {
	z-index: 3;
	position: absolute;
	top: 110px;
	left: 45px;
	width: 250px;
	height: 305px;
	background: #FFFFFF;
	opacity: .85;
	filter: alpha(opacity=85);
}

.Head .NewsBox {
	z-index: 4;
	position: absolute;
	top: 118px;
	left: 55px;
	width: 230px;
	height: 287px;
	text-align: left;
}

.Head .NewsBox .Title {
	color: #DF001A;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

.Head .NewsBox .Date {
	color: #DF001A;
	font-weight: bold;
}

.Head .NewsBox .Headline {
	float: left;
	color: #DF001A;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.Head .NewsBox .Image:link,
.Head .NewsBox .Image:visited,
.Head .NewsBox .Image:active,
.Head .NewsBox .Image:hover {
	float: right;
	margin: 0;
	padding: 0;
}

.Head .NewsBox .Spacer {
	margin: 12px 0px 12px 0px;
}

.Head .NewsBox .Text {
	margin: 0px;
	padding: 0px;
	clear: left;
	display: block;
	--height: 28px;
	overflow: hidden;
}

.Head .NewsBox a:link,
.Head .NewsBox a:visited,
.Head .NewsBox a:hover,
.Head .NewsBox a:active {
	color: #007B34;
	text-decoration: none;
}

.Head .NewsBox .Link {
	padding-left: 15px;
	background: url(../images/bullet1.gif) no-repeat center left;
	font-size: 11px;
	font-weight: bold;
}

.Head .TeaserBoxBackground {
	z-index: 3;
	position: absolute;
	top: 110px;
	right: 45px;
	width: 250px;
	height: 305px;
	background: #FFFFFF;
	opacity: .85;
	filter: alpha(opacity=85);
	display: none;
}

.Head .TeaserBox {
	z-index: 4;
	position: absolute;
	top: 118px;
	right: 55px;
	width: 230px;
	height: 287px;
}

.Logo {
	z-index: 4;
	position: absolute;
	top: 3px;
	left: 22px;
}

.Menu {
	background: url(../images/b_menu.gif) repeat-x bottom #002E13;
	border-top: 1px solid #FFFFFF;
	height: 40px;
	font-size: 13px;
}

.Menu .Enter {
	float: right;
	display: inline;
	margin: 7px 70px 0px 0px;
}

.Menu .Links {
	float: left;
	margin: 7px 0px 0px 20px;
}

.Menu .Search {
	float: right;
	margin: 7px 20px 0px 0px;
}

.Menu .Search .TextField {
	border: 1px solid #FFFFFF;
	background: #002E13;
	color: #FFFFFF;
	margin-right: 3px;
	font-size: 11px;
	width: 125px;
}

.Menu .Search .Button {
	border: 1px solid #FFFFFF;
	background: #007B34;
	color: #FFFFFF;
	font-size: 11px;
}


.Menu .Level1 .Off:link,
.Menu .Level1 .Off:visited {
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px 15px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 6px solid #E2001A;
	padding-left: 3px;
}

.Menu .Level1 .Off:hover,
.Menu .Level1 .Off:active {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 15px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 6px solid #E2001A;
	padding-left: 3px;
}

.Menu .Level1 .On:link,
.Menu .Level1 .On:visited,
.Menu .Level1 .On:hover,
.Menu .Level1 .On:active,
.Menu .Level1 .Open:link,
.Menu .Level1 .Open:visited,
.Menu .Level1 .Open:hover,
.Menu .Level1 .Open:active {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 15px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 6px solid #E2001A;
	padding-left: 3px;
}

.Left {
	display: inline;
	float: left;
	width: 150px;
	margin: 10px 0px 0px 15px;
	text-align: left;
}

.Left .Level2 {
	display: block;
	background: url(../images/dot_line_top.gif) no-repeat top left;
}

.Left .Level2 .Off:link,
.Left .Level2 .Off:visited,
.Left .Level2 .Off:hover,
.Left .Level2 .Off:active {
	display: block;
	background: url(../images/dot_line.gif) no-repeat bottom left;
	padding: 3px 3px 3px 8px;
	text-decoration: none;
	color: #002E13;
	margin-left: 4px;
}

.Left .Level2 .On:link,
.Left .Level2 .On:visited,
.Left .Level2 .On:hover,
.Left .Level2 .On:active,
.Left .Level2 .Open:link,
.Left .Level2 .Open:visited,
.Left .Level2 .Open:hover,
.Left .Level2 .Open:active {
	display: block;
	background: url(../images/dot_line.gif) no-repeat bottom left;
	padding: 3px 3px 3px 8px;
	text-decoration: none;
	color: #009036;
	border-left: 3px solid #E2001A;
	font-weight: bold;
}

.Left .Level3 {
	display: block;
	background: url(../images/dot_line.gif) no-repeat bottom left #F7F4DE;
	margin-left: 3px;
	padding: 10px 10px 10px 15px;
}

.Left .Level3 .Off:link,
.Left .Level3 .Off:visited,
.Left .Level3 .Off:hover,
.Left .Level3 .Off:active {
	background: none;
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #002E13;
	border: 0px;
	margin: 0px;
}

.Left .Level3 .On:link,
.Left .Level3 .On:visited,
.Left .Level3 .On:hover,
.Left .Level3 .On:active,
.Left .Level3 .Open:link,
.Left .Level3 .Open:visited,
.Left .Level3 .Open:hover,
.Left .Level3 .Open:active {
	background: none;
	display: block;
	padding: 2px;
	text-decoration: underline;
	font-weight: normal;
	color: #002E13;
	border: 0px;
	margin: 0px;
}

.Left .Level4 {
	display: block;
	margin: 0;
	padding: 5px 10px 10px 15px;
}

.Intro {
	width: 910px;
	margin: 0 10px 0 10px;
	padding: 0 0 20px 0;
}

.Intro .InfoBox {
	float: left;
	display: inline;
	text-align: left;
	width: 100px;
	margin: 10px 6px 0 7px;
	border: 0;
	padding: 0;
}

.Intro .InfoBox img {
	margin: 10px 0px 10px 0px;
}

.Intro .InfoBox .Headline {
	display: block;
	font-weight: bold;
	font-size: 10px;
}

.Intro .InfoBox .Link {
	padding-left: 15px;
	background: url(../images/bullet1.gif) no-repeat center left;
	font-size: 11px;
	font-weight: bold;
}

.Intro a:link,
.Intro a:visited {
	color: #007B34;
	text-decoration: none;
	font-weight: bold;
}

.Intro a:hover,
.Intro a:active {
	color: #007B34;
	text-decoration: none;
	font-weight: bold;
}

.Content {
	float: left;
	width: 495px;
	margin: 10px 30px 0px 30px;
	text-align: left;
}

.Content h1 {
	font-size: 19px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

.Content h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

.Content h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

.Content h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

.Content .Image {
	float: right;
	clear: right;
	margin: 0px 0px 0px 20px;
}

.Content .ModelSelect {
	float: right;
}

.Content .SiteFunctions {
	margin: 25px 0px 10px 0px;
	clear: both;
}

.Content a:link,
.Content a:visited,
.Content a:hover,
.Content a:active {
	color: #007B34;
	text-decoration: none;
}

.Content .SiteFunctions a:link,
.Content .SiteFunctions a:visited,
.Content .SiteFunctionsa:hover,
.Content .SiteFunctions a:active {
	margin: 0 20px 0 0;
	text-decoration: none;
	color: #000000;
}

.Content .SiteFunctions .Print {
	padding: 3px 0px 3px 25px;
	background: url(../images/print.gif) no-repeat center left;
}

.Content .Tooltip {
	position: absolute;
	display: none;
	width: 250px;
}

.Content .NewsBox .Title {
	display: hidden;
}

.Content .NewsBox .Date {
	color: #DF001A;
	font-weight: bold;
}

.Content .NewsBox .Headline {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.Content .NewsBox .Link {
	clear: both;
}

.Content .PageList {
	margin: 20px 0 0 0;
}

.Right {
	float: left;
	width: 185px;
	margin: 10px 20px 0px 0px;
	text-align: left;
}

.Right .ContentBox .Headline {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	border-left: 6px solid #E2001A;
	color: #999999;
	font-weight: bold;
	padding-left: 5px;
}

.Right .InfoBox {
	border: 1px solid #A4A397;
	margin: 0;
	font-size: 10px;
}

.Right .InfoBox div {
	border-right: 4px solid #E2001A;
	clear: left;
	padding: 5px;
}

.Right .InfoBox div .Image {
	float: left;
	margin-right: 5px;
}

.Right .InfoBox div .Headline {
	font-weight: bold;
	font-size: 11px;
}

.Right .InfoBox div .Link {
	padding-left: 15px;
	background: url(../images/bullet1.gif) no-repeat center left;
	font-size: 11px;
}

.Right a:link,
.Right a:visited {
	color: #007B34;
	text-decoration: none;
	font-weight: bold;
}

.Right a:hover,
.Right a:active {
	color: #007B34;
	text-decoration: none;
	font-weight: bold;
}

.Right .Links {
	display: block;
	background: url(../images/dot.gif) repeat-x top;
	margin: 15px 0 20px 0;
}

.Right .Links a:link,
.Right .Links a:visited,
.Right .Links a:hover,
.Right .Links a:active {
	background: url(../images/b_nav.gif) no-repeat bottom left;
	display: block;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	border: 0px;
}
