/* CSS Document */

body {
	background-color: #6699CC;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h3{
	font-size:1.5em;
	}

h4{
	color:#FF6600;
	text-decoration:underline;
	text-align:right;
	}

td.left{
	border-left:solid 2px;
	border-bottom:solid 1px;
}

td.right{
	border-right:solid 2px;
	border-bottom:solid 1px;
}

.header{
	height:106px;
	background-color:#666666;
	background-image:url(images/header.jpg);
	border-bottom: solid 3px #000099;
}

.contactinfo{
	float:right;
	width:231px;
	left: 668px;
	top: 18px;
	height: 91px;
	margin-top:5px;
}

.content{ 
	padding-top:8px;
	background-color:#000066;
	margin:auto;
	width:780px;
	height:100%;
	border-right:#FFFFFF 1px solid;
	border-left:#FFFFFF 1px solid;
}

.navHolder{
	width:244px;
	background-color:#000066;
	float:left;
	margin-bottom:auto;
}

.images{
	float:left;
	margin-right:2px;
	font-size:9px;
}

.btns a:link, .btns a:visited {
	display: block;
	border-top: 1px solid ;
	border-bottom: 1px solid #cccccc;
	background-color: #003399;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ffffff;
	font-size:10px;
	text-align:right;
	text-decoration: none;
}
.btns a:hover{
	border-top: 1px solid #cccccc;
	background-color: #0066CC;
	font-weight: bold;
	text-decoration: underline;
}


.mainContent{
	color:#000000;
	background-color:#FFFFFF;
	float:right;
	width:530px;
	padding-top:5px;
	padding-bottom:5px;
}

.footer{
	width:780px;
	background-color:#999999;
	text-align:right;
}
.subhead{
font-weight:bold;
}

#bg{
margin:auto;
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
width:850px;
}