@charset "UTF-8";
#wrapper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: thin solid #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
a:link {
	color: #7a1700;
}
h1 {
	font-size: 36px;
	color: #7a1700;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #7a1700;
	padding-bottom: 10px;
}
h2 {
	font-size: 24px;
	color: #7a1700;
	margin-bottom:0;
}
h3 {
	font-size: 18px;
	color: #7a1700;
	margin-bottom:0;
}
#contentWrapper {
	height: auto;
	width: 780px;
	background: #ffffff;
	margin-top: 35px;
	margin-right: 10px;
	margin-left: 10px;
}
#header {
	height: 90px;
	width: 800px;
}
#headerRight {
	float: right;
	height: 90px;
	width: 260px;
}
#content {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-bottom: auto;
}
#conentLeft {
	width: 375px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#contentRight {
	width: 375px;
	margin-left: 415px;
	height: auto;
	margin-right: 10px;
}
#pageIndicator {
	height: 20px;
	width: 800px;
	float: left;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.no_top_margin {
	margin-top: 0;
}
#logo {
	height: 90px;
	width: 300px;
	float: left;
}

a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
a:visited {
	color: #7a1700;
}
h4 {
	font-size: 36px;
	color: #7a1700;
	margin-bottom:0;
}
#nav_container {
	height: 22px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #7a1700;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

