body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0;
	padding: 0;
	background: #fff url(images/body_bg.gif) repeat-y;
	}

a:link	{color: #387C2C;}
a:visited {color: #387C2C;}	
		
	
td 	{font-size: 11px;}	

#wrapper { 
	width: 929px;
	}

#top { 
	background: url(images/top_bg.gif) repeat-x;
	height: 116px;
	}

#topContent {
	margin-left: 75px;
	}	
	
#bgBulb {
	float: left; 
	width:126px;
	}
	
#container {
	width:784px;
	float: left;
	}

#content {
	margin: 50px 0 20px 105px;
	width: 650px;	
	}
	
#menu ul {	
    padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: White;
	float: left;
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 25px;
	}

#menu ul li { display: inline; height: 27px;}
	
#menu ul li a {
	padding:0px 20px;
	color: #fff;
	background: #ee9c00;
	text-decoration: none;
	float: left;
	height: 27px;
	}

#menu ul li a.active {	
	background-color: #e97117;
	}	
	
#menu ul li a:hover {
	color: #fff;
	background: #e97117;
	}

h2 {
	font-size: 18px;
	margin: 0 0 5px 0px;
	color: #6db33f;
	font-family: georgia, times, serif;
	font-style: italic;
	font-weight: bold;
	}	
	
h1 {
	font-size: 14px;
	margin: 10px 0px;
	color: #387C2C;
	}		
	
ul {line-height: 15px;}

#footer {
	border-top:1px solid #CCCCCC;
	color:#CCCCCC;
	font-family:courier new,courier;
	font-size:12px;
	margin: 20px 0 0 105px;
	text-align:center;
	width:645px;
	}
	
.colLeft {
	width: 270px;
	float: left;
	}
	
.floatLeft { float: left;}		

.clearfix:after {  content: ".";  display: block; clear: both; visibility: hidden;  line-height: 0;  height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix {  display: block; }
* html .clearfix {  height: 1%; }