body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#navcontainer { margin-left: 4px;  }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type:none;
font-family:Arial, Helvetica, sans-serif; 
font-size:small;
}

#navcontainer li { margin: 0 0 10px; }

#navcontainer a
{
	display: block;
	padding: 3px 5px;
	width: 120px;
	color: #fff;
	background-color: #669999;
	text-decoration: none;
	border: 2 solid 669999;
}

#navcontainer a:hover
{
color: #fff;
background-color:#DD9977;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
display: block;
padding: 3px 3px 5px 20px;
width: 120px;
color: #fff;
background-color: #369;
text-decoration: none;
}

#navcontainer ul ul a:hover
{
color: #fff;
background-color: #699;
text-decoration: none;
}
h1 {
	color: #993300;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	width: auto;
	text-align: left;
	font-size: large;
	font-weight: bold;
}

h2 {
	color: #993300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	width: auto;
	text-align: left;
	font-size: medium;
	font-weight: bold;
	margin-bottom: -10px;
}

.hidden {
	display: none;
}
.content {
	margin-right: 6px;
	font-size:small;
	color: #663333;
	margin-bottom: 6px;
	text-align: left;
	width: 645px;
}
.navbar {
	font-size: small;
	text-align: center;
}
a:hover {
	color: #FF6600;
}


hr {
	border: thin solid;
	border-color: #FFCC33;
}
li {
	margin-bottom: 8px;
}
.header {
	font-size: xx-large;
	color: #993300;
	font-weight: bold;
}
a {
	color: #663333;
}

