body {
	margin: 0 0 15px 0;
	background: url('../images/topBG.gif') repeat-x top;
	background-color: #dcd7ca;
	text-align: center;
}

div#layout {
	margin: 0 auto 0 auto;
	width: 769px;
}
div#header {
	height: 248px;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	color: white;
	position: relative;
}
div#content {
	margin-top: 7px;
	font-family: arial, tahoma, verdana;
	background: url(../images/bodyBG.gif) repeat-y top;
	text-align: left;
}

#seoLeft {
	position: absolute;
	top: 4px;
	left: 0;
}
#seoRight {
	position: absolute;
	top: 4px;
	right: 1px;
}
img#imgHead1 {
	position: absolute;
	top: 36px;
	left: 103px;
}
img#imgHead2 {
	position: absolute;
	top: 83px;
	left: 0px;
}

div#LeftPane {
	float: left;
	width: 157px;
	margin: 0 0 0 0;
	border-top: 1px solid #775c4d;
}

div#menu {
	margin: 1px;
	height: 260px;
}

div#contact {
	margin: 30px 5px 15px 10px;
	font-family: arial, tahoma, verdana;
	text-align: left;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

div#RightPane {
	margin: 0 1px 0 163px;
	padding: 5px 15px 15px 20px;
	border-top: 1px solid #775c4d;
}

#RightPane h1 {
	color: #544339;
	font-size: 18px;
	margin: 10px 0 15px 0;
}

#RightPane h2 {
	color: #7B7B53;
	font-size: 16px;
	margin: 20px 0 15px 0;
	
}

#RightPane p {
	font-size: 12px;
	margin: 5px 0 20px 0;
	
}


div#icons {
	margin: 50px 0 15px 0;
	text-align: center;
}
div#icons img {
	margin: 0 10px 0 10px;
}

div#footer,
div#footer a,
div#footer a:link {
	font-family: arial, tahoma, verdana;
	font-size: 11px;
	color: black;
	text-decoration: none;
	text-align: center;
}

div#footer {
        clear: both;
}

div#footer a:hover {
	text-decoration: underline;
}

img#botBorder {
        display: block;
}

form { padding: 10px; margin: 0px; }
    
input { line-height: 13px; margin-left: 0px; padding: 2px; font-size: 100%; color: #333; background-color: #E9EDD9; border: 1px solid #D6DBC2; }
    
select { line-height: 13px; margin-left: 7px; padding: 2px; font-size: 100%; color: #333; background-color: #E9EDD9; border: 1px solid #D6DBC2; }
    
textarea {
	line-height: 13px;
	margin-left: 7px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #E9EDD9;
	border: 1px solid #D6DBC2;
}
	
radio { background-color: #E9EDD9; border: 1px solid #D6DBC2; }

option { padding-left: 6px; margin-left: 7px; }


fieldset {
	color: #4D312E;
	border: 1px solid #9B9082;
	padding: 10px 0;
}

fieldset td {
padding: 3px 0;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#RightPane h3 {
	color: #6F5B52;
	font-size: 16px;
	margin: 20px 0 15px 0;
}
.multilist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* BASIC LINK STYLES */
a:link {
	color: #996600;
	text-decoration: underline;
}

a:visited {
	color: #996600;
}

a:hover {
	text-decoration: none;
	color: #996600;
}

img.lefty {
	float:left;
	margin: 2px 20px 2px 2px;
}

img.righty {
	float: right;
	margin: 2px 20px 2px 2px;
}