@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #6b6ba8;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: underline;
	color: #000066;
}





#wrapper {
	width: 768px;
	margin: 0 auto 0 auto;
}


#header {
	width: 768px;
	height: 116px;
}
#headerlogo {
	width: 768px;
	height: 104px;
	background: url(images/header.png);
	background-repeat:no-repeat;
}
#headerspacer {
	height: 12px;
	background: url(images/headerspacer.png);
}







#nav {
	float: left;
	width: 154px;
	background: url(images/navbg.png);
	background-repeat: repeat-y;
}
.navlink {
	width: 154px;
	height: 21px;
	padding: 4px 0 0 0;
	margin: 0 0 10px 0;
	text-align: center;
	background: url(images/linkbg.png);
	font-size: 12px;
}
#navbottom {
	width: 154px;
	height: 9px;
	background: url(images/navbottom.png);
	background-repeat: no-repeat;
}


#bodybg {
	float: left;
	width: 768px;
	background: url(images/bodybg.png);
	background-repeat: repeat-y;
}
#maincontent {
	float: left;
	width: 613px;
}
#titlebar {
	width: 598px;
	height: 27px;
	padding: 7px 0 0 15px;
	background: url(images/titlebar.png);
	font-size: 18px;
	font-weight:bold;
	color: #000066;
}
#content {
	width: 578px;
	padding: 10px 20px 30px 15px;
	line-height: 18px;
}



#footer{
	clear: both;
	width: 768px;
	height: 53px;
	background: url(images/footerbg.png);
	text-align: center;
	font-size: 12px;
	padding: 6px 0 0 0;
}