body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans",verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
	background: #BFE2F8;
	margin-left: auto;
	margin-right: auto;
	text-align: center

}	

H1 {
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	margin-top:5px;
}

H2 {
	font-size: 17px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	margin-top:5px;
}


#main {
	text-align: left;
	width: 776px;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 776px;	
}

#header {
	

	font-family: georgia,lucida, arial, helvetica, sans-serif,;        
	font-size: 35px;	
	width: 766px;
	height: 112px;
	text-align: center;
	background-color: #65B8EC;
	background-image: url(./images/headerbkgrd.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px;
	z-index: 0;
	border: 1px solid #247C99;
}

#header img {
	float: right;
}


#sub-panel {
	position: absolute;
	border: 1px solid #247C99;
	width: 776px;
	padding-top: 25px;
}

.contentHeading{
	text-align: center;
	padding-top: 5px;
	padding-left: 5px;
        padding-right: 20px;
	width: 450px;
	
}

.content {
	padding: 15px;
	padding-top: 20px;
	font-size: 15px;


}

.content A:link,.content A:visited, .content A:active{
	color: #002EB8;
	text-decoration: underline;
}

.contactPage {
	text-align: center;
}


#left-image{
	position: relative;
        padding: 5px;
	float: left;
	top: 100px;
	
}

#right-image{
	position: relative;
        padding: 15px;
	float: right;
	top: 100px;
	
}


#error {
 	color: #E97117;
	font-weight: bold;
}



UL.nav {
	position: absolute;
	top: 0;
	list-style: none;
	background-color: #247C99;
	color: #BFE2F8;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 776px;
	height: 16px;
	border-bottom: 2px solid #247C99;	
	z-index: 99;
}

UL.nav  li a{
	display: block;
	height: 36px;
	z-index: 99;
}

html>body UL.nav li li a{
	height: 100%;
}


UL.nav li li a{
	height: 0px;
	display: block;
	padding: 0.2em 10px;
	z-index: 99;
	border-top: solid 1px  #BFE2F8;
	z-index: 99;
}

html>body UL.nav li {
	width: 97px;
}

UL.nav li {
	float: left;
	position: relative;
	width: 96px;
	text-align: center;
	cursor: default;	
	background-color: #247C99;
	z-index: 99;
}

UL.nav li ul {
	background-color: transparent;
	border-left: solid 1px  #247C99;
	border-right: solid 1px  #247C99;
	border-bottom: solid 1px  #247C99;
	z-index: 99;
}

UL.nav li A:link,UL.nav li A:visited,UL.nav li A:active{
	color: #BFE2F8;
	text-decoration: none;
	z-index: 99;

}   


UL.nav li a:hover {
	color: #247C99;
	background-color: #BFE2F8;
	z-index: 99;

}


UL.nav li li a:hover {
	color: #247C99;
	background-color: #BFE2F8;
	z-index: 99;
}


li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: bold;
	padding: 0;
	margin: 0;
	background: url(images/null) bottom left no-repeat;
	z-index: 99;
}




li>ul {
 	top: auto;
	left: auto;
	z-index: 99;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	z-index: 99;
}


li:hover ul, li.over ul {
	display:  block;
	z-index: 99;
}

.imgAlignleft {
	float: left;
	z-index: 99;

}

.imgAlignright {
	float: right;
	z-index: 99;

}


