<style>
<!--
#menu {
    background-color: "White";
}
#menu div.top {
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
	border-color: #009900;
	border-width: 3px;
	border-style: none none solid none;
    width: 100%;
}
#menu div.section {
    position: absolute;
    display: inline;
    z-index: -1;
}
#menu div.box {
    background-color: "White";
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1px;
    padding-right: 1px;
    border-color: #ff9900;
    border-width: 1px;
    border-style: none none solid none;

    position: relative;
    visibility: hidden;
    width: 100%;
}
#menu a {
    font-family: Arial;
    font-size: 10px;
    color: #DCBF40;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    font-family: Arial;
    font-size: 10px;
    color: #E7793E;
    text-decoration: none;
    white-space: nowrap;
}

BODY {background-color: #EBD2CE;
      font-family:Arial;
	  font-size: 10pt;
	  font-style: bold;
	  margin-left: 0.00in;
	  margin-right: 0.00in;
	  margin-top: 0.00in;
	  text-align:left;
	  color:Black}
	  
	  /* Links must always be in the order:
   link, visited, focus, hover, active */
a {
	background-color: transparent;
	border-bottom: #8b0000 0px;
	color: transparent;  /* yellow */
	font-size: 100%;
	text-decoration: none;
}
a:link {
	background-color: transparent;
	color: #6A6765;  /* blue */
}
a:visited {
	background-color: transparent;
	color: #6A6765; /* purple */
}
a.focus {
    border-bottom: #336600 0px;
    background-color: transparent;
	color: #6A6765;
}
a:hover {
    border-bottom: #6A6765 0px;  /* dashed */
    background-color: transparent;
	color: Red;
}
a:active {
	background-color: transparent;
	color: transparent;  /* blue */
}

/* ::: Navigation ::: */
.nav{
	font-family:Arial;
	font-size: 11pt;
	color: #000066; /* purple */
	float:left;
	margin: 0;
	padding: 0;
	margin-top: 2px;
	width: 100%;
	text-align:center;
}

.nav ul {
	
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:left;
}
	
ul {
    list-style-type: none;
}


.nav {
	min-height: 1.3em;
 	overflow: auto;
	padding: 0px 0px 0px 0px;
}

.nav a {
	color: #ffcc33;
	display: block;
	font-weight: bold;
	background: transparent;
	background-position: left;
	padding-left: 0px;
	display: block;
	line-height: 24px;
	text-decoration: none;
}

.nav li {
	float: left; 				
	width: 11em;
}

.nav li a:hover {
	color: White;
	display: block;
	font-weight: bold;
	background: transparent;
	background-repeat: repeat-x;
	background-position: left;
	padding-left: 0px;
	display: block;
	line-height: 24px;
	text-decoration: none;
}

/* :::: Navigation Submenus (the dropdowns) :::: */
.nav ul {
	padding: 0px 0px 0px 5px;
	width: 14em;
}

.nav li ul {
	left: -9999em; /* hide a submenu offscreen by default so visitors don't see it */
	position: absolute;
	z-index: 1000;
}

.nav li:hover ul {
	left: auto; /* show the submenu when user hovers over the parent li */
	width: 13em;
	padding-left: 5px;
}

.nav ul li {
	float: none;
	font-size: .950em;
	margin-top: 0em;
	width: auto;
	padding-left: 5px;
}

.nav li:hover li, .nav li.hover li {
   background-color: #4E2A38;
   float: none;
   color: White;
   padding-left: 0px;
}
.nav li:hover li a, .nav li.hover li a {
   background-color:#4E2A38;
   background-image: none;
   color: #ffcc33;
   padding-left: 5px;
}
   
.nav li li a:hover {
   background-color: #B987A4;
   color: White;
   padding-left: 5px;
}

a.internal:link {font-family: Arial, Helvetica, sans-serif; font-size:13px; padding:4px; color: #ffcc33; background: #4E2A38; font-style: bold;}
a.internal:active {font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding:4px; color: #ffcc33; background: #4E2A38; font-style: bold;}
a.internal:visited {font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding:4px; color: #ffcc33; background: #4E2A38; font-style: bold;}
a.internal:hover {font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding:4px; color: White; background: #B987A4; font-style: bold;}

a.internal2:link {font-family: Arial, Helvetica, sans-serif; font-size:11px; padding:4px; color: #ffcc33; background: #4E2A38; font-style: bold;}
a.internal2:active {font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding:4px; color: #ffcc33; background: #4E2A38; font-style: bold;}
a.internal2:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding:4px; color: #ffcc33; background: #4E2A38; font-style: bold;}
a.internal2:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding:4px; color: White; background: #B987A4; font-style: bold;}


H1 {font-family:Arial; font-size:28pt; font-style: bold; color:#4E2A38}
H2 {font-family:Arial; font-size:18pt; font-style: normal; color:#4E2A38}
H3 {font-family:Arial; font-size:15pt; font-style: bold; color:#4E2A38}
H4 {font-family:Arial; font-size:13pt; font-style: normal; color:#4E2A38}
H5 {font-family:Arial; font-size:10pt; font-style: normal; color:#000033}
H6 {font-family:GillSans Light; font-size:8pt; font-style: normal; color:#000033}
.gloss {background-color: #B987A4}
.glass {background-color: White}
-->
</STYLE>
