body {
	background: #182245;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
	margin-top:5px;
}

h3 {
	height: 10px;
	padding-bottom: 5px;
	margin: 8px 0px;
}

#container {
	margin: auto;
	width: 1000px;
}

#banner {
	background: #E7EDF5 url(../images/top.jpg) no-repeat;
	text-align: right;
	width: 1000px;
	height: 153px;
}

#banner form {
	margin-top:5px;
}

#nav, #nav ul { 
	height: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { 
	text-align: center;	
	float: left;
	position: relative;
	width: 125.6px;
	border: 1px solid #B0C4DE;
	background-color: #E7EDF5;
	color: #2D486C;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right: 0em;
}

#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	color: #2D486C;
}

#nav ul { 
	display: none;
	position: absolute;
	padding-top: 0.5em;
}

#nav ul li {
	width: 200px;	
	text-align: left;
	float: none;
	border-bottom: 1px solid #B0C4DE;
	background-color: #E7EDF5;
	font-size: 100%;
	

}

#nav li:hover ul {
	display: block;
}

#slideshow{
	background: #E7EDF5 url(../images/bottom.jpg) no-repeat;
	width: 1000px;
	height: 166px;
	border-bottom: 1px solid #AAAAAA;
}

#sidemenu{
	background: #2D4488 url(../images/sidebar.jpg);
	float: left;
	width: 230px;
	color: #CCCCCC;
}

#sidemenu ul{
	list-style: none;
	padding: 0 10px 10px 10px;
	margin: 10px 0 0 0;
}

#sidemenu a:link, #sidemenu a:visited{
    color: #CCCCCC;
}

#sidemenu a:hover{
    color: #AFDE21;
}

.indent{
	text-indent: 50px;
}

#subcontent{
    padding-top: 10px;
    float: right;
    width: 759px;
    background: #FFFFFF;
	background-repeat: repeat-y;
}

#content{
	margin-top: 10px;
	float: right;
	background: #182245 url(../images/sidebar.jpg);
	background-repeat: repeat-y;
	width: 1000px;
}

#homecontent{
    float: right;
    background: #FFFFFF url(../images/watermark.jpg) no-repeat;
    width: 1000px;
}

#leftColumn{
    float: left;
    padding-left: 20px;
    width: 200;
}

#rightColumn{
    float: right;
    padding-right: 20px;
    width: 400px;
}

#homeSub{
    padding: 10px 20px 10px 20px;
}

#homeSub h3{
    font-size: 1em;
}

#centerContainer{
	margin: auto;
	text-align: center;
}

#picHolder{
	float: left;
	text-align: center;
	width: 130px;
}

#picSubText{
	text-align: center;
	font-size: 11px;
}

#subPage1{
    padding: 0 20px 0 20px;
    margin: 0 0 10px 0;
    width: 520px;
}

#subPage2{
    padding: 5px;
}

#subTitle1 h3{
    margin: 10px 0 5px 20px;
}

.floatImageRight{
    float:right;
	text-align: center;
	font-size: 11px;
    margin-top:10px;
    margin-left:10px;
    margin-bottom:10px;
}

.floatImageRight img{
	border: none;
}

.floatImageLeft{
    float:left;
	text-align: center;
	text-size: 11px;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
}

.centerSubText{
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tablefont{
	font-size: 12px;
}

.tablefont td{
	valign: top;
}

.tablefont p{
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 2px;
}

#contentBanner{
    float: right;
    width: 759px;
    height: 65px;
    background: url(../images/subHeader.jpg) no-repeat;
    margin-bottom: 10px;
    color: #CCCCCC;
}

#contentBanner h2{
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
    text-align: center;
}

#date{
	width: 1000px;
	float: right;
	text-align: right;
	padding: 10% 0 0 0;
}

#googleBar{
	float: right;
	/*padding:4px;
	width:20em;*/
}

#googleResults{
	padding: 0 0 0 85px;
}

#footer{
   clear:both;
   margin-top: 10px;
	padding:5px 0px;
	float: center;
	background: #2D4488;
   	width: 1000px;
   	text-align: center;
   	color: #CCCCCC;
}

#footer h1,
#footer p{
	font-size: 0.9em;
    color: #CCCCCC;
    margin: 5px 5px 0 5px;
}

#footer a{
	color: #CCCCCC;
}

#contentBanner2{
    width: 1000px;
    height: 65px;
    float: right;
    background: url(../images/subHeaderLong.jpg) no-repeat;
    color: #CCCCCC;

}

#contentBanner2 h2{
    margin-top: 20px;
    text-align: center;
}

#subcontent2{
    width: 1000px;
    background: #FFFFFF;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
