/* CSS Document */
html {

}
body {
	padding:0;
	maring:0;
	font-family:Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(/images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4F4435;
}
a {
	color:#009933;
	
}
.content {
 width:550px;
 overflow:visible;
 padding:20px;
 line-height:18px;
}

p {
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4F4435;
}
h6 {
 display:block;
 width:100%;
 height:1px;
 border-bottom: dotted #66CC00 1px;
}

#menu ul {
  padding-left:10px; 
  margin:0;
  display:block;
}
#menu ul li {
  list-style:none;

}
#menu ul li a {
	display:block;
	width:230px;
	height:25px;
	padding-right:10px;
	padding-top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#AF8D67;
	background-image: url(/images/arrow_off.jpg);
	background-repeat: no-repeat;
	background-position: 110% 50%;
	text-decoration:none;
	border-bottom:solid 1px;
	border-color:#E9E7E2;
	padding-bottom:12px;
}

#menu ul li a:hover {
	background-image: url(/images/arrow_on.jpg);
	color:#009900;
	background-repeat: no-repeat;
	background-position: right center;
}

#nav ul
{
padding: 0px;
margin: 0;
list-style-type: none;
background-color:#E8E7E5;
color: #FFF;
float: left;
width: 99%;
}

#nav ul li { display: inline; height:55px; text-align:center}

#nav ul li a
{
text-decoration: none;
background-color:#E8E7E5;
color: #7A6546;
height:35px;
width:134px;
padding: 0px;
float: left;
border-right: 1px solid #fff;
padding-top:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
text-align:center
}

#nav ul li a:hover
{
background:url(/images/nav_over.jpg);
color: #fff;
text-align:center
}

h1 {
 font-weight:bold;
 font-size:18px;
 color:#3F7CF9;
}

