/* CSS Document */

#navcontainer {
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 20px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}
h1 {
	font-size: 16pt;
	color: #0000FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
h2 {
	font-size: 14pt;
	font-family: "Times New Roman", Times, serif;
}

h6 {
	font-size: 24pt;
	color: #0000FF;
}h4 {
	font-size: 18pt;
}
h3 {
	font-size: 16pt;
	color: #0000FF;
	border-bottom-width: thin;
}
