@charset "UTF-8";


/* BASIC */

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../_ASSETS/background.jpg);
	background-repeat: repeat-x;
	background-color: #0d0502;
}
#wrapper {
	height: 768px;
	width: 1400px;
	margin-left: -700px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-image: url(../_ASSETS/background2.jpg);
	background-repeat: no-repeat;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #3F0C00;
	padding-bottom: 8px;
	font-weight: normal;
	line-height: 26px;
}

h2 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	color: #3F0C00;
	font-weight: bold;
	line-height: 17px;
}

.h2 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	color: #3F0C00;
	font-weight: bold;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3F0C00;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
}

h4 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 14px;
	color: #3F0C00;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
}

h5 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 13px;
	color: #3F0C00;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
}

p {
	font-family: Helvetica, sans-serif, Arial;
	text-align: justify;
	margin: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 17px;
}

a, a:visited {
	text-decoration: none;
	color: #695837;
}

a:hover {
	text-decoration: underline;
	color: #470019
}

ul {
	font-size: 12px;
	font-family: Helvetica, sans-serif, Arial;
	color: #333333;
	line-height: 17px;
	padding-top: 10px;
	margin-left: 20px;
}

li {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 17px;
}

blockquote {
	margin-top: 10px;
	margin-bottom: 0px;
}



/* LAYOUT */

#container {
	height: auto;
	width: 920px;
	margin-left: -460px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-top: 20px;
}

#navbar {
	float: left;
	height: 24px;
	width: 914px;
	margin-top: 3px;
	margin-left: 3px;
	background-color: #3F0C00;
}

#logo  {
	background-color: #FFFFFF;
	background-image: url(../_ASSETS/logo_NEW.gif);
	background-repeat: no-repeat;
	float: left;
	height: 149px;
	width: 228px;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 16px;
	color: #000000;
	text-align: center;
	padding-top: 220px;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

#image_main {
	float: left;
	width: 683px;
	height: 369px;
	margin-top: 3px;
	background-color: #815D39;
}

#container_int_btm {
	height: auto;
	width: 920px;
	background-color: #FFFFFF;
	background-image: url(../_ASSETS/container_bkgd_interior.gif);
	background-repeat: repeat-y;
	float: left;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#container_int_top {
	height: auto;
	width: 920px;
	background-color: #FFFFFF;
	float: left;
}

#left_column {
	width: 194px;
	height: auto;
	margin-top: 3px;
	margin-left: 3px;
	float: left;
	background-image: url(../_ASSETS/news_box_bkgd.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 22px;
	padding-left: 16px;
	background-position: top;
	font-family: Helvetica, sans-serif, Arial;
	background-color: #FFFFFF;
}
#left_column_spacer {
	float: left;
	height: 172px;
	width: 1px;
}
#left_column h2, #left_column a, #left_column a:visited {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FEF7D5;
	padding-top: 4px;
}

#left_column p {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 11px;
	color: #FEF7D5;
	line-height: 15px;
}

#right_column {
	width: 643px;
	height: auto;
	margin-top: 3px;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

#footer {
	height: auto;
	float: left;
	width: 920px;
	padding-top: 10px;
}

#footer p, #footer a, #footer a:visited {
	font-size: 10px;
	color: #8E6843;
	text-align: center;
	line-height: 16px;
}

#footer h3 {
	font-size: 12px;
	font-weight: bold;
	color: #8E6843;
	text-align: center;
	line-height: 16px;
	font-family: Helvetica, sans-serif, Arial;
}

#logo  p, logo a {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
}


/* ELEMENTS */

.float_right {
	float: right;
	padding-left: 10px;
}
.FORM_Req {
	background-color: #FFFF99;
	width: 350px;
}
.FORM_Normal {
	background-color: #FFFFFF;
	width: 350px;
}
.TYPE_11pt {
	font-size: 11px;
	font-family: Helvetica, sans-serif, Arial;
}
