@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../page_graphics/elevate__sidebar.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.bodylarge {font-size: 16px}
.mainheading {
	font-weight: bolder;
	color: #6E0B0E;
	font-size: 125%;
}
.subheading {
	font-weight: bold;
	color: #9E0B0E;
}
a:link {
	color: #9E0B0E;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #6E0B0E;
	text-decoration: none;
	font-weight: bold;
}
#mainheader {
	height: 164px;
	width: 100%;
	background-image: url(../page_graphics/elevate_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9E0B0E;
}
#sidebar {
	background-image: url(../page_graphics/elevate_sidetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	top: 164px;
	height: 55px;
}
#menubox {
	width: 160px;
	margin-left: 20px;
}
#maincontent {
	width: 650px;
	position: absolute;
	left: 200px;
	top: 165px;
	font-size: 85%;
}
#addressbox {
	width: 160px;
	text-align: right;
	margin-left: 20px;
	font-size: 80%;
	color: #FFFFFF;
	margin-top: 40px;
}
#registered {
	font-size: 60%;
	color: #FFFFFF;
	width: 160px;
	margin-left: 20px;
	text-align: right;
	margin-top: 20px;
}
ul {
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: square;
	position: relative;
}
a.email:link {
	color: #FFFFFF;
}
a.email:hover {
	color: #273994;
}
