/* CSS Document */

body {
	color: #000000;
	background-color: #FF0000;
	margin: 100px 50px 100px 0;
	padding: 0px;
}
img {
	display: block;
	border: 0;
}
#rightspacer1 {
	background-color: #FF0000;
	position: absolute;
	height: 768px;
	width: 37px;
	left: 987px;
	top: 0px;
}

a:link {
	font-weight: bold;
	color: #C30;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #C30;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #F30;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size: 0.85em;
	line-height: 1.5;
	list-style-type: none;
}
#footer p {
	font-size: 10px;
	margin: 15px;
}
#footer {
	border: 1px solid #000000;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#mainbar {
	top: 267px;
	left: 332px;
	position: absolute;
	width: 655px;
	background-color: #FFFFFF;
}

#logo {
	position: absolute;
	height: 267px;
	width: 950px;
	left: 37px;
	top: 0px;
}

#leftspacer {
	background-color: #FF0000;
	position: absolute;
	width: 37px;
	height: 768px;
	top: 0px;
}

#sidebar {
	position: absolute;
	top: 267px;
	width: 295px;
	background-color: #FFFFFF;
	left: 37px;
}
