body {
  background-color: white;
  color: black;
  margin: 0px;
}

#banner {
	width: 100%;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	/*background-color: #FFCC33;*/
	/*border-right: 2px #CC9966 solid;*/
}

.header {
	width: 100%;
	background-color: #FFFFFF;
	text-align: right;
	border-top: 2px #CC9966 solid;
	border-bottom: 1px #CC9966 solid;
	/*border-right: 2px #CC9966 solid;*/
	margin-bottom: 0px;
	margin-top: 0px;
	left: 0px;
	position: static;
}

#topnav {
	color: #FFFFFF;
	background-color: #732B3D;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom: 3px #732B3D solid;
}

#topnav a {
	color: #EEE6CA;
	text-decoration: none;
	font-size: 70%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #732B3D;
}

#topnav a:hover {
	color: #FFFF00;
}

#maincontent {
	margin-left: 207px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px #CC9966 solid;
	border-right: 1px #CC9966 solid;
	border-bottom: 1px #CC9966 solid;
}

#sidebar {
	width: 207px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	left: 0px;
	position: absolute;
}

#sidebar p {
	text-decoration: none;
	font-size: 75%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#sidebar * a {
	text-decoration: none;
	/*border-top: 1px #732B3D solid;
	border-left: 1px #732B3D solid;
	border-bottom: 2px #732B3D solid;
	border-right: 2px #732B3D solid;
	background-color: #EEE6CA;
	padding: 2px;
	width: 98%;
	display: block;*/
}

#sidebar * a:hover {
	/*border-top: 2px #732B3D solid;
	border-left: 2px #732B3D solid;
	border-bottom: 1px #EEE6CA solid;
	border-right: 1px #EEE6CA solid;
	background-color: #732B3D;
	color: #FFFFFF;
	font-weight: bold;*/
}

#footer {
	text-align: right;
	bottom: 0px;
	color: #EEE6CA;
	background-color: #732B3D;
	padding-bottom: 3px;
	border-top: 3px #732B3D solid;
	position: bottom;
}

#footer a {
	color: #EEE6CA;
	text-decoration: none;
	font-size: 70%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #732B3D;
}

#footer a:hover {
	color: #FFFF00;
}

.headline {
	font-family: Times;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #CC0000;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6, p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
}

p {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}

h1 {
	font-size: 30px;
	font-weight: 700;
	color: #000000;
}

h2 {
	font-size: 24px;
	font-weight: 700;
	color: #000000;
}

h3 {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}

h4 {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
}

h5 {
	font-size: 12px;
	font-weight: 600;
	color: #000000;
}

h6 {
	font-size: 10px;
	font-weight: 400;
	color: #000000;
}

td {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	vertical-align: top;
}

li {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}

.i {
	font-style: italic;
}

.b {
	font-weight: 700;
}

.disc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400; color: #000000;
	list-style-type: disc;
}

.numeral {
	list-style-type: decimal;
}

.lower-alpha {
	text-transform: none;
	list-style-type: lower-alpha;
}

.upper-alpha {
	list-style-type: upper-alpha;
}

.upper-roman {
	list-style-type: upper-roman;
}

.lower-roman {
	list-style-type: lower-roman;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #0000FF;
	background: transparent;
}

a:hover {
	text-decoration: none;
	color: #000000;
	background: #99CCFF;
}

.bi {
	font-style: italic;
	font-weight: 700;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.floatright {
	float: right;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.in1 {
	margin-left: 25px;
}

.in2 {
	margin-left: 50px;
}

.in3 {
	margin-left: 75px;
}

.red {
	color: #CC0000;
}

.green {
	color: #006600;
}

.white {
	color: #FFFFFF;
}

.black {
	color: #000000;
}

.yellowpale {
	background-color: #FFFF99;
}

.gray {
	color: #999999;
}

.left {
	text-align: left;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.middle {
	vertical-align: middle;
}

.linethrough {
	text-decoration: line-through;
}

.strike {
	text-decoration: line-through;
}

.justify {
	text-align: justify;
}

.subhead {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}

.lead {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
}

