﻿html,body {
background-color:#5a5c29;
margin:0;
padding:0;
}

.container{
width:850px;
margin:auto;
background:#e2e2ca;
}

/* Masthead */

.masthead {
height:109px;
background-image:url('../images/hoacrHeader.jpg');
background-repeat:no-repeat;
}

.marquee {
	width:850px;
	height:20px;
	font-family:"Trebuchet MS";
	font-size:15px;
	color: black;
}

.main_body {
	width:850px;
	height:500px;	
}

.sidebar_x {
float:left;
height:250px;
width:200px;
border-top:1px solid #D5D5D5;
}

.sidebar_x1 {
width:200px;
}

.sidebar_x2 {
height:15px;
width:200px;

}

.sidebar_x3 {
width:200px;
}

.sidebar_x3 ul{
	
	list-style:none;
	margin: 0px 0px 0px 45px;
	padding: 0px;
	font-family: "Myriad Pro";
    list-style-image:url(../images/Arrew01.gif);
      		
}


.sidebar_x3 li a{
	width:123px;
	line-height:20px;
	display:block;
	font-size:14px;
	color: #333;
	padding:5px 0 6px 0px;
	line-height: 15px;
	border-bottom: 1px dashed #b1b57a;
	
	text-decoration:none;
	
}

.sidebar_x3 a:hover {
	
	color: #f9f9f4;
	background-color:#b1b57a;		
}


.main_body_more {
	clear:both;
	width:850px;
	height:auto;	
}

.sidebar_y {
float:right;
height:350px;
width:609px;
padding:20px;
font-family:"Trebuchet MS";
font-size:14px;
text-align:justify;
border-left:1px solid #D5D5D5;
border-top:1px solid #D5D5D5;
}


/* Footer */
.footer {
width:850px;
border-top:1px solid #d5d5d5;
background-color:#bcbdc1;
height:80px;

}

.footer_c {
float:right;
width:100%;
margin:20px 0 0 0;
padding:0px;
text-align:center;
text-transform:lowercase;
font-family:"Trebuchet MS";
}


.footer_c ul {
list-style-type:none;
margin:0px;
padding:0px;
width:100%;
}

.footer_c ul li a {
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:small;
	color:#000;

}

.footer_c li {
display:inline;
margin:0 0 0 0px;
padding:0 0 0 0px;
}

.footer_c a:hover {
color:#6d6f3e;
text-decoration: none;
}
.footer_c a:active {
color:#000;
}

