body {
	margin: 0 10% 0 10%;
	padding: 0;
	font-size: 14px;
	background-color: #FFF;
}

td, p, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2em;
}
h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 130%; color: #a49b6c; font-weight: normal; }
h2 { font-size: 160%; color: #a49b6c; font-style: italic; font-weight: bold; }
h3 { font-size: 120%; color: #a49b6c; font-style: italic; }

#navcontainer
{
margin: 0 auto;
padding: 1em;
font-family: georgia, serif;
font-size: 11px;
text-align: center;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: auto;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 1em 0.5em 1em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}


.subscript
{
font-size: 9px;
}

.border
{
border-width: 1px;
border-color: #a49b6c;
border-style: solid;
}

