body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: arial,sans-serif;
	font-size: 1em;
	background: #FFF;
	color: #333;
	text-align: center;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto; 
	width: 800px;
	min-height: 100%;
	text-align: left;
	background: #FFF ;
}
/* Fix for IE6 */
* html #container {
	height: 100%;
}

#spacer {
	padding-top: 220px;
}

#header {
	position: absolute;
	top: 0; left: 0; 
	width: 800px;
	font-size: 0.8em;
	font-weight: bold;
}
#email_header {
	font-size: 0.8em;
	font-weight: bold;
}
#top_menu {
	float: right;
	font-weight: normal;
	color: #000080;
	text-align: right;
	margin: 0 5px 0 0;
}

#main_content {
	padding: 0 0 60px 5px; 
}

#footer {
	position: absolute;
	bottom: 0; left: 0; 
	width: 795px;
	font-size: 0.8em;
	padding: 0 0 5px 5px;
}
#bottom_menu {
	color: #000080;
	margin: 2px 0 5px 0;
}

ul { 
	list-style-type: disc;
	padding: 0;
	margin-left: 15px;
}
ol {
	list-style-type: decimal;
	padding: 0;
	margin-left: 20px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
form {
	margin: 0;
}
hr {
	color: #6495ED;
	background: #6495ED;
	border: 0;
	height: 2px;
}
a {
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #6495ED;
	text-decoration: underline;
}
img {
	border-color: #333;
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #6495ED;
	margin-bottom: 0;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #6495ED;
}
h3 {
	font-weight: normal;
	color: #6495ED;
}

.subheader {
	font-family: georgia, serif;
	font-size: 1.2em;
	color: #6495ED;
}
.boldtext {
	color: #6495ED;
}
.smalltext {
	font-size: 0.8em;
}

.form_box label {
	float: left;
	width: 200px;
	padding-right: 5px;
}
.form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
	margin-left: 0; 
	padding-left: 0;
}

