/* Generic Selectors */

body {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	color: #291B00;
	line-height: 110%;		
	background-color: #E7E6C7;
	margin: 0 0 0 0; top right bottom left;	
}

table {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	color: #291B00;
	line-height: 110%;
}

p {
	width: 100%;
}

li {
	list-style-type: none;
	line-height: 150%;
}


h1 {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	color: #291B00;
}

h2 {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 16px;
	font-weight: bold;
	color: #291B00;
}


/************************* Classes *************************/





/*************************  Pseudo classes *************************/

:link {
	color: #635E34;
	text-decoration: underline;
	font-weight: normal;
}
li :link {
	color: #635E34;
	text-decoration: none;
	font-weight: normal;
}

:visited { 
color: #635E34;
text-decoration: underline;
font-weight: normal;
}

li :visited { 
color: #635E34;
text-decoration: none;
font-weight: normal;
}

/*:hover {
color: rgb(0, 96, 255);
font-weight: normal;
text-decoration: none;
*/
}
li :hover {
	display: block;
	color: #ACA560;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACA560;	
}
  
:active { 
color: #ACA560;
font-weight: normal; 
} 


/*************************  ID's *************************/

#table {
	margin-top: 0px;
	margin-left: 0px;
}

#menu {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 11px;
	line-height: 150%;
	color: #291B00;
	vertical-align: top;
    height: 100%;
	padding: 5px 0 0 3px;
}

#rtmenu {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 11px;
	line-height: 150%;
	color: #291B00;
	vertical-align: top;
    height: 100%;
	padding: 5px 0 0 3px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
	color: #291B00;
	padding: 10px 0 10px 0;
}

#mainbody {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 120%;
	color: #291B00;
	padding: 14px 0 0 0;
	width: 80%;
}

#topleft {	
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	color: #291B00;
	padding: 0 0 0 3px;
}

#searchbody {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 120%;
	color: #291B00;
	padding: 14px 0 0 0;
	width: 90%;
}

#searchheader {
	line-height: 150%;
}

/*#menu {
	position: absolute;
	width: 197px;
	z-index: 0px;
	height: 600px;
	margin-top: 151px;
	font-weight: normal;
	background-color: #CCFF66;
	padding: 5px 0 0 3px; top right bottom left
}

#menuspacer {
	position: absolute;
	z-index: 0px;
	width: 20px;
	height: 20px;
	margin-top: 151px;
	margin-left: 200px;
	font-weight: normal;
}

#header {
	position: absolute;
	z-index: 0px;
	width: 100%;
	height: 121px;
	font-weight: normal;
	background-color: #C99E50;
}

#topmenu {
	position: absolute;
	z-index: 0px;
	width: 100%;
	height: 30px;
	margin-top: 121px;
	font-weight: normal;
	background-color: #C99E50;
}

#headerimage {
	position: absolute;
	z-index: 0px;
	width: 550px;
	height: 121px;
	margin-left: 220px;
	font-weight: normal;
	background-color: #C99E50;
}

#footer {
	position: absolute;
	z-index: 0px;
	width: 100%;
	height: 80px;
	margin-top: 756px;
	font-weight: normal;
	background-color: #C99E50;
	padding: 5px 0 0 203px; top right bottom left
}

#main {
	position: absolute;
	z-index: 0px;
	width: 650px;
	height: 470px;
	margin-left: 220px;
	margin-bottom: 80px;
	margin-top: 151px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 5px 0 0 0; top right bottom left*/
}