body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande, 'Lucida Sans', Geneva, Arial, sans-serif;
	line-height: 130%;
	}

a	{
	color:#568E37;
	}

#lefttabs {
    float:left;
    width:300px;
}
    
#righttabs {
	float: right;
	width: 150px;
	}

#leftcolumn {
    float:left;
    width:50%;
}

#rightcolumn {
    float:right;
    width:50%;
    background: white;
}

.footer {
	font-size: smaller;
	background-color: #568E37;
	padding-left: 5px;
	color: #8ed29d;
	}

h1,h2 {
	font-weight: bold;
	letter-spacing: -1px;
	color: #568E37;
}

.news {
	background-color: #e5e5e5;
	padding: 10px;
	font-size: large;
	}
