@charset "UTF-8";



body {
    margin:0;
    padding:0;
	background-image:url(../img/Gradient_BG.jpg);
	background-repeat:repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
    color:#5c6062;
    }


  
#wrap {
    background-image:url(../img/Gradient_BG.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
    width:900px;
	overflow:hidden;
    }
	
#header {
background:url(../img/banner.gif) no-repeat 0 0;
width:900px;
height:214px;
	margin:0;
    }
	


#mid_col {
    background:#dcdad7;
	float:left;
   width:740px;
	
    }
	
	#mid_col_content {
    background:#fff;
    width:740px;
	margin:0 83px 0 83px;
    }	
	
	#mid_col p{
	font:.75em Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-weight:normal;
	color:#5c6062;
	padding:0 84px 5px 64px;
	margin:8px 0 0 0;
    }
	
	#mid_col h1 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	line-height:1.4em;
	font-weight:normal;
	color:#5c6062;
	padding:30px 90px 0 64px;
	margin:0;
    }
	
	#mid_col h2 {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	line-height:1.4em;
	font-weight:normal;
	color:#5c6062;
	padding:8px 90px 0 64px;
	margin-bottom:0;
    }
	
	#mid_col h5 {
	font:.875em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#5c6062;
	padding:0 90px 0 64px;
	margin:12px 0 0 0;
    }
	
	#mid_col ul {
	list-style: circle inside;
	margin:2px 0 0 64px;
	padding:0;

    }
	
	#mid_col li {
font:.75em Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-weight:normal;
	color:#5c6062;
    margin:0;
	padding:0;
    }
	

.bttm_margin_smll {
margin-bottom:0;
}

.top_margin_smll {
margin-top:5px;
}


hr {
border: none 0;
border-top: 1px solid #bbbcbd;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin: 6px 90px 16px 64px;
display:block;
	}


a:link {
color: #ad8f3f;
list-style:none;
text-decoration:none;
}     /* unvisited link */
a:visited {
color: #ad8f3f;
list-style:none;
text-decoration:none;
}  /* visited link */
a:hover {
color: #b7703c;
list-style:none;
text-decoration:none;
}   /* mouse over link */
a:active {
color: #ad8f3f;
list-style:none;
text-decoration:none;
}   /* selected link */









	
	img {
	border-style:none;
	}




	
	
	.clear {
    clear:both;
}










#footer {
margin:0;
	height:36px;
    background:#dcdad7;
    clear:both;
    }
	
	#footer p {
    margin:0;
	padding-top:10px;
	padding-bottom:20px;
	font-size: 11px;
	text-align:center;   
	}