body {
	background-color: #C6AA6B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.normal_text {
	font-size: 12px;
	font-family: Arial;
	color: #594836;
}
a.normal_text:link {
	font-size: 12px;
	font-family: Arial;
	color: #0000FF;
	text-decoration: none;
}
a.normal_text:visited {
	font-size: 12px;
	font-family: Arial;
	color: #91abab;
	text-decoration: none;
}
a.normal_text:hover {
	font-size: 12px;
	font-family: Arial;
	color: #91abab;
	text-decoration: underline;
}

.headers {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	color: #594836;
}

a.headers, a.headers:link, a.headers:active, a.headers:visited {
	font-family: Arial;
	font-size: 14px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

a.headers:hover {
	color: #91abab;
	text-decoration: underline;
}


.txtheaders {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #91abab;
}

.pageheaders {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #91abab;
	border-bottom: 1px solid #594836;
	width: 45%;

}

a.phlink:link, a.phlink:active, a.phlink:visited {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #91abab;
	text-decoration: none;
}

a.phlink:hover {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #91abab;
	text-decoration: underline;
}
.pageheadersBAK {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #594836;
	color: #594836;
	width: 45%;
}

a.normal_text:link, a.normal_text:active, a.normal_text:visited {
	text-decoration: none;
}

a.normal_text:hover {
	text-decoration: underline;
}

.navcell{
	border-top: 1px solid #A5B6BD;
	border-bottom: 1px solid #63828C;
	border-right: 1px solid #63828C;
	border-left: 1px solid #A5B6BD;
	height: 20px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 11px;
	padding-left: 6px;
	background-color: #7BA2AD;
} 

.navcell:hover{
	border-top: 1px solid #A5B6BD;
	border-bottom: 1px solid #63828C;
	border-right: 1px solid #63828C;
	border-left: 1px solid #A5B6BD;
	height: 20px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 11px;
	padding-left: 6px;
	background-color: #59838E;
} 

#menu {
	float: left;
	padding: 5px 5px 10px 11px;
	font-family: Verdana,sans-serif;
	font-size: 11px;
	background-color: transparent;
}

#menu ul {
	padding: 0;
	margin: 0;
	line-height: 15px;
}

#menu li {
	border-bottom: 1px solid #cccccc;
	list-style: none;
	margin: 0;
}

#menu a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding-left: 3px;
	width: 140px;
}

#menu a:hover {
	color: #fff;
	background: #59838E;
	width: 140px;
	border-right: 1px solid #A26B6B;
}

#mainMenu {
	margin: 0;
	padding:0;
}

#mainMenu li {
	width: 163px;
	float: left;
	list-style: none;
	border-top: 1px solid #A5B6BD;
	border-bottom: 1px solid #63828C;
	border-right: 1px solid #63828C;
	border-left: 1px solid #A5B6BD;
	height: 20px;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 6px;
	background-color: #7BA2AD;
}

#mainMenu li a, #mainMenu li a:link, #mainMenu li a:visited, #mainMenu li a:active, #mainMenu li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	width: 163px;
	display: block;
	height: 17px;
	padding-top: 3px;
}

#mainMenu li:hover {
	background-color: #59838E;
}

#mainMenu li ul {
	display: none;
	position: relative;
	width: 171px; 
	top: 0;
	left: 0;
}

#mainMenu li > ul {
	top: auto;
	left: auto;
}

#mainMenu li:hover ul, #mainMenu li.over ul { 
	display: block; 
}