
body 	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	}

#topbar {
	border: solid;
	border-color: #005500;
	position: absolute;
	left: 50px;
	top: 20px;
	width: 750px;
	height: 65px;
	background-color: transparent;
	background-image: url('images/topbar.jpg');
	background-repeat: no-repeat;
	background-position: right;
	}

#topbar a, a:hover, a:visited {
	text-decoration: none;
	color: black;
	font-size: 24pt;
	}
	
#menubar {
	position: absolute;
	left: 50px;
	top: 85px;
	width: 155px;
	height: 115px;
	}


#submenu {
	position: absolute;
	left: 5px;
	top: 10px;
	width: 155px;
	background-color: #ffffff;
	z-index: 20;
	}

#submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}


#submenu li {
	width: 148px;
	margin: 5px;
	border-color: #005500;
	border: solid;
	border-width: 1px;
	padding: 5px 0;
	background-color: #009966;
	text-align: center;
	}

#submenu li.sublink {
	display: block;
	position: relative;
	left: 5px;
	font-size: 10pt;
	width: 138px;
	color: #000000;
	background-color: #66cc99;
	text-decoration: none;
	}

#submenu a, #submenu :visited {
	display: block;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	}

#submenu a:hover {
	display: block;
	text-decoration: none;
	background-color: #CC9933;
	}

#content {
	font-size: 12pt;
	border: double;
	position: absolute;
	left: 225px;
	top: 100px;
	width: 575px;
	min-height: 400px;
	background-color: #FFFF99;
	z-index: 1;
	}

#content a {
	font-size: 10pt;
	color: #006699;
	}

#content p {
	font-size: 11pt;
	line-height: 120%;
	font-family: sans-serif;
	}

#textblock {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 450px;
	height: 370px;
	overflow: auto;
	}

#textblock ul {
	list-style-type: circle;
	}

#eyecandy {
	border: groove;
	border-color: #005500;
	z-index: 5;
	position: absolute;
	left: 705px;
	top: 150px;
	width: 150px;
	height: 150px;
	background-color: #ffffff;
	}

#more {
	border: groove;
	border-color: #005500;
	position: absolute;
	left: 705px;
	top: 310px;
	width: 150px;
	background-color: #CC9933;
	font-size: 8pt;
	text-align: center;
	z-index: 20;
	}


#footer {
	border: none;
	position: absolute;
	top: 530px;
	left: 50px;
	width: 750px;
	height: 100px;
	background-color: transparent;
	font-size: 8pt;
	}

#footer a, a:visited {
	font-size: 8pt;
	color: black;
	text-decoration: underline;
	}

#footer a:hover {
	color: #009966;
	text-decoration: underline;
	}