@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/siteBgTop.jpg) repeat-x #3a64a0;
	text-align:center;
}
#wrapper{
	height:1000px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
#wrapper{
	margin-left:auto;
	margin-right:auto;
	height:1000px;
	text-align: -moz-center; 
	width:800px;
}
#banner{
	height:auto;
	width:758px;
}
#bannerTop{
	background:url(images/bannerTop.jpg);
	height:97px;
}
#bannerMid{
	height:148px;
}
#bannerMidLeft{
	width:202px;
	background:url(images/bannerMidLeftSmall.jpg);
	float:left;
	height:148px;
}
#bannerMidRight{
	width:556px;
	background:url(images/bannerMidContentSmall.jpg);
	float:right;
	height:148px;
}
#bannerContact{
	width:758px;
	height:22px;
	background:url(images/bannerContactBGSmall.jpg);
	text-align:left;
}
#bannerMenu{
	width:758px;
	height:49px;
	text-align:center;
	background:url(images/bannerBottomBGSmall.jpg);
}

/**********************************		Content & Content Box ***********************************/
#contentWrapper{
	clear:both;
	color:#000066;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
#contentWrapper{
	clear:both;
	color:#000066;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: -moz-center;
	margin-left:auto;
	margin-right:auto;
	}
.contentTop{
	position:relative;
	top:-10px;
	left:-10px;
	}
.contentBottom{
	position:relative;
	top:25px;
	left:-10px;
	clear:both;
	}
.contentMain{
	margin-top:5px;
	width:748px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
	background:url(images/contentBG.jpg);
	background-repeat:repeat-y;
	}
.contentText{
	text-align:left;
	margin-right:5px;
	padding-left:5px;
	position:relative;
	bottom:15px;
	}
.headerPic{
	position:relative;
	left:-180px;
	top:0px;
	}

/**********************************		Drop Downs		*****************************************/
.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #424578; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #424578;
width: 150px;
visibility: hidden;
color: #e8e2c0;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #424578;
padding: 2px 0;
text-decoration: none;
color: #e8e2c0;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #6493be;
color: white;
}

.left{float:left;padding:10px;}