*{
	padding:0px;
	margin:0px;
}

body{
	background: #F9F9F7 url('images/a1.gif') repeat-x;
	font-size: 11px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #333333;
	line-height: 18px;
	text-align:center;
}

#main_container{
	margin:0 auto;
	width:800px;!important
	background:#ffffff;
	text-align:left;
}

p{
	margin-bottom: 14px;
	text-align: justify;
}

h3{
	font-size:14px;
}

h4{
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
}

a{
	color: #FF7800;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

.imgleft{
	float:left;
	margin-top:10px;
	margin-right:10px;
}

.imgright{
	float:right;
	margin-top:10px;
	margin-left:10px;
}

#header_bar{
	background:#ffffff;
	height:124px;
}

#header_image{
	width:790px;
	height:114px;
	background:url(images/header_main.jpg) no-repeat;
}

/*----------Navigation classes------------*/

#navcontainer{background:#ffffff;}

#navcontainer ul
{
	padding: .2em 0;
	margin-left: 10px;
	list-style-type: none;
	background-color: #476042;
	color: #FFF;
	width: 780px;
	font-size: 11px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	text-align: center;
}

li { display: inline; }

li a{
	text-decoration: none;
	background-color: #476042;
	color: #ffffff;
	padding: .2em 3em;
	border-right: 1px solid #ffffff;
}

li a:hover{
	background-color: #95cd89;
	color: #fff;
}

/*----------Page Content classes------------*/

#page_content{
 	width:800px;
	height:auto;
	/*fixes scrollbar bug in IE*/
	overflow:hidden;
	background:#ffffff;	
}

#page_content_left{
	float:left;
	width:150px;
	padding-left:10px;
	padding-top:10px;
}

#page_content_right{
 	background:#ffffff;
	float:right;
	width:620px;
	margin:10px;
}

#page_content_right p{
	padding:5px;
}

#page_heading{
	background:#faf8e9;
	color:#000000;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

/*----------Side Navigation------------*/

#sidenav{
	width:150px;
}

#sidenav_header{
 	width:149px;
	background:#faf8e9;
	color:#000000;
}

#sidenav ul{
	width:150px;
}

#sidenav li{
	width:150px;
}

#sidenav li a{
	display:block;
	text-decoration: none;
	background:#faf8e9;
	color:#000000;
	padding: .2em 2em;
	border-bottom:1px solid #ffffff;
}

#sidenav li a:hover{
	background-color: #95cd89;
	color: #ffffff;
}

#address_box{
	width:149px;
	height:100px;
	margin-top:9px;
	background:#faf8e9;
	color:#000000;
}

#address_box_inner{
	padding-top:5px;
	padding-left:5px;
}

/*----------Footer------------*/

#footer{
 	clear:both;
	padding:10px;
	background:#ffffff;
}

#footer_inner{
	background:#476042;
	color:#ffffff;
	padding:10px;
	text-align:center;
}