img, #topbackground  { behavior: url(/iepngfix.htc) }

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #9CA59E;
}
h2.error{
    color: #BA0101;
    font-size: 17px;
    text-align: center;
}
#topbackground {
	background-image: url(/images/background_top3.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	height: 209px;
}
#logobox {
	position:relative; 
	display: block;
	top:35px; 
	left: 10px; 
	width: 248px;
	height: 174px;
}
a.navon:link, a.navon:visited {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#centerlayer {
	position: absolute;
	z-index: 1;
	top: 137px;
	width: 100%;
}
#centerlayer #bodytable {
	position: relative;
	left: 30px;
}
#mainnav {
	position: relative;
	bottom: 0px;
	right: 0px;
	z-index: 12;
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#mainnav a {
	font-family: "Trebuchet MS";
	font-size: 13pt;
	color: #70993E;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	font-weight: bold;
	letter-spacing: -1px;
	height: 25px;
}
.sublayer {
	background-color: #803864;
	height: 20px;
	right: 0px;
	width: 400px;
	top: 0px;
	margin-right:10px;
	float: right;
}
#mainnav .sublayer a:link, #mainnav .sublayer a:visited {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 5px;
	//padding-top: 5px; /*for IE*/
    font-weight: normal;
	letter-spacing: .02em;
	float: left;
}
#mainnav .sublayer a:hover{
	color: #FFFFFF;
}
#bodytable #bottomnav a {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-transform: uppercase;
	color: #858585;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
}
#centerlayer #bodytable .maintextarea {
	font-family: "Trebuchet MS";
	color: #333333;
	padding: 10px;
	font-size: 13px;
}
.highlighttext {
	color: #990033;
}


#centerlayer #bodytable #bottomnav a:hover {
	color:#333333;
	text-decoration:underline;
}
#mainnav a:hover {
	color:#803864;
}
.copyright {
	color: #dddddd;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
