/* Template Begin */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	position: relative;
	margin: 0 auto 8px auto;
	background-color:#4251a2;
	background-image: url(../images/newtemplate/bkgrad2.jpg);
	background-repeat: repeat-x;
	background-position: Top;
}
#main {
	width:765px; 
	margin: 0 auto 0 auto;
}

#header {
	background-color:#DAE6FF;
	width:765px;
	height:212px;
	margin: 0 auto 0 auto;
	background-image: url(../images/newtemplate/banner2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#topnav {
	background-color: #1b2144;
	position: relative;
	left: 10px;
	top: 97px;
	height: 110px;
	width: 245px;
}

#bodycontainer {
	width: 100%; 
	background-color: #FFF; 
	margin-top: 5px;
}

#body {
	padding: 15px 20px 8px 20px; 
	border: 1px solid black;
}

#bottomnav {
	text-align:center; 
	margin: 5px 0 5px 0; 
	padding: 5px 0 5px 0; 
	background-color:#5164ce; 
	border: 1px solid #1C203D; 
	border-left: 0; 
	border-right: 0; 
	line-height: 16px;
	color: #FFFFFF;
}

#bottomnav a {
	text-decoration: none;
	color: #EEFD7C;
}
#bottomnav a:hover {
	text-decoration: underline;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	position: relative;
	margin: 0 auto 8px auto;
	color: #FFFFFF;
	text-align:center;
}

#footer a {
	color: #CCCCCC;
}

/* Top Nav Buttons*/

.navitem
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(../images/newtemplate/button_r.gif) no-repeat;
white-space: nowrap;
display: block;
width: 102px;
height: 19px;
margin: 5px 0 3px 0;
} 

.navitem a
{
display: block;
color: #000000;
font-size: 11px;
width: 102px;
height: 19px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.navitem img
{
width: 102px;
height: 19px;
border: 0;
}

* html a:hover
{
visibility:visible
}

.navitem a:hover img
{
visibility:hidden

}

.navitem span
{
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 3px;
	padding: 0px;
	cursor: pointer;
	width: 102px;
	height: 19px;
	text-align: center;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

/* Body Elements*/
.pagetitle {
	font-family: Times, Arial, serif;
	font-size: 18px;
	font-style: normal;
	text-align: center;
	line-height: normal;
	font-weight: bold;
	text-align: center;
}

.pagetitle span {
	font-size: 12px;
}
.heading {
	font-family: Times, Arial, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
