@import url("menuTabs.css");

/*This this some of old style which website is still using*/
@import url("style2008.css");

body
{
	padding: 0;
	margin: 10px 0 0 10px;
	color: black;
	background-color: black;
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a
{
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited
{
	color: #FF0000;
}
a:focus, a:hover, a:active
{
	color: #0000FF;
}
a img
{
	border: none;
}
#wrapper
{
	width: 985px;
	position: relative;
}
#header_new
{
	width: 985px;
	height: 71px;
}
#topmenu
{
	width: 985px;
	height: 50px;
}
#topmenu img
{
	float: right;
	margin: 0;
}
#contentwrapper
{
	margin: 4px 0 0 0;
	position: relative;
	width: 986px;
	border-left: 1px solid #414b56;
	border-right: 1px solid #414b56;
	border-bottom: 1px solid #414b56;
	background: white url(../images/images2009/right_block_tile.gif) repeat-y top right;
	min-height: 400px;
}
#ContentPane
{
	width: 575px;
	margin: 0px 185px 15px 225px;
	padding-top: 25px;
	position: relative; /* 	left: 200px; 	*/
}
#LeftPane
{
	position: absolute;
	top: 10px;
	left: 0;
	width: 210px;
}
#LeftPane img
{
	display: block;
}
#RightPane
{
	position: absolute;
	top: 0;
	right: 0;
	width: 166px;
}
#footer
{
	font-size: 0.85em;
	text-align: center;
	margin: 10px;
	color: white;
}
#footer p
{
	color: #ddd;
	margin: 0 0 7px 0;
}
#footer p.address
{
	font-size: 0.65em;
}

#footer p.address a
{
	font-size: 1em;
}

#footer p.footnav
{
	font-size: 0.85em;
	
	}
	
	#footer p.footnav a
{
	font-size: 1.1em;
	
	}
#footer a
{
	font-weight: normal;
}
#footer a:link, #footer a:visited
{
	color: #ddd;
}
#footer a:focus, #footer a:hover, #footer a:active
{
	color: #00ab39;
}
h1
{
	font-size: 1.3em;
	color: #00ab39;
}
h1.first
{
	margin-top: 0;
}
h2
{
	font-size: 1.05em;
}
p
{
	font-size: 0.8em;
	line-height: 1.4;
}
ul
{
	font-size: 0.8em;
	line-height: 1.4;
	margin-left: 15px;
	padding-left: 0;
}
li
{
	padding-left: 10px;
}
.previewimgs
{
	float: left;
	margin: 0 5px 10px 0;
}
.clear
{
	clear: both;
	height: 0;
}



.float_left_home
{
	width: 210px;
	float: left;
	margin-right:10px;

}

.float_right_home
{
	width: 550px;
	float: right;
	
}
.float_left_home p
{
	font-size: 0.8em;
	line-height: 1.4;
}

.float_right_home p
{
	font-size: 0.8em;
	line-height: 1.4;
}


.rotatingcontent
{
	position:relative;
	border:solid 1px #000;
	background-color:#FCC190;
	width: 440px;
	margin:0 50px 200px 0px;
	padding:10px 10px 10 20px;
	list-style: none;
	list-style-type:none;
	}
	
	.clean
	{
		clear:both;
		}