@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}

#main {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
}
#main #top {
	height: 80px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}
#main #top #topnav {
	float: right;
	width: auto;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: 45px;
}
#main #top #topnav li {
	list-style-type: none;
	float: left;
	padding-left: 20px;
	margin-top: 0px;
}


#main #top #topnav a:link {
	color: #000000;
	text-decoration: none;
}
#main #pagename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #999999;
	padding-bottom: 5px;
	position: static;
}

#main #top #topnav a:hover {
	color: #999999;
	text-decoration: none;
}
#main #top #topnav a:visited {
	color: #000000;
	text-decoration: none;
}



#main #top #logo {
	float: left;
	width: auto;
	left: -2px;
	position: relative;
}
#main #middle {
	width: 800px;
}

#main #bot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #A6A6A6;
	padding-top: 20px;
	position: static;
}
#main #bot #line {
	height: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	margin-bottom: 10px;
}
#main #middle #content {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#main #middle #content #left {
	clear: right;
	float: left;
	width: 300px;
	position: absolute;
	left: 384px;
	top: 156px;
}
#main #middle #content #right {
	float: left;
	width: 400px;
	position: absolute;
}



#main  #bot  #sid {
	padding-bottom: 15px;
	position: static;
	margin-left: -2px;
	padding-top: 15px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: small;
	clear: both;
}

#main #bot #copyright {
	float: left;
	width: auto;
}
#main #bot #links {
	float: right;
	width: auto;
}
#main #bot a:link {
	text-decoration: none;
	color: #A6A6A6;
}
#main #bot a:hover {
	text-decoration: none;
	color: #666666;
}

#main #bot a:visited {
	text-decoration: none;
	color: #A6A6A6;
}
