html	{
	background:url(/images/backgroundfader.jpg) #0000ff top center repeat-x; }

body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: normal;
	margin: 0 auto;
	background-color: #FFFFFF; 
	color: #000000; 
	text-decoration: none;
	width: 768px; }
	
#wrapper {
	width:100%;
	margin:0;
	padding:0;
	border:none;
	}	
	
#nav	{
	float:left;
	width:130px;
	margin:0;
	padding:0;
	border:none;
	}	
	
#main 	{
	float:right;
	width:630px;
	margin:0;
	padding:0;
	}	
	
#links	{
	line-height:1.5em;}	
	
#center {
	padding: 5px;
	background-color: #FFFFFF; }
	
#clear {
	clear: both; }

#news { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #0000FF; 
	text-align: justify; 
	font-weight: bold;	}
	
.news_heading { 
	font-size: 12px; 
	color: #0000FF; 
	text-align: center; 
	font-weight: bold;	}	
	
.news_item	{
	margin-top:11px;	
	text-align:left;
	color:#0000FF;
	}
	
#footer	{
	width:100%;
	font-size:10px;
	text-align:center;
	margin-left:0px;
	padding: 0px;
	background-color: #0000ff;
	color:#FFFFFF;  }
	
a.footer_link {
	text-align: center;
	text-decoration: underline;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold;
	background-color: #000080;
	border: none; }

#counter{
	line-height:1.75em;
	text-align: center;
	padding: 0px;
	background-color: #0000ff;
	color: #FFFFFF;  }
	
h1	{
	color: #0000ff;
	text-align:center;
	font-size:14px;
	font-weight:bold; }
	
#main_text	{
	font-size:12px;
	margin: 5px;}
	
#under_construction	{
	margin:10px;
	text-align:center;
	line-height:3em;
	border:#666666 thin solid;
	}	
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 130px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(/styles/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 120px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
	background-image:url(/styles/glossyback2.gif)
}

	