body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link{
	color: #FFFFFF;
}
a:visited{
	color: #FFFFFF;
}
a:hover{
	color:#CC0000;
}
.main_table {
	position: absolute;
	background-color: #999999;
	margin-left: 50%;
	left: -400px;
	width: 800px;
	top: 10px;
}
a.menu_link:link {
	color: #FFFFFF;
	font-size: medium;
	font-family:"Copperplate Gothic Light";
	text-decoration: none;
}
a.menu_link:visited {
	color: #FFFFFF;
	font-size: medium;
	font-family:"Copperplate Gothic Light";
	text-decoration: none;
}
a.menu_link:hover {
	color: #990000;
	font-size: medium;
	font-family:"Copperplate Gothic Light";
	text-decoration: none;
}
.banner {
	position: relative;
	border: none;
	width: 800px;
	height: 71px;
	left: 0px;
	top: 0px;
}
.top_part {
	float: right;
	border: none;
	background-color: #333333;
	height: 200px;
	width: 335px;
	top: -194px;
	left: 465px;
}
.left_image {
	float: left;
	border: none;
	background-color: #333333;
	height: 200px;
	width: 465px;
	top: 0px;
	left: 0px;
}
.menu {
	float: left;
	clear: both;
	background-color: #333333;
	border: none;
	height: 30px;
	width: 800px;
}
.menu_table {
}
.top_part {
	float: right;
	background-color: #333333;
	height: 200px;
	width: 335px;
	top: -204px;
	left: 465px;
}
.content {
	float: left;
	clear: both;
	border: none;
	overflow-y: auto;
	font-size: small;
	color: #FFFFFF;
	width: 799px;
	left: 0px;
	top: 0px;
}
.top_part_content{
	position: relative;
	overflow-y: auto;
	overflow-x: none;
	font-size: small;
	color: #CCCCCC;
	background-color: #333333;
	border-width: 2px;
	border-style: solid;
	border-color: #CCCCCC;
	width: 310px;
	height: 165px;
	top: -20px;
}


h1 {
	text-align: center;
	font-size: small;
}
h2 {
	text-align: left;
	font-size: medium;
	color: #CCCCCC;
}

#fq { width : 300px; font-family : Arial, sans-serif; font-size : 13px; padding-left : 4px; }

#search-results { width : 299px; border : 1px solid #000; background : #fff; display : none; float : left; }
* html div#search-results { width : 300px; } /* box model hack */
.sr, .srs { width : 100%; float : left; font-family : Arial, sans-serif; font-size : 13px; padding : 1px 0 0 0; }
.sr { background-color : #fff; color : #000; }
.srs { background-color : #36c; color : #fff; cursor : pointer; }
.sr .src { color : #008000; }
.srs .src { color : #fff; }
.srt { float : left; font-size : 13px; margin-left : 4px; }
.src { float : right; font-size : 10px; margin-right : 3px; padding-top : 2px; }
