@charset "utf-8";

body {
	background-image: url(images/bg2.png);
}
body, td, th {
	font-family: Times New Roman, Times, serif;
	color: #2A251E;
}

.style1 {
	color: #FFFFCC;
	font-weight: normal;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
}

.style6 {color: #89966C;
font-size:18px}

.style9 {font-size: 18px}

.style11 {font-size: 18px; color: #FFFFCC; }

.style12 {color: #FFFFCC}

.style13 {
	color: #2A251E;
	font-style: italic;
	font-weight: bold;
}

.style14 {
	color: #2A251E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2A251E;
	text-decoration: none;
}

.style16 {color: #2A251E}

.style17 {
	font-size: 24px;
	font-weight: bold;
	color: #EEE6D1;
}
.style19 {
	font-size: 14px
}
.style20 {
	color: #89966C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style21 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.style22 {
	font-size: 10px
}
a:link {
	color: #2A251E;
}
a:visited {
	color: #2A251E;
}
a:hover {
	color: #2A251E;
}
a:active {
	color: #2A251E;
}
.style24 {	color: #2A251E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.style22 {font-size: 10px}

.style25 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

.style29 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.style30 {
	color: #2A251E;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.style31 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.style34 {
	font-size: 12px;
	color: #89966C;
}
.style35 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}

.style46 {
	color: #2A251E;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

a.specialLink:link { color: #89966C;
text-decoration:none }
a.specialLink:visited { color: #89966C;
text-decoration:none }
a.specialLink:hover { color: #89966C;
text-decoration:none }

/* inline elements
*************************/

strong
{
	font-weight: bold;
}

/* tabs
*************************/

ul.tabs
{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}

ul.tabs a
{
	position: relative;
	display: block;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}

ul.dropdown li a
{
	display: block;
}


/* menu-specifc
*************************/

#menu
{
	z-index: 5;
	height: 34px;
	line-height: 34px;
	text-align:left;
}

#menu ul
{
	margin: 0 auto;
}

#menu ul li.hasmore
{
	background-color: #FFFFFF;
}

#menu ul li a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menu ul li a img
{
	vertical-align: middle;
}

#menu ul li a:hover
{
	background: url(images/topselectionleft.png) top left no-repeat;
}

#menu ul li a span
{
	display: block;
	padding: 0 15px 0 11px;
}

#menu ul li a:hover span
{
	background: url(images/topselectionright.png) top right;
}

#menu ul.dropdown
{
	padding: 10px;
	overflow:hidden;
	border-bottom: 1px solid #e5cd8e;
	width: 185px;
	background-image: url(images/dropdown.png);
}

#menu ul.dropdown li a
{
	border-bottom: 1px solid #e5cd8e;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
}

#menu ul.dropdown li.last a
{
	border-bottom-width: 0;
}

#menu ul.dropdown li a:hover
{
	background: url(images/menuarrow.png) no-repeat left center;
}

#menu ul li h4 a:hover
{
	background-image: none;
}
