BODY {
 margin:0px; 
 background-image:url(images/bg-body.jpg);
 background-repeat: repeat-x;
 background-color:white;  
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 15px;
 color: #484d50;
 }

a:link, a:active, a:visited {
	color: #963a05;
	text-decoration:none;
	
}

a:hover {
	color: #6ca522;
	text-decoration:none;

}
 
h1 {
 	font-weight:300;
	font-size:22px;
	line-height: 33px;
	}
h2 {
 	font-weight:300;
	font-size:18px;
	line-height: 27px;
	}
h3 {
 	font-weight:300;
	font-size:14px;
	line-height: 21px;
	}
h4 {
 	font-weight:300;
	font-size:12px;
	font-weight:bold;
	 line-height: 18px;
	}
#sectionheading H2 {
	margin-bottom: -5px;
	}

#outline  {
	margin: 0;
	border: 0px;
	background-image:url(images/margin-bg.gif);
 	background-repeat:repeat-y;
	}
#banner {
	height:139px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	}

	
/*	
START: Menus code*/	
#menu1 {
	float:left;
	width:133px;
	background-image:url(images/bg-menu.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
	
#menu1container {
	margin: 0;
	height:444px;
	}
 
 

/*START: Content area styles	*/

#content {
	width:520px;
	margin: 0 20px 10px 160px;
	padding:10px 0 0 0;
	}
	
#content LI {
	margin: 0 0 10px 0;
	list-style-image:url(images/bullet.gif);
	}
	
.footer {
	font-size:9px;
	line-height:12px;
	margin:40px 0 0 0;
	clear:both;
	}

/*END*/

/*Main menu buttons*/
#menu1 ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 122px;
	/*border-bottom: 1px solid #ccc;*/
	}

#menu1 ul li {
	position: relative;
	border:0;
	margin:0;
	}

#menu1 li ul {
	position: absolute;
	left: 122px;
	top: 0;
	display: none;
	border:0;
	margin:0;
	}

#menu1 ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color:#ce7440;
	padding: 5px;
	border-top: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 0px solid #ffffff;
	margin-bottom:0;
	/*Ians's fix for IE7 1px gap*/
	height:16px;
	}

#menu1 ul li ul li a {
	width:160px;
	}
	

	
#menu1 ul li a:hover {
	color: #963a05
	}

#menu1 li:hover ul, #menu1 li.over ul { 
	display: block;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */




