@charset "utf-8";

/* Globals */
body
{
	margin:0;
	padding:0;
	border:0;
	margin:0;
	font:normal normal 17px "Times New Roman", Times, serif;
	color:#4c4c4c;
	background-color:#030b18;
}

img
{
	border:0;
	margin:0;
	padding:0;
}

a
{
	color:#333;
}

h1,h2,h3,h4,h5,h6
{
	font-family:"Times New Roman", Times, serif;
	margin:0;
}

h3
{
	margin:0;
	font-size:13px;
	color:#6f6f6f;
}

p
{
	line-height:1.5em;
}

input, textarea, select
{
	background-color:#EFEFEF;
	border:solid 1px #9b834a;
	padding:5px;
	color:#555555;
	font:normal normal 16px "Times New Roman", Times, serif;
	margin:5px;
}

ul
{
	line-height:2em;
}

/* Unique IDs */
#web_header
{
	width:100%;
	height:257px;
	background:#12171d url(../images/header_bg.png) repeat-x;
}

#web_header #msg
{
	color:#FFF;
	float:right;
	margin-top:80px;
	text-align:right;
	width:450px;
	position:absolute;
	right:30px;
}

#web_header #msg h1
{

}

#web_header #msg h2
{
	color:#fff;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
}

#web_header #msg h3
{
	font-size:14px;
	color:#fff;
	margin-top:25px;
	background:url(../images/black_50.png) repeat;
	font-family:"Times New Roman", Times, serif;
}

#web_header #nav
{
	float:right;
	position:absolute;
	right:20px;
}

#web_header #nav ul
{
	list-style:none;
	margin:0;
	padding:0;
}

#web_header #nav ul a
{
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	margin-right:15px;
	vertical-align:top;
}

#web_header #nav ul a:hover
{
	text-decoration:underline;
}

#web_header #nav li
{
	float:left;
	margin:0px 0px 0px 15px;
	line-height:3em;
	background:url(../images/nav_divider.png) no-repeat right top;
}

#web_body
{
	background:#010917 url(../images/main_bg.png) repeat;
	padding:60px 0px 50px 0px;
}

#body_container
{
	width:800px;
	margin:0px auto 0px auto;
	background:url(../images/white_70.png) repeat;
	border:3px solid #9c834a;
}

#body_fmt
{
	padding:25px 30px 25px 30px;
}

#web_footer
{
	background-color:#030b18;
	width:100%;
	padding:20px 0px 20px 0px;
	font-size:14px;
	color:#bbb;
	border-top:3px solid #9b834a;
}

#web_footer a
{
	color:#fff;
}

/* Classes */
.contentContainer
{
	width:700px;
	margin:0px auto 0px auto;
}

.page_title
{
	color:#8f7945;
	font-size:36px;
	margin-bottom:20px;
}

.page_line
{
	width:100%;
	border-bottom:solid 1px #9b834a;
	margin-bottom:30px;	
}

.line_divider
{
	width:100%;
	height:1px;
	background-color:#909090;
	margin-top:15px;
}

.required_star
{
	color:#9b834a;
}

.goldtext
{
	color:#9c834a;
}

.overview_box
{
	background:url(../images/black_50.png);
	position:relative;
	padding:8px;
	width:390px;
	float:right;
	margin-right:18px;
	margin-top:8px;
	color:#ffffff
}

.overview_box h1
{
	font-size:22px;
	color:#ffffff
}

.overview_box h2
{
	font-size:12px;
	font-style:italic;
	color:#ffffff
}
