﻿td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#fff;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#fff;
}
.whitetextheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ffffff;
	font-style:italic;
	font-weight:bold;
	text-align:right;
	
}

#nav {
	vertical-align:top;
	width: 196px;
	background:#d4aa12;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: block;
	float: left;
	width: 196px;
}

#nav li a {
	text-decoration:none; 
	color:#fff; 
	font-size: 9pt; 
	background-color:#d4aa12; 
	border-bottom:1px #fff solid; 
	border-top: 1px #000 solid;
	padding: 10px 0px 10px 10px; 
	display: block; 
	font-weight: bold;	
}

#nav li a:hover {
	background-color: #651823;
	color: #fff;
}

.sublink {
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #b89103;
width: 205px;
color: black;
}

.sublink a {
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;

}

.sublink a:hover{ /*hover background color*/
background-color: #6e0111;
color: #fff;
}

.heading {
	font-size:16pt;
	font-weight:bold;
	color:#000;
	color:#fff;
}

.whiteheading {
	font-size:12pt;
	font-weight:bold;
	color:#fff;
	font-style:italic;
	text-align:right;

}

.whiteheader {
	font-size:12pt;
	font-weight:bold;
	color:#fff;

}


.burgheader {
	font-size:11pt;
	color:#651823;
	font-weight:bold;
}


a:link {text-decoration:underline; color:#fff}
a:visited {text-decoration:underline; color:#fff}
a:active {text-decoration:underline; color:#fff}
a:hover {text-decoration:none; color:#6c6c6c}

a.email:link {text-decoration:none; color:#651823}
a.email:visited {text-decoration:none; color:#651823}
a.email:active {text-decoration:none; color:#651823}
a.email:hover {text-decoration:underline; color:#000}



a.nav:link {text-decoration:none; color:#fff; font-size: 9pt; background-color:#d4aa12; border-bottom:1px #fff solid; border-top: 1px #000 solid;
			padding: 10px 0px 10px 10px; display: block; width: auto; font-weight: bold;}
a.nav:visited {text-decoration:none; color:#fff; font-size: 9pt; background-color:#d4aa12; border-bottom:1px #fff solid; border-top: 1px #000 solid;
			 padding: 10px 0px 10px 10px; display: block; width: auto; font-weight: bold;}
a.nav:active {text-decoration:none; color:#fff; font-size: 9pt; background-color:#d4aa12; border-bottom:1px #fff solid; border-top: 1px #000 solid;
			 padding: 10px 0px 10px 10px; display: block; width: auto; font-weight: bold;}
a.nav:hover {text-decoration:none; color:#fff; font-size: 9pt; background-color:#651823; border-bottom:1px #fff solid; border-top: 1px #000 solid;
			padding: 10px 0px 10px 10px; display: block; width: auto; font-weight: bold;}



