@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 125%;
	color: #FFFFFF;
	background-color: #001B00;
	margin: 0px;
	padding: 0px;
}
.body_highlight {
	font-weight: bold;
	color: #FF9900;
}
a:link {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.form_body {
	font-size: 85%;
}
.frame_01 {
	border: 1px dotted #FFFFFF;
}
#wrapper {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/pattern_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#content {
	width: 390px;
	background-image: url(/images/content_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 33px;
	padding-right: 10px;
	padding-top: 30px;
}
.page_title {
	font-size: 170%;
	line-height: 110%;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: block;
	margin-bottom: 10px;
}
.pattern_pole {
	background-image: url(/images/pattern_content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#tagline {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 150%;
	height: 50px;
	padding-top: 70px;
	background-image: url(/images/content_corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background-color: #003D02;
	margin-right: 12px;
	margin-left: 12px;
	font-size: 85%;
	color: #FFFFFF;
}
.callout_01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-style: italic;
	line-height: 120%;
	color: #FF9900;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	color: #FF9900;
	text-decoration: none;
}
.profile_question {
	font-size: 90%;
	padding-top: 7px;
	display: block;
}
#sidebar_text {
	font-size: 95%;
	padding-right: 30px;
	padding-left: 20px;
	line-height: 140%;
}
.package_dividers {
	padding-top: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #004B00;
	border-right-color: #004B00;
	border-bottom-color: #004B00;
	border-left-color: #004B00;
}
.error {
	font-style: italic;
	font-weight: bold;
	color: #FFCC33;
	display: block;
}
