#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font: 12px Arial, Helvetica, sans-serif;
	color: #2A3686;
	border: 5px groove #263283;
}
#footer {
	border-top: 1px solid #263283;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #263283;
	border-bottom-color: #263283;
	border-left-color: #263283;
	text-align: center;
	clear: both;
}

#footer a {
	text-decoration: underline;
	color: #283385;
}

#footer a:hover {
	
	text-decoration: underline overline;
}

#header {
	background: url(images/header.jpg) no-repeat center;
	height: 147px;
}

#menu {
	width:auto;
	padding-top:8px;
	color:#FFFFFF;
	text-align:center;
	background: #FFFFFF url(images/back.png) repeat-x;
	height: auto;
	font: small-caps 14px Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#right_nav {
	float: right;
	width: 250px;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
}
#data_content {
	margin-right: 270px;
	border-right: 2px solid #2A3686;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #2A3686;
	border-bottom-color: #2A3686;
	border-left-color: #2A3686;
	color: #2A3686;
	font: 14px Arial, Helvetica, sans-serif;
}

#data_content a{
	font-weight: bold;
	color: #454F96;
	text-decoration: underline;
	font-size: 12px;
	
}
#data_content a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
	
}

#data_content h1 {
	font-size: 24px;
	text-transform: capitalize;
	border-bottom: 1px solid #39438E;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #39438E;
	border-left-color: #39438E;
	border-right: 1px none #39438E;
}

#menu a {
	color:#FFFF00;
	text-decoration:none;
	padding:0px 10px 20px;
	font-weight: bold;
	
}
#bodycontent {
	padding-left: 6px;
	margin-top: 10px;
}

#menu a:hover {
	border-bottom:1px solid #ffffff;
	border-left:1px solid #243482;
	border-right:1px solid #243482;
	padding-left:9px;
	padding-right:9px;
	color:#C32639;
	background: #FFFFFF url(images/a_hover.jpg);
}
#right_nav h1 {
	font-size: 16px;
	text-transform: capitalize;
	color: #2C3887;
	text-decoration: underline;
}
