body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
}
.starlane #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.starlane #header {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 70px;
} 
.starlane #subheader {
	text-align: right;
	height: 40px;
	padding-top: 38px;
	padding-right: 5px;
	padding-bottom: 22px;
	padding-left: 30px;
	background-image: url(../images/bg_header.jpg);
	border: 2px solid #E0E0E0;
}
.starlane #mainContent {
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 10px;
	line-height: 19px;
	border: 2px solid #E0E0E0;
}
.starlane #sidebar_content {
	float: right; /* since this element is floated, a width must be given */
	width: 542px;
	height: 362px;
	margin: 0px;
	border: 1px solid #333333;

}
.starlane #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 380px; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 245px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_label.jpg);
	height: 130px;
	border: 2px solid #E0E0E0;
	line-height: 16px;
}
.starlane #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 335px;
	background-color: #EBEBEB;
	background-image: url(../images/bg_join_mailing_list.jpg);
	height: 150px;
	border: 2px solid #E0E0E0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.starlane #mainContent_footer {
	margin-top: 0px;
	margin-right: 310px;
	margin-bottom: 0;
	margin-left: 310px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
	background-color: #FFFFFF;
	border: 4px solid #E0E0E0;
}
a:link {
	color: #941600;
	text-decoration: none;
}
a:visited {
	color: #5B0E00;
	text-decoration: none;
}
a:hover {
	color: #EAA629;
	text-decoration: none;
}
a:active {
	color: #5B0E00;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #660000;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
	color: #660000;
}
h4 {
	font-size: 12px;
}
.text_large {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.text_large_red {
	font-size: 13px;
	font-weight: bold;
	color: #5E6501;
}
.text_white {
	color: #FFFFFF;
}
.text_bold {
	font-weight: bold;
	font-size: 11px;
}
.text_bold_red {
	font-weight: bold;
	font-size: 11px;
	color: #660000;
}
.textlarge_bold_red {
	font-weight: bold;
	font-size: 15px;
	color: #660000;
}
.starlane #FormText {
	text-align: right;
	width: 115px;
	font-weight: bold;
}
.FormFields {
	border: 1px double #624740;
	background-color: #E0D6D1;
}
.starlane #FormButton {
	float: right;
	width: 270px;
}

