html
{
	Height: 100%;
}

body
{ 
	Font-size: 100%;
	Height: 100%;
	background-color: rgb(231, 227, 214);
}

h1
{
	color: black; font-size: 2.25em; font-family: "Times New Roman", Georgia, Times, serif; font-weight: strong;
} 

h2
{
	color: black; font-size: 1.5em; font-family: "Times New Roman", Georgia, Times, serif; font-weight: strong; line-height: 1em
}

h3
 { color: black; font-size: 1.12em; font-family: "Times New Roman", Georgia, Times, serif; font-weight: bold }

h4
{
 	color: black; font-size: .875em; font-family: "Times New Roman", Georgia, Times, serif; font-weight: strong; line-height: 1em
}

p
 { color: black; font-size: 1.25em; font-family: "Times New Roman", Georgia, Times, serif; font-weight: normal; line-height: 1.25
}

ul
   { color: black; font-size: 1.12em; font-family: "Times New Roman", Georgia, Times, serif; font-weight: normal; line-height: 1.25 }

li
  { color: black; font-size: 1.12em; font-family: "Times New Roman", Georgia, Times, serif; font-weight: normal; line-height: 1.25 }

ol
   { color: black; font-size: 1.12em; font-family: "Times New Roman", Georgia, Times, serif; font-weight: normal; line-height: 1.25 }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: inline;
}

ul#navlist
{
font-family: sans-serif;
text-align: center;
}

ul#navlist a
{
font-weight: bold;
text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px;
padding: 0px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
text-align: Center;
}

ul#navlist li a
{
color: #ffffff;
background-color: #003366;
padding: 3px;
border: 1px #ffffff outset;
width: 7.15em;
}

ul#navlist li a:hover
{
color: #ffff00;
background-color: #003366;
}

ul#navlist li a:active
{
color: #cccccc;
background-color: #003366;
border: 1px #ffffff inset;
}

ul#subnavlist
{
display: none;
position: relative;
text-align: center; 
}

ul#subnavlist li
{
padding: none;
position: relative;
bottom: -35px;
left: 0px;
float: center;
}

ul#subnavlist li a
{
padding: 0px;
margin: -7px;
}

ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 0px;
}

ul#navlist li:hover ul#subnavlist li a
 { text-align: left; display: block; margin-bottom: 5px; padding: 3px; position: relative; left: 0; width: 14em; border: none }

ul#navlist li:hover ul#subnavlist li a:before
{ content: " >> ";
}