/* CSS Document */

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

.header { 
	color: #EEE6CA;
	background-color: #732B3D;
	text-align: center;
	border-top: 3px #732B3D solid;
	border-bottom: 3px #732B3D solid;
	padding: 1px;
	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: #732B3D;
	background-color: #FFFFFF;
}

#banner {
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#maincontent {
	margin-left: 120px;
	margin-top: 0px;
	margin-right: 100px;
	background-repeat: repeat;
	background-image: url(/images/background.jpg);
	background-position: center center;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#sidebar {
	width: 120px;
	padding-top: 0px;
	margin-top: 5px;
	margin-right: 10px;
	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 {
	color: #732B3D;
	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;
}

#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: #732B3D;
	background-color: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

.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: #FFFFFF;
	background: #732B3D;
}

.left {
	text-align: left;
}

.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: #FF0000;
}

.white {
	color: #FFFFFF;
}

.black {
	color: #000000;
}

.blue {
	color: #0000FF;
}
