body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a:link {
	color: #003366;
}
a:visited {
	color: #006666;
}
a:hover {
	color: #FFFFFF;
	background-color: #5C6685;
}
a:active {
	color: #FFFFFF;
	background-color: #CC0000;
}
#banner {
	background-color: #CCCCCC;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#navigation {
	background-color: #99FF66;
	background-repeat: repeat-y;
	float: left;
	width: 200px;
	padding-top: 30px;
	padding-left: 6px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li {
	margin-top: 4px;
}
#navigation ul li a {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 180px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
#navigation ul li a:hover {
	color: #009933;
	background-color: #DCDCDC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
}
#content {
	margin-right: 150px;
	margin-left: 220px;
	line-height: 150%;
}
#content h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006600;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#cleardiv {
	clear: both;
	height: 10px;
}
#footer {
	background-color: #CCCCCC;
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	margin-right: 10px;
}
#content ul li {
	list-style-type: none;
}

