@charset "utf-8";
/* CSS Document */

body {
	background: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}

a:link, a:visited {
	color: #663300;
}

a:hover, a:active {
	color: #a55200;
}

#mainContent {
	padding: 12px 10px 15px 15px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 17px;
}

h3 {
	font-size: 13px;
}

.specialsText {
	font-weight: bold;
	color: #000000;
}

.required {
	color: #CC0000;
	font-weight: bold;
}

#footerNav {
	background: url(images/footerBg.jpg) no-repeat;
	width: 800px;
	height: 24px;
	padding: 10px 0 0 0;
	text-align: center;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

#footerNav a:link, #footerNav a:visited {
	color: #FFFFCC;
	text-decoration: none;
}

#footerNav a:hover, #footerNav a:active {
	color: #FFFFCC;
	text-decoration: underline;
}

#footer {
	width: 800px;
	margin: 5px auto 5px auto;
	color: #FFFFCC;
	text-align: center;
}