/* CSS Document */body {	background-color: #000;	text-align:center;	margin: 0;	padding: 0;	border: 0;}#whole{	width: 752px;	margin-top:60px;	background-color: #000;	margin-left: auto;	margin-right: auto;	text-align: left;}#top {	width: 100%;	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;	font-size: 14px;	text-transform: uppercase;	color: #666;	text-align: right;}#top p {	margin: 0 24px 8px 0;}#top p a:link,#top p a:visited {	color: #666;	text-decoration: none;}#top p a:hover {	color: #000;	text-decoration: none;	background: #666;}#main {	width: 100%;	margin: 0;	background: #333;	border: 1px solid #666;	border-top: 0;}#mainleft {	background: #000;	width: 180px;	margin: 0 0 0 0;	border: 1px solid #666;	float: left;	overflow: visible;	position: relative;	z-index: 2;	top: -56px;	left: -56px;}#mainleft img {	border: 0;}#mainleft p {	margin: 0;	padding: 4px 0 4px 8px;	font-family:"Lucida Grande", "Trebuchet MS", Verdana, sans-serif;	font-size: 12px;	background: #333;	color: #fff;	border-bottom: 1px solid #666;}#mainleft a:link,#mainleft a:visited {	color: #666;	text-decoration: none;}#mainleft a:hover {	color: #fff;}#mainright {	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;	color: #999;	float: left; 	margin: 0;	padding: 0 0 0 8px;	width: 480px;}#mainright h1 {	color: #999;	font-size: 24px;	margin: 32px 12px 0 0;}#mainright h2 {	color: #f90;	clear: left;	font-size: 14px;	margin: 2em 0 2px 0;	text-transform: uppercase;	border-bottom: 1px dotted #666;	letter-spacing: 3px;}#mainright h3 {	font-size: 14px;	color: #f90;	margin: 1em 0 0 0;	clear: left;}#mainright p {	font-size: 14px;	margin: .5em 0 0 36px;}#mainright a:link, #mainright a:visited {	color: #669;	text-decoration: none;}	#mainright a:hover {	text-decoration: underline;}	#mainright img {	float: left;	width: 160px;	margin: 0 8px 8px 0;	padding: 4px;	border: 1px solid #666;}p.formtext {	font-size: 12px;	margin: .5em 0 0 36px;}#topnav {	width: 100%;	background-color: #333;	border: 1px solid #666;}#topnav p {	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;	font-size: 12px;	float: right;	display: inline-block;	margin:0;	padding: 2px 12px 2px 12px;	border-left: 1px solid #666;}#topnav p a:link,#topnav p a:visited {	color: #666;	text-decoration: none;}#topnav p a:hover {	color: #fff;}.clearleft {    clear: left;    height: 1px;    overflow: hidden;}.clearright {    clear: right;    height: 1px;    overflow: hidden;}