body {
	margin-top: 0px;
	background-color: #8f8f8f;
	font-family: Tahoma, Arial, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	text-align: justify;
}
img { border: 0px; }

.bluedk { color: #18283c; }
.bluedkbackground { background-color: #18283c; }
.bluelt { color: #5b748a; }
.blueltbackground { background-color: #5b748a; }

.big { font-size: 18px; }
.small { font-size: 12px; }
.smaller { font-size: 10px; }
.bold { font-weight: bold; }
.centered { text-align: center; }

h3, .mainheader {
	font-family: "Times New Roman", Times, serif;
	color: #8392a0;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
}
.navheader {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #fcff00;
	text-decoration: underline;
}

#header {
	height: 360px;
	vertical-align: top;
	font-size: 11px;
}

#main {
	background-color: #18283c;
	margin-top: 12px;
	line-height: 130%;
}

#footer {
	background-color: #5b748a;
	border-bottom: 1px solid #18283c;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
}