@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #33591F;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
}
.shadow_left {
	background-image: url(images/leftshadow.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
a.navigation1 {
	color: #FFF;
	text-decoration: none;
}
a.navigation1:hover {
	color: #FBF875;
	text-decoration: none;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
}
a.link {
	color: #FFF;
	text-decoration: none;
}
a.link:hover {
	color: #FBF875;
	text-decoration: none;
}
.shadow_right {
	background-image: url(images/rightshadow.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.flashback {
	background-image: url(flash/01.jpg);
	background-repeat: no-repeat;
}
.shadow_bottom {
	background-image: url(images/bottomshadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
}.header {
	background-image: url(images/header.jpg);
	height: 160px;
	width: 982px;
}
.sub_header {
	background-image: url(images/sub_header.jpg);
	height: 74px;
	width: 982px;
}
.copy {
	text-align: justify;
	line-height: 1.2;
}
.bullets {
	text-align: left;
	line-height: 1.2;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #000;
}
h2 {
	font-size: 20px;
	color: #000;
}
h3 {
	font-size: 20px;
	color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.white_header {
	font-size: 16px;
	color: #FFF;
	text-align:left;
}
.white_center {
	font-size:16px;
	color: #FFF;
	text-align:center;
}
.green_header {
	font-size: 20px;
	color:#060;
	text-align:left;
}
.footer {
	font-size: 12px;
	color: #FFF;
}

#SubMenu1, #SubMenu2, #SubMenu3, #SubMenu4, #SubMenu5, #SubMenu6,#SubMenu7,#SubMenu8,#SubMenu9
	{position: absolute;
	padding: 0px 10px 0px 10px ;
	background-color: #407912;
	top:40px;

	visibility: hidden;
	text-align:left;
	}
	
	
a.menulink
	{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height:20px;

	}
	
a.menulink:hover
	{color: #FBF862;text-decoration: none;}