body
{
	background: url(../images/bodybg.gif) repeat-x;
	background-color:#f0f0f0;
	padding:0px;  
	margin:0 auto;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9pt;
	text-decoration:none;
	/*text-align: center;
	width:612px;*/

}
li
{
	padding-left:5px;
}

a {
	color: #3486DB;
	/*color: #1672D2;
	color: #EF5223;*/
	text-decoration: none;
}

a:hover {
	color: #EF5223;
}

#wrapper
{
	width:612px;
	text-align:left;
	margin:0 auto;
}
#header
{
	width:612px;
	height:120px;
	padding-top:20px;
}
#logo
{
	width:312px;
	height:52px;
	background: url(../images/logo.png) no-repeat;
	margin-left:145px;
}
#search
{
	width:612px;
	height:180px;
	background: url(../images/main.gif) center;
	
}
#nav
{
	margin-bottom:23px;
	margin-left:13px;

}
#nav a 
{
	display:block;
	width: 100px;
	padding:4px 10px 6px 0px;
	font:bold 15px Arial;
	color:#fff;
	background: url(../images/button2.gif) 0 0 no-repeat;
	text-decoration: none;
	float:left;
}
#nav a:hover 
{ 
	background-position: 0 -37px;
	color: #fff	;
}
#content
{
	width:712px;
}
.list
{
	background: url(../images/bg.png);
	background-repeat: repeat;
	width:185px;
	height:320px;
	margin-top:10px;
	margin-left:9px;
	padding-left:5px;
	color:#710606;
	list-style:none;
	border: solid 1px;
	border-color: #565656;
	
}



.list a
{
	color:#3486DB;
	text-decoration:none;
	
}
.list a:hover
{
	color:#710606;
	
}

.category_list
{
	background: url(../images/bg.png);
	background-repeat: repeat;
	width:680px;
	height:320px;
	margin-top:10px;
	margin-left:9px;
	padding-left:5px;
	color:#710606;
	list-style:none;
	border: solid 1px;
	border-color: #565656;
	font-size: 18px;
	
}

.category_list a
{
	color:#3486DB;
	text-decoration:none;
	
}
.category_list a:hover
{
	color:#710606;
	
}

#searchbox {
	margin-left:50px; 
	margin-top: 15px;
	width:459px; 
	border:0px solid; 
	background: url(../images/searchbg.gif) no-repeat;  
	height:45px; 
	padding:0px 3px; 
	position:relative; 
	font:33px Arial;
}

#searchbtn{

}

.paging {

	margin-top:5px;

	padding-top:5px;

	color:#555;

	padding-bottom:7px;

	color: #000;

	font-size: 9pt

}

.paging a {

	padding:3px 6px 3px 6px;

	background-color:#f9f9f9;

	border:1px solid #ccc;

	font-weight:bold;

	text-decoration: none;

	color: #000;

}





.paging a:hover {

	border:1px solid #aaa;

	color:#777;

	background-color:#fff;

}

.paging a.onpage {

	border-color:#000;

	color:#000;

	background-color:#fff;

}

#mostdownload {
	font-size: 15px;
}

#filetable_title th {
	background-image: url(../images/files_ttlbackgr.gif);
	border-bottom: 1px solid #C3C3C3;
	padding: 4px 7px 7px;
}

#filetable {

	border-left:1px solid #C3C3C3; 
	border-right:1px solid #C3C3C3; 
	border-bottom:1px solid #C3C3C3;
}

#filetable tr.filerow td {
	border-bottom:1px solid #ddd;
	border-top:1px solid #fff;
}

div.results {
	position:absolute;
	width: 450px;
	background-color:white;
	border:1px solid #888;
	margin:0;
	padding:0;
}
div.results ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div.results ul li.selected { background-color: #ffb;}
div.results ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding: 2px;
	cursor: pointer;
	vertical-align: middle;
	border-bottom: 1px solid black;
	text-align: left;
}

div.results ul li img {
	width: 34px;
	height: 34px;
	float: left;
	padding: 2px 5px 2px 2px;
}

