@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background2.gif);
	background-repeat: repeat-x;
	background-color: #c9cacc;
}
#login {
	height: 28px;
	width: 400px;
	position: absolute;
	margin-left: 500px;
	z-index: 1;
	margin-top: auto;
	background-color: #000000;
	padding-top: 5px;
	margin-bottom: auto;
	background-image: url(header/login_L.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
li.sub {
	font-style: italic;
	list-style: url(images/sub_arrow.gif) inside;
	line-height: 100%;
}
#header {
	height: 94px;
	width: 900px;
	background-image: url(images/header.jpg);
}
#maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	float: left;
	width: 733px;
}
#sidebar {
	height: 200px;
	width: 164px;
	padding-top: 94px;
	float: right;
}
#sidebar2 {
	width: 164px;
	padding-top: 20px;
	float: right;
}
#content {
	width: 900px;
	margin-top: 20px;
}
#mainnav {
	height: 25px;
	text-align: center;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.whitetype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.spacer {
	width: 2px;
}
#footer {
	background-color: #FFFFFF;
	height: 30px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-image: url(footer/footer.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	width: 90%;
}

li {
	list-style-type: none;
	line-height: 175%;
	list-style-image: url(images/arrow_sm.gif);
	width: 90%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #991A37;
	text-transform: uppercase;
	margin-top: 30px;
}
li.sub a {
	color: #333333;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 90%;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #991A37;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #991A37;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #991A37;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #991A37;
}
