body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #666666;
		}
		#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #FFF;
	border-right: 4px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 4px solid #000000;
		}

		#banner {
			margin-bottom: ;
	background: #000000;
	border-top: 4px solid #000000;
	height: 70px;
		}
				#topmenu {
			margin-bottom: ;
	background: #CCCCCC;
	height: 15px;
	text-align: center;
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
		}

		#content {
	background: #FFF;
		}
		#content ul ul{
	font-size : 100%;
}
#content ol ol{
	font-size : 100%;
}
#content ol ul{
	font-size : 100%;
}
		#content p {
		font-size: 80%;
		margin-left: 20px;
		}

		#footer {
	clear: both;
	padding: 5px;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	background: #e2e2e2;
	height: auto;
	width: auto;
		}
#footer p {
		font-size: 80%;

	}
		.center {
		text-align: center;
		}
	h1 {
	color: #000000;
	font-size: 100%;
	padding-left: 8px;
	background: #f2f2f2;
	border-bottom: 1px solid #6597CA;
	border-top: 1px solid #6597CA;
}
h2 {
	background-color: #f2f2f2;
	font-size: 100%;
	color: #000000;
}
		.header {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 150%;
	padding-left: 5px;
		}
#content ul,ol {
	font-size : 80%;
}
#content ul ul{
	font-size : 100%;
}
#content ol ol{
	font-size : 100%;
}
#content ol ul{
	font-size : 100%;
}
.topnav {
		font-size: 80%;
		margin-left: 10px;
	}
.textright {
text-align: right;
}
.hide {
display: none;
}
.imgright {
float: right;
margin-left: 5px;
margin-right: 5px;
}
.imgleft {
float: left;
margin-right: 5px;
margin-left: 5px;
}