body{
	background-color:#005176;
	font-family:Arial, Helvetica, sans-serif;
	color:#353535;
}

p {
	font-size:11px;
	color:#666666;
}

a:link, a:active, a:visited {
	color:#353535;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
	
.header{
	width:752px;
	height:100px;
	background-image:url(../images/header/blue-header.jpg);
	background-repeat:no-repeat;
}

.main{
	width:752px;
	height:400px;
	background-image:url(../images/content/blue-content.jpg);
	background-repeat:repeat-y;
}

.footer{
	width:728px;
	height:69px;
	background-image:url(../images/footer/blue-footer.jpg);
	background-repeat:no-repeat;
}

.footertext{
	color:#FFFFFF;
	font-size:9px;
	padding-left:28px;padding-bottom:10px;
}

.footer a:link, .footer a:active, .footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:9px;
	font-weight:normal;
}

.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:9px;
	font-weight:normal;
}

.navpanel{
	width:205px;
	color:#353535;
	background-color:#e7e7e7;
	padding-left:15px;
}

.navlink {
	color:#3e3d3d;
	font-size:11px;
	font-weight:bold;
}

.navlink a:link, .navlink a:active, .navlink a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#353535;
}

.navlink a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}

.navcell{
	width:183px;
	border-bottom:1px solid #FFFFFF;
}

.contentpanel{
	width:512px;
	padding-left:10px;
	padding-top:0px;
	padding-right:10px;
	padding-bottom:10px;
	background-color:#e1e1e1;
}

.sitetitle{
	width:210px;
	height:62px;
	padding-bottom:5px;
	padding-left:10px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}

.sitesubtitle{
	width:206px;
	height:31px;
	padding-top:5px;
	padding-left:14px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}