@charset "UTF-8";
/* CSS Document */

a:link {text-decoration:none}    /* unvisited link */
a:visited {text-decoration:none} /* visited link */
a:hover {text-decoration:none}   /* mouse over link */
a:active {text-decoration:none}  /* selected link */
a:link {color:#DA9F29}    /* unvisited link */
a:visited {color:#DA9F29} /* visited link */
a:hover {color:#000}   /* mouse over link */
a:active {color:#000}  /* selected link */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E3E3E3;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #E69F05;
}
img {
	border:0;
}
img {
	border:0;
}
#container { 
	width: 900px;
	height:auto;
	background-color: #FFFFFF;
	margin: 0 auto;
	border: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left;
} 
#header { 
	position:relative;
	float:left;
	padding: 0;
	color:#F7931E;
} 
#page_content {
	position: relative;
	float:left;
	width: 800px;
	height: inherit;
	margin: 30px 50px;
}

#content_left {
	position:relative;
	height: auto;
	width: 560px;
	float:left;
}

#content_right {
	position:relative;
	height: auto;
	width: 202px;
	float: right;
}

#mini_boxes {
	height: auto;
	width: 260px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

#subject_h1 {
	padding: 0px;
	padding-bottom: 5px;
}
#footer_bar { 
	width: 800px;
	height: 2px;
	background-color: #808080;
	margin-bottom: 13px;
}
#footer {
	margin: 10px 50px 25px 50px;
	padding: 0px;
	width: 800px;
	position: relative;
	float:left;
	font-family: verdana;
	font-size: 10px;
	vertical-align: middle;
} 
.clear_both {
	clear: both;
}
.body{
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #E3E3E3;
margin: 0;
padding: 0;
text-align: center;
color: #000000;
}
.header_orange {
	font-size: 16px;
	font-family: verdana;
	font-weight: bold;
	color:#DA9F29;
}
.header_gray_16 {
	font-size: 16px;
	font-family: verdana;
	font-weight: bold;
	color:#7D7D7D;
}
.header_gray_12 {
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	color:#7D7D7D;
}
.body_copy {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	text-align: justify;
	font-style: normal;
}
.body_copy_gray {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ABABAB;
	text-align: justify;
	font-style: normal;
}
.body_copy_footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ABABAB;
	font-style: normal;
}
.left_image_float {
	float:left;
	margin: 0px 10px 3px 0px;
}
    
        
         
