

body { 
	margin: 0; 
	padding: 0;  
	background: #202020 url(images/.jpg) repeat-x;
	font: normal .5em Tahoma, Verdana, Arial, Helvetica, Sans-Serif;  
	color: #333; 

scrollbar-3dlight-color:#000000;
           scrollbar-arrow-color:#FFFFFF;
           scrollbar-base-color:#000099;
           scrollbar-track-color:#666666;
           scrollbar-darkshadow-color:#000000;
           scrollbar-face-color:#000099;
           scrollbar-highlight-color:#000000;
           scrollbar-shadow-color:#000000}


/* LINKS AND HEADINGS STYLING */


.headlines, .sublines, .titlewhite, infotext,  newslinks, infowhite{font-face:Arial, Helvetica, sans-serif;}
.headlines {font-size:14pt; color:black; font-weight:bold;}
.sublines {font-size:11pt; color:white; font-weight:bold;}
.titlewhite {font-size:10pt; color:white; font-weight:bold;}
.bottom {font-size:7pt; color:black; font-weight:bold;}
.infoyellow {font-size:10pt; color:yellow; font-weight:bold;}
.newslinks {font-size:8pt; color:#333333; font-weight:bold;}
.infowhite {font-size:8pt; color:white; font-weight:bold;}

    a:link        {color: #66cc00;      text-decoration: none}
    a:visited     {color: #cccccc;      text-decoration: none}
    a:active      {color: #00ff00;      text-decoration: none}
    a:hover       {color: #66cc00;      text-decoration: underline}


/* CONTENT WRAPPER */

#main { 
	width: 960px; 
	margin: 0 auto 0 auto; 
}


/* TOP AD */

#topframe { 
		float: left; 
		padding: 0 0 0 0;
		width: 960px;
		margin: 10px 0 0px 0;
	}

/* TOP MENU */

#topframe2 { 
		float: left; 
		padding: 0 0 0 0;
		width: 960px; 
		margin: 10px 0 0 0;
	}

/* TITLE SEARCH */

#topframe3 { 
		float: left; 
		padding: 0 0 0 0;
		width: 960px; 
		margin: 0 0 0 0;
	}

	
/* MENU TOP */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 960px;
border-width: 1px 0;
background: black url(blockdefault.gif) center center repeat-x;
list-style: none;
}


/* LEFT SIDE */

#page {
	float: left;
	width: 960px;
	margin: 0 0 0 0px;
	background: #000000;
}

	.leftcol { 
		float: left; 
		padding: 0px 0px;
		width: 800px; 
	        background: #000000;
		color: #fff;
		margin: 4px 0px 4px 0;
	}


	.rightad { 
		float: left; 
		padding: 0px 0px;
		width: 160px;
	        background: #000000;
		color: #fff;
		margin: 4px 0px 4px 0;
		}


/* FOOTER */

#footer { clear: both; padding: 5px; 

	        background: #000000;
}




