/* CSS Document */
h2 {
	font: bold 11px "Trebuchet MS", Georgia, "Times New Roman", serif;
	color: #FFFFFF;
	padding: 0px 4px;
	margin: 5px 0px;
}
#left h2 {
	margin-left: 150px;
}
#right h2 {
	margin-right: 150px;
}
h1 {
	font: bold 11px "Trebuchet MS", Georgia, "Times New Roman", serif;
	color: #FFFFFF;
	margin: 5px 0px;
	padding: 0px 4px;
}
#left {
	background: #757700 url(../new/logo_left2.gif) no-repeat right 100px;
	margin: 0px;
	padding: 5px 0px;
	position: absolute;
        left: 0px;
	width: 50%;
	height: 100%;
	/* right: 50%; */
	color: #FFFFFF;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
#right {
	background: #496892 url(../new/logo_right2.gif) no-repeat left 100px;
	margin: 0px;
	padding: 5px 0px;
	left: 50%;
	width: 50%;
	height: 100%;
	position: absolute;
	font: bold 11px "Trebuchet MS", Georgia, "Times New Roman", serif;
	color: #FFFFFF;
}

#mainbody {
	width: 100%;
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	}
body {
	margin: 0px;
	padding: 0px;
	background: #757700;

}
a.nav:link {
	color: #D5D5AA;
	padding: 2px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 10px;
	letter-spacing: 1px;
	width: 100px;
	text-align: center;
	border: 1px solid #D5D5AA;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	color: #F4F4F4;
	width: 100px;
	padding: 2px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 10px;
	letter-spacing: 1px;
	text-align: center;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;


}
a.nav:hover {
	color: #FFFFFF;
	background: #496892;
	border: 1px solid #FFFFFF;
	width: 100px;
	padding: 2px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 10px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;

}
a.nav:active {
	color: #CCCCCC;
	border: 1px solid #FFFFFF;
	width: 100px;
	padding: 2px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 10px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;

}
a.nav2:link {
	color: #B8C7DC;
	padding: 2px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 10px;
	letter-spacing: 1px;
	width: 100px;
	text-align: center;
	border: 1px solid #B8C7DC;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.nav2:visited {
	color: #F4F4F4;
	width: 100px;
	padding: 2px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 10px;
	letter-spacing: 1px;
	text-align: center;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;


}
a.nav2:hover {
	color: #FFFFFF;
	background: #757700;
	border: 1px solid #FFFFFF;
	width: 100px;
	padding: 2px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 10px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;

}
a.nav2:active {
	color: #CCCCCC;
	border: 1px solid #FFFFFF;
	width: 100px;
	padding: 2px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 10px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;

}
h3 {
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
	padding: 2px;
	border-top: 1px solid #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
