html {
	width: 100%;
	height: 100%;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 9pt;
}
body {
	margin: 0px;
	padding: 0px;
	background: #d6ceb7;
}
#container {
	margin: 0px auto 0px auto;
	width: 745px;
	height: 664px;
	background: #000000;
	color: #ffffff;
}
#header {
	width: 100%;
	height: 68px;
	float: left;
}
#footer {
	height: 50px;
	text-align: center;
}
#footer img {
	padding: 0px;
	margin: 0px;
}
#header_lower {
	display: block;
	width: 745px;
	height: 20px;
	margin-top: 5px;
	border-bottom: 3px solid #d6cebc;
	float: left;
}
#body_large {
	width: 745px;
	height: 495px;
	border-bottom: 20px solid #d6cebc;
	float: left;
	background: url('/images/cover-girl-vertical-dim.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}
#body_left {
	height: 470px;
	width: 200px;
	padding: 15px 0px 10px 0px; /* was 15px 85px 10px 0px; */
	float: left;
	overflow: hidden;
}
#body_right {
	height: 470px;
	width: 488px; /* was 418px; */
	padding: 15px 32px 10px 25px;
	float: left;	
	overflow: auto;
}
#header_right_u {
	width: 510px;
	height: 48px;
	padding-right: 15px;
	text-align: right;
	float: left;
}
#header_right_l {
	width: 525px;
	heigth: 20px;
	float: left;
}
#header_right_l ul, #header_lower ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: right;
}
#header_lower ul { float: left; }
#header_right_l ul li {
	float: left;
	padding-left: 5px;
}
#header_lower ul li {
	float: left;
	padding-right: 5px;
}
.menu_unsel {
	line-height: 20px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	float: left;
	background: url('/images/menubutton-off.jpg');
	background-repeat: no-repeat;
}

.menu_unsel:hover {
	color: #ffffff;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	float: left;
	background: url('/images/menubutton-rollover.jpg');
	background-repeat: no-repeat;
}

.menu_sel
{
	color: #333333;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	float: left;
	background: url('/images/menubutton-on.jpg');
	background-repeat: no-repeat;
}
.column {
	display: inline;
	width: 160px;
	height: 225px;
	margin: 0px 0px 0px 25px;
	float: left;
	overflow: hidden;
	font-size: 11px;
	color: #87745b;
}
#header_right_u input { margin-top: 10px; width: 120px; }
#header_right_u p { font-size: 11px; font-weight: bold; margin: 0px; }

p { font-size: 9pt; }
h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

#body_upper_l h1 { font-size: 18px; margin: 0px; }
#body_upper_l h2 { font-size: 18px; font-weight: 400; margin: 0px; }
#body_upper_l h3 { font-size: 11pt; margin: 0px; }
#body_upper_l h2.orange { color: #fed17b; margin-top: 18px; margin-bottom: 18px; }
#body_upper_l p { margin: 0px; }

#body_upper_r h1, #body_upper_r h2, #body_upper_r h3 { margin: 0px; }
#body_upper_r p { margin-top: 0px; }

.column p { font-size: 10px; margin: 0px; }
.column h3 { font-size: 11px; margin: 0px; }
.column img { padding-bottom: 38px; }
.column p a img { padding: 10px; vertical-align: middle; }
.column a { text-decoration: none; font-size: 11px; }
p.orange a { font-size: 10px; color: #fed17b; text-decoration: none; font-size: 11px; }
p.orange a img { padding: 10px; vertical-align: middle; }

a {
	color: #fed17b; /* #0077ff; */
	font-weight: bold;
	text-decoration: none;
}
a img {
	border: 0px;
}
.menu2_sel { #0077ff; }
.menu2_unsel { color: #ffffff; text-decoration: none; }
.menu2_unsel:hover { text-decoration: underline; }

.arrow {
	width: 17px;
	height: 17px;
	position: relative;
	top: 4px;
}
#body_left ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#body_left li {
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 10px;
}
.required {
	color: #ffffff;
}
.field_title {
	font-size: 8pt;
	width: 200px;
	vertical-align: middle;
	padding-bottom: 5px;
}
.field_input {
	font-size: 8pt;
	padding-bottom: 12px;
}
.textfield {
	font-size: 8pt;
	width: 200px;
}
.textarea {
	font-size: 8pt;
	width: 200px;
	height: 100px;
}
.field_heading {
	font-size: 8pt;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 8pt;
}
.checkbox_label {
	font-size: 8pt;
	cursor: pointer;
}
.radio_label {
	font-size: 8pt;
	cursor: pointer;
}
.email {
	font-size: 8pt;
	width: 200px;
}
.form_frame {
			width:			340px;
			float:			left;
}

.form_row {
			width:			auto;
			padding-top:		4px;
			padding-bottom:	4px;
			clear:			both;
			font-size:		10pt;
}

.form_left {
			width:			120px;
			float:			left;
			text-align:		right;
			font-size:		10pt;
			margin-top:		3px;
}

.form_right {
			margin-left:		10px;
			width:			auto;
			float:			left;
			text-align:		left;
			font-size:		10pt;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	padding: 10px;
	margin: 0px 5px 5px 5px;
}