/* Fonts */
a:link {
	color: #003366;
	font-family: verdana;
	font-size: 10px;
	text-decoration:none;
}

a:hover {
	color: #26679f;
	background-color: #D6D6D6;
	font-family: verdana;
	font-size: 10px;
	text-decoration:none;
}

a:visited {
	color: #003366;
	font-family: verdana;
	font-size: 10px;
	text-decoration:none;
}

body {
	color: #5e656b;
	font-family: Verdana;
	font-size: 11px;
	background-color:#193e5e; 
	text-align:center; 
	margin:0px;
}

.banner {
	margin: 0px; 
	height:75px;
}

.title {
	position: absolute;
	width: 754px;
	color: #FFFFFF;
	text-align: right;
	top: 50px;
	font: normal normal bold 1.5em verdana;
}

form {
	display: inline;
}

.bodyheader {
	font: normal normal 900 15px verdana;
	color: #5b8dc6;
}

.container {
	margin: 0 auto;
	width: 784px;
}

.bodycontainer {
	width: 784px; 
	background-image: url(../images/contentbg.gif); 
	background-repeat: repeat-y; 
	text-align: left; 
	padding-left: 2px;
	
}

.midcontent {
	padding: 5px;
	padding-left: 15px;
	padding-top: 10px;
	width: 741px;
	background-image:url(../images/midback.jpg);
	background-position: top;
	background-repeat:repeat-x;
	margin: 0px;
}

.footercontainer {
	
	background-image:url(../images/contentbg.gif); 
	background-repeat:repeat-y; 
	text-align: center; 
	padding-bottom: 3px;
	width:765px; 
}

.footer {
	background-image:url(../images/contentbot.gif); 
	background-repeat:no-repeat; 
	height:9px; 
	width:765px; 
	text-align: right;
}
