@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

#logo {
	background-color: #000000;
	width: 275px;
	height: 150px;
	float: left;
	
	
}

#topright {
	background-color: #000000;
	width: 625px;
	height: 70px;
	margin-left: 275px;
}

#menu {
	background-color: #000000;
	width: 625px;
	height: 80px;
	margin-left: 275px;
	
}
#topline {
	background-color: #000000;
	width: 900px;
	height: 21px;
}

#content {
	background-color: #000000;
	width: 900px;
	height: auto;
}

#bottomline {
	background-color: #000000;
	width: 900px;
	height: 50px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold
}
a:hover {
	text-decoration: none;
	color: #999999;
	font-weight:bold
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold
}