.blue_bg {
	background-color: #205299;
	height: 22px;
}
.blue_bgNav {
	background-color: #205299;
	height: 22px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 865px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #205299;
	border-bottom-color: #205299;
	border-left-color: #205299;
}
.nav_main a{
	color: #FFFF00;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-color: #205299;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
	text-transform: capitalize;
}
.nav_main:hover {
    color: #FF0000;
	text-decoration: none;
    font-weight: bold;
}
.content2 {
	margin: 15px 37px 50px;
	padding: 15px 37px 50px;
}
