*
{
	font-family: Verdana, Arial;
	font-size:12px;
}
body 
{
	background-color:#3F5C96;
	margin-top:10px;
}

#container
{
	margin: auto auto;
	background-color:White;
	width:860px;
}

#header
{
	height:65px;
	width: 824px;
	background-image: url(images/headerBG.gif);
	background-repeat:repeat-x;
	padding-top:10px;
}

#header h1
{
	font-size: x-large;
}

#leftBG
{
	background-image: url(images/left_bg.gif);
	background-repeat: repeat-y;
}

#rightBG
{
	background-image: url(images/right_bg.gif);
	background-repeat: repeat-y;
}

#topNav
{
	
	background:#95B8E6 url(images/bg_nav.gif) no-repeat left top;
	padding-left:18px;
	height:25px;
}

#secNav
{
	
	background:#95B8E6 url(images/bg_nav.gif) no-repeat left top;
	padding-left:18px;
	height:25px;
	width: 454px;
}

#footer
{
	background-image: url(images/footerBG.gif);
	color:Gray;
	text-align:center;
}

#nav-wrap2 {
background:url(images/bg_nav.gif) no-repeat right 50%;
padding-right:17px;
height:25px;
}

#nav-wrap3 {
background:url(images/bg_nav.gif) repeat-x left bottom;
height:25px;
}

#topNav #nav {
float:left;
padding:1px 0 0;
margin:0;
list-style:none;
line-height:1;
}

#secNav #nav {
float:left;
padding:1px 0 0;
margin:0;
list-style:none;
line-height:1;
}


#nav li {
float:left;
list-style:none;
background:url(images/bg_nav.gif) repeat-x left bottom;
}

#nav li:hover ul { left: auto; }
#nav ul { list-style: none; }
#nav li ul { z-index: 1; position: absolute; left: -999em; }

#topNav a {
display: inline-table;
display: -moz-inline-box;
display: inline-block;
height:18px;
padding:4px 15px 0;
color:#fff;
text-decoration:none;
text-align:center;
border-right:1px solid #648ABD;
font-weight: bold;
font-size:12px;
}

#secNav a {
display: inline-table;
display: -moz-inline-box;
display: inline-block;
height:18px;
padding:4px 15px 0;
color:#fff;
text-decoration:none;
text-align:center;
border-right:1px solid #648ABD;
font-weight: bold;
font-size:12px;
}

#topNav a:hover {
color: #99CC66;
}

#secNav a:hover {
color: #99CC66;
}

#topNav .active a {
background-color:#507AB2;
}

#secNav .active a {
background-color:#507AB2;
}

#bodyContent
{
	margin-top:10px;
	height: 600px;
	overflow: hidden;
}

#bodyContent2
{
	margin-top:10px;
	height: 490px;
	overflow: auto;
}

h2
{
	border-bottom: 1px solid #6699CC;
	color: #99CC66;
	font-size:200%;
}

.news h3
{
	text-align: center;
	background-color: #EFEFEF;
	color: #99CC66;
	height: 20px;
	font-size:150%;
	border-bottom: 1px solid gray;
}
