@charset "UTF-8";

/* Body Styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	background-color: #E2E0CF;
	color: #333333;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
a:link, a:visited, a:active {
	color: #660000;
}
table {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
/* Content Styles */
.tagline {
	color: #999966;
	text-align: center;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
	font-size: 11px;
	line-height: 16px;
}
/* Footer Styles */

.footer {
	font-size: 10px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #FFFFFF;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8A06C;
	margin-bottom: 20px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Other Styles */

.HomeNavigation {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.homeImage {
	margin-top: 35px;
}
.HomeNavigation a:link, .HomeNavigation a:visited, .HomeNavigation a:active {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 12px;
	font-weight: normal;
	margin: 0px;
	line-height: 16px;
}
.HomeNavigation a:hover {
	text-align: left;
	background-image: url(../images/rollover.gif);
	background-repeat: no-repeat;
	background-position: left 19px;
}
.spacerTop {
	background-color: #660000;
	height: 15px;
}
.redBold {
	color: #660000;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
}
.tanBold {
	color: #999966;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
}
