@charset "utf-8";
/* CSS Document */

/* the following Reset CSS was modified from Eric Meyer's v1.0 | 20080212 */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address,
em, img, strong,
dl, dt, dd, ol, ul, li {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: inherit;
color: #000000;
}

body {
line-height: 1;
}

/* end of Eric Meyer's Reset CSS */

body{
	vertical-align: top;
	text-align: center;
	background: #ffffff;
	font-family: Arial, Helvetica, Sans-serif;
	color: #000000;
	font-size: 0.85em;
	margin: auto;
}

a{
	font-weight: bold;
	color: #ff0000;
	background: inherit;
	text-decoration: none;
}

a:hover{
	color: #c00202;
	background: inherit;
}

h1{
	font-weight: bold;
	font-size: 1.5em;
	color: #444444;
	background: #ffffff;
	padding-bottom: 15px;
}

h2{
	font-weight: bold;
	font-size: 1.45em;
	color: #000000;
	background: inherit;
	padding-bottom: 15px;
}

h3{
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 15px;
	color: #a41627;
	background: inherit;
}

h4{
	font-weight: bold;
	font-size: 1.15em;
	padding-bottom: 15px;
}
h5{
	font-weight: bold;
}

p{
	padding-bottom: 15px;
}

.redtext{
	font-weight: bold;
	font-size: 0.95em;
	color: #a41627;
	background: inherit;
}

.whitetext a{
	color: #ffffff;
}

/* Start Wrapper */

#wrapper{
	width: 800px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	position: relative;
	text-align: left;
	margin: auto;
	margin-bottom: 5px;
}

/* Start Header */

#header{
	width: 800px;
	height: 80px;
	background: url("images/banner.jpg");
	position: relative;
}

/* Start Navigation */

#nav {
	height:24px;
	text-align:right;
	vertical-align:bottom;
	position:absolute;
	bottom:0;
	right:0;
	background: none;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	border:none;
	display:inline;
	float:right;
	text-align:right;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
	float: left;
}

#nav ul li a {
	background-color: #ffffff;
	color: #666666;
	display: inline;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.80em;
	text-decoration: none;
	line-height: 2em;
	padding: 6px 8px;
	margin: 0;
	border-top: #ffffff solid 1px;
	border-left: #ffffff solid 1px;
	border-right: #ffffff solid 1px;
	font-weight: normal;

}

#nav ul li a:hover {
	color: #ffffff;
	background-color: #999999;
}

/* End Navigation */

/* End Header */

/* Start Mid Section */

#middle{
	width: 800px;
}

/* Start Left Menu */

#menu{
	float: left;
	width: 170px;
	padding: 15px;
}

#signup p{
	padding-bottom: 5px;
	padding-top: 15px;
}

#signupsubmit{
	background: #c0c0c0;
	padding: 5px;
	border: 1px solid #555555;
}

/* End Left Menu */

/* Start Content */

#content{
	margin-left: 220px;
	width: 577px;
	border-left: 1px solid #000000;
	line-height: 1.3;
}

#contentpadding{
	padding: 25px;
}

#content p{
	padding-bottom: 20px;
}

/* End Content */

/* End Mid Section */

.clear{
	clear: both;
}

/* End Wrapper */

