
body {
	margin: 0px;
	padding: 20px 0;
	background-color: #ffffff; 
	text-align:center;	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: 400;
	line-height: 1.8;
	}


#wrapper {
	width: 770px;
	margin: 0 auto;
	background-image:url(images/backSide.gif);
	background-position: top left;
	background-repeat: repeat-y;	
	border-top: 1px solid #99cc00;
	border-left: 1px solid #99cc00;
	border-bottom: 1px solid #99cc00;
	text-align:left;
	}

#innerWrapper {
	width: 770px;
	margin: 0 ;
	background-image:url(images/back.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	}

#header {
	width: 770px;
	margin: 0;
	padding: 0;
	height: 110px;
	}

#header H1  {
	margin: 0;
	padding: 0;
	}

#header H1 a {
	width: 770px;
	margin: 0;
	padding: 0;
	height: 110px;
	text-indent: -999em;
	display:block;
	}

#left {
	float: left;
	margin: 0;
	width: 170px;
	padding: 80px 0 0 0;
	text-align:left;
	}

#left ul {
	border-top: 1px solid #ffffff;
	padding: 0;
	margin: 0;
	}

#left li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#left ul li a {
	display: block;
	padding: 5px 0;
	margin: 0;
	text-indent: 20px;
	background-color: #A8D914;
	border-bottom: 1px solid #ffffff;
	color: #ffffff; 
	font-weight: 700;
	text-decoration: none;
	font-size: 12px;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	}


#left ul li a:hover{
	background-color: #CC9900;
	color: #ffffff; 
	text-decoration: none;
	}

#right {
	float: right;
	margin: 0;
	width: 580px;
	padding: 10px 0;
	text-align:left;
	}	

#right img {
	padding-left: 5px;
	}

a {
	color: #669900;
	text-decoration:  underline;
	}
 
a:hover{
	color: #669900;
	text-decoration:  none;
	}

h1 {
	font-size: 17px;
	color: #669900;  
	font-weight: 900;
	}

h2, h3, h4, h5, h6 {
	font-size: 13px;
	color: #CC9900;  
	font-weight: 900;
	}


#footer {
	width: 770px;
	margin: 0 auto;
	text-align: right;
	clear: both;
	font-size: 11px;
	padding: 10px 0;
	}
	

#footer a{
	color: 000000;
	text-decoration:  none;
	}

#footer a:hover{
	color: #666666; 
	text-decoration:  underline; 
	}

ul li { 
	list-style-image: url("images/arrow.gif") 
	}

.input {
	width: 200px;
	background-color: #ffffff;
	border: 1px solid #cccccc; 
	}

.button {
	color: #ffffff;
	font-weight: 700;
	background-color: #CC9900;
	font-family:  Arial, Helvetica, sans-serif ;
	border-top: 1px solid #FFCC33;
	border-left: 1px solid #FFCC33;
	border-bottom: 1px solid #996600;
	border-right: 1px solid #996600;
	}

textarea, div { text-align:left;}

.clearBoth {
	clear: both;
	height: 0px;
	overflow: hidden;
	}