@charset "utf-8";
/* CSS Document */

body {background-color:#e4a355; background-image: url(../images/ACHBG_orange.jpg); background-position: top center; background-repeat:no-repeat;}

.container {width:960px; background-color:#d6ce98; margin-left:auto; margin-right:auto; }
.header {width:960px;}

.nav-main {clear: both; float: left; width: 960px;  height: 97px; background-image:url(../images/menu_bg.jpg); line-height: 2.0em; margin: 0px; padding: 0px;} 
.nav-main p {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #2A1B08;
}	
.nav-main p a {margin: 0px; padding: 0px 10px 0px 10px; color: #2A1B08; text-decoration: none; font-size: 100%;}
.nav-main a:hover, .nav-main a.selected {
	background-color: inherit;
	color: #da6a00;
	text-decoration: none;
}

p a {color: #A24420; text-decoration: none;}


.left_menu {
	width:190px;
	float:left;
	padding-left: 50px;
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.left_menu p a {margin: 0px; color: #2A1B08; text-decoration: none; font-size: 100%;}
.left_menu a:hover, .nav-main a.selected {
	background-color: inherit;
	color: #da6a00;
	text-decoration: none;
}

.content {
	width:685px;
	padding:10px;
	float: right;
}
.footer {
	width:960px;
	clear:both;
	background-color:#FFF;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

h1 {
	color:#2C1908;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
}
h2 {
	color:#039;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
}
h3 {
	color:#da6a00;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
}
p {
	color: #2A1B08;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

.orange {color:#da6a00;}

.blue {color:#039;}

.brown {color:#2A1B08;}

