@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
	background-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navigation {
	font-size: 11px;
	width: 100%;
}
#top {
	border-bottom: 1px solid #000000;
	clear: both;
	float: left;
	width: 100%;
}
#bottom .navigation {
	border-top: 1px solid #000000;
}
.navigation a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.navigation ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.navigation li {
	padding: 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.navigation li:hover {
	background: #000000;
}
.navigation li:hover a {
	color: #FFFFFF;
}
#top .navigation li {
	float: left;
	margin-left: 10px;
	border-bottom: 0px;
}
#bottom .navigation li {
	float: right;
	margin-right: 10px;
	border-top: 0px;
}
#middle {
	clear: both;
	background-color: #FFFFFF;
	float: left;
	width: 100%;
}
#copyright {
	float: left;
	padding: 7px;
}
#left {
	float: left;
	width: 80%;
	border-right: 1px solid #000000;
}
#right {
	float: left;
	width: 19%;
}
#right ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
}
#right li {
	width: 100%;
	border-bottom: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
#bottom {
	clear: both;
}
.padding {
	padding: 7px;
}