@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}
.navBG {
	background-image: url(images/nav_bg.jpg);
}
.footerBG {
	background-image: url(images/footer_bg.gif);
}
.sectionBG {
	background-image: url(images/section_bg.gif);
}
.sectionBG2 {
	background-image: url(images/section_bg2.gif);
	background-repeat: repeat-x;
}
.normalWHITE {
	font-family: Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
}
.purpleGeorgia a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #c1c7ff;
	text-decoration: none;
}

.purpleGeorgia a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999;
	text-decoration: underline;
}

.lightborder {border-bottom: solid 1px #5a66d8;}
.darkborder {border-top: solid 1px #242b6d;}

#navcontainer
{
margin: 0px 0 0 0px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background:;
width: 100px;
height: 30px;
padding: 10px 0px 0px 10px;
margin: 0 0 0px 0;
color: #42498d;
text-decoration: none;
display: block;
text-align: center;
font: normal 14px Georgia;
}

#navcontainer ul li a:hover
{
color: #fff;
background: #b19b32;
}

#navcontainer a:active
{
background: #42498d;
color: #fff;
}

#navcontainer li#active a
{
background: #42498d;
color: #fff;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #42498d;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	margin:0px;
}.footerFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
}
