/* AWARD CONSTRUCTION */
/* SEE STYLE-IE FOR LIST HOVER ISSUES */
/* MAIN & AREAS OF IMPORTANCE */

* 	{
	font-family:Arial, Helvetica, sans-serif;
	}

body {
	background-color:#FFFFFF;
	background-image:url(images/bg_gradient.jpg);
		background-repeat:repeat-x;
	height:384px;
	margin:0;
	}
	
h2 {
	border-bottom:thin solid #999999; 
	color:#951907;
	font-size:14px;
	font-weight:bolder;
	letter-spacing:1px;
	margin:10px 0 5px 0;
	width:100%;
	}

h3 {
	color:#951907;
	font-size:14px;
	font-style:italic;
	margin:0 0 -5px 0;
	}
	
h4 {
	color:#951907;
	font-size:13px;
	font-style:italic;
	padding:0 0 -5px 0;
	}
	
strong, .strong {
	font-weight:bold;
	}
	
.img_left {
	border:2px solid #c7c7c7;
	float:left;
	margin:0 5px 5px 0;
	}
	
.img_right {
	border:2px solid #c7c7c7;
	float:right;
	margin:10px -40px 5px 5px;
	}

/*BEGIN HEADER AREA*/

#container {
	margin:auto;
	width:931px;
	}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:91px;
	margin:auto;
	width:931px;
	}

#header_nav {
	float:right;
	height:16px;
	padding:68px 93px 0px 0;
	}
	
#header_nav img{
	margin:0 4px 0 0
	}
	

#midheader {
	background-image:url(images/midheader.jpg);
	background-repeat:no-repeat;
	height:274px;
	margin: 1px 0 10px 0;
	text-align:center;
	width:931px;
	}

/*END HEADER AREA*/

/*BEGIN CONTENT AREA*/

.col_left {
	float:left;
	padding: 5px 0 0 0;
	width:50%;
	}
	
.col_right {
	float:left;
	padding: 5px 0 0 0;
	width:50%;
	}
	
.col_menu {
	color:#951907;
	padding: 0 0 0 20px;
	font-weight:800;
	}
	
ul.col_list{
	list-style:none;
	padding: 10px 0 0 0;
	}
	
.col_list li{
	list-style:none;
	margin: 0 0 0 -20px
	}	
.col_menu_left {
	float:left;
	width:40%;
	}

.col_menu_right {
	float:left;
	width:50%;
	}
	
.col_right_object {
	height:100px;
	margin:5px 0 0 -15px;
	}
	
#content {
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
	margin:-10px 0 0 5px;
	padding:25px 155px 0 115px;
	width:713px;
		}

.contentwrap {
	}
	
.content_left {
	color:#353535;
	font-size:13px;
	font-weight:400;
	float:left;
	margin: 0 0 0 0;
	line-height:18px;
	width:480px;
	}
	

.content_left a {
	color:#951907;
	font-weight:bold;
	text-decoration:none;
	}

.content_left a:hover {
	border-bottom:solid 1px #3e3e3e;	
	color:#951907;
	font-weight:bold;
	padding: 0 0 2px 0;
	text-decoration:none;
	}
	
	
.content_left ul {
	line-height:18px;
	list-style:none;
	margin:-5px 0 10px 20px;
	}
	
li.indent{
	margin-left:40px;
	}
	
.content_right {
	background-image:url(images/content_right_column.jpg);
	background-repeat:no-repeat;
	color:#555454;
	float:right;
	font-size:10px;
	font-weight:bold;
	height:358px;
	margin: -25px 0px 0 10px ;
	line-height:15px;
	padding: 50px 0px 5px 10px;
	width:158px;
	}
	
.content_right a{
	color:#555454;
	font-weight:bold;
	text-decoration:none;
	}
	
.content_right a:hover {
	color:#55454;
	font-weight:bold;
	text-decoration:underline
	}
	
.clear {
	clear:both;
	}
	
/*END CONTENT AREA*/

/*BEGIN FOOTER AREA*/

#footer {
	color:#3e3e3e;
	font-size:12px;
	font-weight:bold;
	margin:auto;
	padding: 0 0 30px 0;
	text-align:center;
	}

#footer p {
	margin:0 0 -1px 0;
	}

#footer p a{
	color:#3e3e3e;
	text-decoration:none;
	}

#footer p a:hover {
	color:#3e3e3e;
	text-decoration:underline;
	}
	
#foot_list {
	padding: 0 0 20px 140px;
	}
	
	.foot ul {
		margin:0px;
	}
	
	.foot li {
		float:left;
		list-style:none;
		padding: 0 10px 0 0;
		}
	
	.foot li a{
		color:#3e3e3e;
		text-decoration:none;
		}

	.foot li a:hover {
		border-bottom:solid 1px #3e3e3e;	
		padding: 0 0 2px 0;
		}

/*END CONTENT AREA*/



