body
    {
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	
	}

.clear
    {
    clear: both;
   /*** these next attributes are designed to keep the div height to 0 pixels high, critical for Safari and Netscape 7 ***/
   height: 1px;
   overflow: hidden;
   margin-bottom: -1px;
   }
   
/*** stops IE browsers from displaying the clear div/br in the page, as these are for Moz/Opera and Safari only. If IE 5.x Win DID display these, the page is too high ***/
* html .clear
    {
	display: none;
    }
	
#wrapper
	{
	margin: 8px auto;
	text-align: left;
	width: 100%;
	font-family: verdana, arial, serif;
	font-size: 0.7em;
	background-color: #FFFFFF;
	color: #333333;
	}
	
#access, hr
    {
	display: none;
    }

#header
	{
	width: 100%;
	}

#banner
	{
	width: 100%;
	}
	
#nav
    {
	display: none;
	}

#gray
    {
	width: 200px;
	height: 1px;
	background-color: #CCCCCC;
	}
	
#body
    {
	width: 100%;
	text-align: left;
	float: left;
	padding: 8px 8px 8px 8px;
	}

#news
    {
	width: 258px;
	text-align: left;
	border-top: 1px dashed gray;
	margin-top: 20px;
	padding: 0px 8px 0px 8px;
	}
	
#footer
 	{
	width: 760px;
	font-size: 1em;
	height: 70px;
	color: #666666;
	float: right;
	border-top: 1px dashed gray;
	margin: 0px 6px 0px 0px;
	padding: 11px 0px 0px 0px;
	}	
	
p, h1, h2, h3
    {
	margin: 8px;
	}
	
h1, h2, h3
    {
	color: #cc0000;
	font-weight: 800;
	}

h1
    {
	font-size: 2em;
	}
	
h2
    {
	font-size: 1.6em;
	}
	
h3
    {
	font-size: 1.2em;
	}

a, a:link, a:visited
    {
	text-decoration: none;
	color: #CC0000;
	}

a:hover
    {
	color: black;
	}

h3.listing
    {
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px dashed #bbbbbb;
	}
	
input, select
    {
	width: 130px;
	height: 1.4em;
	font-size: 1em;
	border: 1px solid gray;
	}
	
img
    {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

.mainmenu
    {
	font-size: 1.3em;
	color: gray;
	font-weight: 800;
	}
	
#body p
    {
	text-align: left;
	}
	
#body p img
    {
	float: left;
	padding: 0px 8px 8px 0px;
	}
	
.bibs_column
    {
	width: 194px;
	height: 400px;
	background: #eeeeee;
	margin: 0px 3px 0px 3px;
	float: left;
	border-bottom: 6px solid #cc0000;
	}

#column
    {
	width: 250px;
	float: left;
	margin: 0px 3px 0px 3px;
	}
	
.listing
    {
	width: 268px;
	margin: 0px 2px 0px 0px;
	float: left;
	border-top: 1px dashed gray;
	}
.thumbs
    {
	height: 80px;
	}
	
table
    {
	text-align: center;
	}
	
td
    {
	margin: 2px;
	padding: 3px;
	text-align: center;
	background-color: #eeeeee;
	}
	
tr.titles td
    {
	background-color: #CC0000;
	color: white;
	font-weight: 800;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	#nav ul
	    {
		list-style: none;
		margin: 8px auto;
		}
		
	#nav li
	    {
		margin: 0px;
		font-size: 1.6em;
		width: 192px;
		font-weight: 200;
		}
		
	#nav li  a
	    {
		width: 172px;
		padding: 0px 20px 0px 0px;
		display: block;
		}
		
	#nav li a:link, li a:visited
	    {
		font-weight: 800;
		color: #CCCCCC;
		}
		
	#nav li a:hover
	    {
		background: #CC0000;
		color: #CCCCCC;
		}
		
	#nav li ul li
	    {
		font-size: 0.6em;
		margin: 0px;
		padding: 0px;
		line-height: 1.3em;
		}
		
	#nav li ul li a:link, li ul li a:visited
	    {
		font-weight: 800;
		color: white;
		}
		
	#nav li ul li a:hover
	    {
		background: url(../images/bullet.gif) center right no-repeat;
		color: white;
		}