@charset "utf-8";

img {
   behavior: url(/pngbehavior.htc);
}

.top_banner {
	background-image: url(/images/banner_background.jpg);
	background-repeat: no-repeat;
	margin-right: 0px;
	padding-top: 0px;
	height: 111px;
	width: 700px;
	margin-top: 10px;
}
.footer_background {
	background-image: url(/images/footer_background.jpg);
	background-repeat: no-repeat;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #555554;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.copyright_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555554;
	text-decoration: none;
}
a:hover.copyright_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555554;
	text-decoration: underline;
}
.footer_background_2 {
	background-image: url(/images/footer_background_2.jpg);
	background-repeat: no-repeat;
}
.main_area_background {
	background-image: url(/images/alpha_image.png);
	background-repeat: repeat;
}
.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9f7f5a;
	line-height: 14px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
ul {
	list-style-position: outside;
	list-style-image: url(/images/bullet_image.png);
	margin: 0px;
}
li {
	margin-bottom: 14px;
	margin-top: 0px;
}
.body_copy_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9f7f5a;
	line-height: 14px;
	font-weight: bold;
}
.blue_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00add0;
	line-height: 14px;
	text-decoration: none;
}
a:hover.blue_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00add0;
	line-height: 14px;
	text-decoration: underline;
}.body_copy_large_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9f7f5a;
	line-height: 14px;
	font-weight: bold;
}
.form_field {
	border: 1px solid #9F7F5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E4BC76;
	background-color: #4c3327;
}
.v_align {
	vertical-align: middle;
	display: block;
	height: 100%;
	width: 100%;
}
