html, body {
	font-family: "Verdana";
	font-size: 11px;
	background: #FFFFFF;
	color: #000000;
	padding: 0;
	margin: 0;
	height:100%;
}

p {
	padding: 0;
	margin: 0;
}

ul, li {

}

#container {
	position: absolute;
	width: 980px;
	top: 0;
	left: 50%;
	margin-left: -490px;
}

#top {
	position: absolute;
	width: 100%;
	height: 76px;
	left: 0;
	top: 0;
	background: #8BC63F;
}	

#logo {
	position: absolute;
	width: 320px;
	height: 74px;
	top: 5px;
	right: 9px;
}

#leftimage {
	position: absolute;
	width: 367px;
	height: 80px;
	top: 175px;
	left: 58px;
	background: url(/images/leftimage.jpg);
}

#rightimage {
	position: absolute;
	width: 231px;
	height: 231px;
	top: 98px;
	right: 9px;
	background: url(/images/rightimage.jpg);
}

#home {
	position: absolute;
	width: 78px;
	height: 22px;
	margin-top: 66px;
	left: 20px;
	background: url(/images/hometab2.jpg) no-repeat;
}

#contentcontainer {
	position: absolute;
	width: 100%;
	top: 300px;
	left: 0px;
	background: #8BC63F;
}

#content {
	padding: 10px;
}

#content a{
	color: #000000;
}

#menu {
	position: absolute;
	width: 100%;
	top: 345px;
	left: 0px;
}

.menu_ul {
	padding: 0;
	margin: 0;
	margin-top: 36px;
	margin-left: 36px;
	list-style-image: url(/images/bullet2.jpg);
}

.hometab {
	padding: 0;
	margin: 0;
	margin-top: -2px;
	margin-left: 5px;
}

.menuitem a{
	font-size: 12px;
	font-weight: bold;
	color: #8BC63F;
	text-decoration: none;
}


