/* Style sheet basic */
body{margin:0px 0px 24px 0px;padding:0px;}
a,body,div,em,input,label,li,ol,p,select,span,strong,td,th,textarea,u,ul{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;color:#979797;}
a,body,div,input,label,li,ol,p,select,td,th,textarea,u,ul{font-size:13px;}
h1{margin:0px 0px 12px 0px;padding:0px;font-weight:normal;font-size:22px;}
h2{margin:0px 0px 6px 0px;padding:0px;font-size:22px;}

h3{margin:0px 0px 12px 0px;padding:0px;font-weight:normal;font-size:22px;color:#809f3c;}
h4{margin:0px 0px 12px 0px;padding:0px;font-weight:normal;font-size:17px;}
a{text-decoration:none;color:#809f3c;}
a:hover{text-decoration:underline;color:#547c00;}
img{vertical-align:middle;border:0px;}
p,pre,form{margin:0px;padding:0px;}
#wrapper{
	background-color: #FFF; 
}
#container-neo { 
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
#bgleft {
float: left;
background-color: #d9dccf;
margin-left: -700px;
width: 700px;
}
#footer-hg {
background-color: #d9dccf;
margin-top: -26px;
}
#footer-hg2 {	
position:relative;
	top:460px;
	height:79px;
	z-index:1;
	background-color: #00C;}
