body {
	margin: 0px;
	padding: 0px;
	background: #882420;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0;
}
ul, li, p, div {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0px auto;
	width: 960px;
}
#banner {
	height: 125px;
	width: 100%;
	background: #FFF;
}
#topnav {
	height: 40px;
	width: 200px;
	position: absolute;
	top: 0px;
	float: right;
	left: 760px;
}
#nav {
	float: left;
	width: 165px;
	padding-top: 50px;
	font: 12px Verdana, Geneva, sans-serif;
	margin-left: 5px;
}
#innerwrapper {
	width: 100%;
	float: left;
	position: relative;
	background: #E6EDF7;
}
#content {
	width: 715px;
	float: left;
	padding: 15px 10px 10px 15px;
	background: #FFF;
	font: 12px Verdana, Geneva, sans-serif;
	color: #333;
	margin-top: 30px;
	margin-right: 25px;
	margin-left: 25px;
}
#sidebar {
	float: right;
	width: 265px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	height: 100px;
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	background-color: #2a4a7e;
	padding-top: 5px;
	margin-top: 10px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
p a:link {
	color: #2a4a7e;
	text-decoration: underline;
}
p a:visited {
	color: #2a4a7e;
	text-decoration: underline;
}
#content h1 {
	font-size: 28px;
	font-weight: bold;
	color: #2a4a7e;
	margin-bottom: 30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#content h2 {
	font-size: 24px;
	font-weight: bold;
	color: #2a4a7e;
	margin-bottom: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #2a4a7e;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
#content h4 {
	font-size: 12px;
	font-weight: bold;
}
.top a{
	position: fixed;
	top: 700px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #9c3221;
}
#content ul {
	margin-left: 15px;
	padding-left: 15px;
	color: #333333;
	list-style: square;
	font-size: 12px;
	line-height: 18px;
}
#footer p {
	font-size: 10px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
#footer a {
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
}
.red18 {
	color: #9c3221;
	font-size: 18px;
	font-weight: bold;
}

