.wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #820024;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.header {
	background-image: url(../images/headerinfo.jpg);
	background-repeat: no-repeat;
	background-position: 445px 7px;
}
body {
	background-color: #8d9681;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left:22px;
	margin-right: 15px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #820024;
	margin-top: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left:22px;
	margin-top: 25px;
}


a:link {
	color: #820024;
	text-decoration: underline;
}
a:visited {
	color: #820024;
	text-decoration: underline;
}
a:hover {
	color: #B25F11;
	text-decoration: none;
}
a:active {
	color: #820024;
	text-decoration: underline;
}

.topNav{
width: 100%;
overflow: hidden;
border-bottom: 1px solid #820024; /*bottom horizontal line that runs beneath tabs*/
}

.topNav ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Arial;
list-style-type: none;
}

.topNav li{
display: inline;
margin: 0;
}

.topNav li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 9px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #820024; /*background of tabs (default state)*/
}

.topNav li a:visited{
color: white;
}

.topNav li a:hover, .topNav li.selected a{
background: #a34217; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

