#header {
	background-color: #006600;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	width: 100%;
	padding: 0px;
	border: thick none #FFFF00;
	margin: 0px;
	z-index: 1;
	min-width:840px;
}
#headerboarder {
	background-color: #FFFFFF;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 80px;
	width: 100%;
	padding: 3px;
	border: thick double #FF0000;
}
#welcomeheader {
	position: absolute;
	top: 2px;
	left: 170px;
	font-size: 24px;
	font-weight:bold;
	color: #FEFEFE;
}
#welcomeheader2 {
	position: absolute;
	top: 30px;
	left: 170px;
	font-size: 18px;
	font-weight:bold;
	color: #FFFF00;
	text-align: left;
	font-style: normal;
}
#welcomeheader3 {
	position: absolute;
	top: 52px;
	left: 170px;
	font-size: 18px;
	font-weight:bold;
	color: #FF0000;
	text-align: left;
	text-decoration: blink;
}
#versionheaderE {
	position: absolute;
	top: 52px;
	left: 650px;
	font-size: 12px;
	font-weight:bold;
	color: #FF0000;
	text-align: left;
}

#versionheaderE a {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}
#versionheaderE a:hover {
	text-decoration: underline;
	color: #FEFEFE;
}
#versionheaderP {
	position: absolute;
	top: 52px;
	left: 740px;
	font-size: 12px;
	font-weight:bold;
	color: #FF0000;
	text-align: left;

}

#versionheaderP a {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}
#versionheaderP a:hover {
	text-decoration: underline;	
	color: #FEFEFE;
}
#menus {
	background-color: #006600;
	position: absolute;
	left: 0px;
	width: 160px;
	height: 100%;
	margin: 0px;
	top: 0px;
	padding: 3px;
	z-index: 2;
}
#content {
	position: absolute;
	left: 0px;
	top: 75px;
	background-repeat: repeat;
	padding-left: 166px;
	margin: 2px;
}
body {
	margin: 0;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002C99;
	font-weight: normal;
	font-style: normal;
	background-image: url(images/backgreen.gif);
	background-repeat: repeat-y;
	padding: 0px;
	
}
#headerlinks {
	position: absolute;
	top: 30px;
	right: 5px;
	font-size: .9em;
	margin: 0;
}
.headerlink {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: thin;
	border-left-color: #FFFF00;
	border-left-style: solid;
	font-size:1.1em;
}
.headerlink a {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
.headerlink a:hover {
	color: #FEFEFE;
	text-decoration: underline;	
}
.menulinks {
	display: block;
	font-size:1em;
	list-style-type: none;
	list-style-position: outside;
	border: 0px none #FFFFFF;
	font-weight: normal;
	margin:2px;
	padding: 2px;
}
.menulinks a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display:block;
	
}
.menulinks a:hover {
	text-decoration: underline;	
}
.menulinksgroup {
list-style:none;
margin:20px 3px 3px;
padding:0;

}
.pagetitle {
	color: #006600;
}
h1 {
	color: #006600;
	font-size: 24px;
	text-align: center;
}
h2 {
	color: #FF0000;
	font-size: 18px;
	text-align: center;
}
p {
	color: #006600;
	font-size: 13px;
}
.style1 a:visited {
 color: #006600;

}
