body {
	margin: 0px;
	background-color: white;
	color: #666666;
	line-height: 24px;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #bb0812;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #bb0812;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
#header {
	 height: 217px;
	 width: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 background-repeat: no-repeat;
	 background-position: right;
	 min-width: 900px;
}
#logo {
	position:absolute;
	top: 112px;
	left: 35px;
}
#greybar {
	 height: 9px;
	 background-color: #e5e5e5;
	 width: 100%;
}
#navbar {
	height: 59px;
	position: absolute;
	top: 217px;
	width: 100%;
	text-align: left;
	background-color: #f39778;
	background-repeat: no-repeat;
	background-position: right;	
	min-width: 900px;
}
#submitnav {
	position: absolute;
	top: 175px;
	left: 190px;
	text-align: left;
}
.nav {
	position: relative;
	left: 189px;
	top: 15px;
}
#titlebar {
	height: 50px;
	position: absolute;
	top: 276px;
	width: 100%;
	text-align: left;
	background-color: #640000;
	padding-top: 27px;
}
#content {
	position: absolute;
	top: 360px;
	left: 0;
	width: 100%;
	display: block;
	min-width: 900px;
}
#body2col{
	position: relative;
	display: block;
	margin-left: 200px;
	margin-right: 270px;
}
#body1col{
	position: relative;
	display: block;
	margin-left: 200px;
	margin-right: 20px;
	min-height: 200px;
	max-width: 1000px;
}
#footer {
	width: 100%;
	position: relative;
	background-image: url(images/footer.gif);
	height: 65px;
	font-size: 9px;
	font-family: Verdana;
	text-indent: 200px;
	text-align: left;
	color: #f39778;
	line-height: 60px;
	margin-top: 30px;
}
.headline {
	color: #bb0812;
	font-size: 23px;
	line-height: 30px;
}
#sidebar {
	position: absolute;
	top: 80px;
	right: 10px;
	display: block;
	float: right;
	z-index: 2;
}
#sidebox {
	width: 208px;
	text-align: left;
	border: solid;
	border-width: 1px;
	border-color: #f39778;
	font-size: 11px;
	margin: 0 0 30px 10px;
	padding: 10px;
	display: block;
	font-family: Verdana;
	line-height: 14px;
}
#boxhead {
	width: 208px;
	text-align: left;
	border-color: #f39778;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana;
	display: block;
	padding: 10px;
	margin: 10px 10px 0 10px;
}
li {
	list-style-type: square;
	padding: 15px 0 0 0;
	margin: 15px 0 10px 0;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: dotted;
	display: block;
	list-style-position: outside;
	margin-right: 150px;
}
.list {
	padding: 0 0 15px 0;
	margin: 15px 0 10px 0;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	display: block;
}
.subhead {
	font-weight: bold;
	color: black;
	font-size: 18px;
}
.subhead2 {
	font-weight: bold;
	color: black;
	font-size: 15px;
}
.formtable {
	width: 700px;
	display: block;
	text-align: left;
	border-color: #f39778;
	border-style: solid;
	border-width: 1px 0 0 0;
	line-height: 18px;
}
.date {
	font-family: Verdana;
	font-size: 10px;
	color: #f39778;
	font-weight: bold;
	text-transform: uppercase;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}
