body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #890909;
	margin: 24px auto;
	padding: 0;
	text-align: center;
	color: #111;
}
 #container {
	width: 800px;
	background: #b6b6b6;
	margin: 0 auto;
	padding-bottom: 12px;
	border: 0px solid #000000;
	text-align: left;
	-moz-box-shadow: 0px 5px 10px #000;
	-webkit-box-shadow: 0px 5px 10px #000;
}
 #header {
	background: #eb0808; 
	padding: 0;
	margin: 0;

}
#header h1 {
	margin: 0;
	padding: 0;
}

h1 {
	font-style: italic;
}

#mainContent {
	padding: 0 20px 20px 20px;
	background: #b6b6b6;
}
#mainContent p {
	margin-left: 16px;
	margin-right: 16px;
}
a:link {
	color: #03C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #03C;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:focus {
	color: #eb0808;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #03C;
	font-weight: bold;
	text-decoration: none;
}

#clearboth {
	clear: both;
	background: #b6b6b6;
	font-size: 80%;
	text-align: right;
	margin-right: 24px;
}

 #footer {
	padding: 0 10px;
	margin-bottom: 12px;
	background:#b6b6b6;
	border: 4px solid #eb0808;
	border-left: 0;
	border-right: 0;
}
 #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 80%;
	font-style: italic;
}

.smaller {
	font-size: 90%;
}
.smallest {
	font-size: 80%;
}
.larger {
	font-size: 110%;
}
.hightlightred {
	color: #eb0808;
}
.imagedropshadow {
	-moz-box-shadow: 0px 5px 5px #888;
	-webkit-box-shadow: 0px 5px 5px #888;
}

/* Interior page navigation styling */
#navwrapper {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: #eb0808;
	}
#nav ul {
	padding: 6px;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, helvetica, arial, sans-serif;
	}
#nav li {
	list-style: none;
	margin: 0;
	display: inline;
	padding-right: 18px;
	}
#nav #thispage {
	color: #ccc;
	}
#nav li a:link {
	color: #000;
	text-decoration: none;
	border: 0;
	font-weight: bold;
	}
#nav li a:visited {
	color: #000;
	text-decoration: none;
	border: 0;
	font-weight: bold;
	}
#nav li a:hover {
	color: white;
	text-decoration: none;
	border: 0;
	font-weight: bold;
	}
#nav li a:active {
	color: #000;
	text-decoration: none;
	border: 0;
	font-weight: bold;
	}

