body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #336666;
	font-weight: normal;
	text-align: left;
	line-height: 130%;
}
h1 {
	font-size: 18px;
	display: inline;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 10px;
	letter-spacing: 1px;
}
a {
	color: #336600;
}
a:hover {
	color: #339999;
	text-decoration: none;
}


table {
	background-color: #CCCCCC;
	vertical-align: text-top;
}


.navcontainer {
	width: 768px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #336666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navcontainer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	color: #003300;
	padding-left: 1%;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #333300;
	margin-left: 2%;
	margin-right: 2%;
	width: 768px;
	line-height: 200%;
	font-weight: bold;
}
.navcontainer p {
	text-align: center;
}
.navcontainer a:hover {
	color: #339999;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #339966;
	font-weight: bold;
}
.navcontainer a:active {
	color: #996666;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #996666;
	font-weight: bold;
}
.line {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #336666;
	margin: 0px;
}
.navlist {
	width: 160px;
	margin-left: 0px;
	padding-left: 0px;
}
.navlist ul {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 0px 5px 0px 0px;
	width: 160px;
	text-indent: 7px;
}
.navlist a {
	color: #003300;
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 3px;
	text-align: center;
}
.navlist a:hover {
	color: #FFFFFF;
	background-color: #669999;
}
.navlist a:active {
	background-color: #996666;
	color: #CCCCCC;
}

