div.page {
	background-color:#eee;
	margin-left:auto;
	margin-right:auto;
	min-width:12em;
	width:780px;
	border: solid #ccc;
	border-width: 2px;
	border-radius: 100px;
}

div.navmenu {
	background-color: #444; 
	width: 780px;
	height: 135px;
	border: solid #ddd;
	//border-top: 2px solid #eee;
	//border-right: 4px solid #eee;
	//border-width: 4px;
	//border-radius: 50px;
	}

div.navmenu ul {
	background:transparent;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}
	
div.navmenu li {
	display: inline;
	border: 1px solid #aaa;
	border-radius: 15px;
	}	
	
div.navmenu img {
	background: none;
	margin: none;
	border: none;
	}
	
div.navmenu a {
	color: #8dcb41;
	font-family: 'optima', 'helvetica', 'arial', 'Sans-serif';
	font-style: bold;
	font-size: 12px;
	text-decoration: none;
	padding: none;
	background-color: transparent;
	border: none;
	}
	
div.navmenu	a:link, a:visited {
	background-colour: transparent;
	border: none;
	}

div.navmenu a:focus, a:hover {
	background: #8dcb41;
	border: none;
	color: black;
	}
	
div.body {
	border: solid 2px #666;
	}	
	
hr {
	margin: 17px 0 18px;
	height: 0;
	clear: both;
	border: solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	border-width: 1px 0 0;
	}
	
h1, h2 {
	font-family: 'optima', 'helvetica', 'arial', 'Sans-serif';
	font-style: bold;
	font-size: 18pt;
	margin-top: 15px;
	text-indent: 10px;
	text-shadow: 0 1px 1px #fff;
}

h2 {
	font-size: 14pt;
}

img {
	margin-right: 10px;
	margin-bottom: 10px;
}

p {
	font-family: 'garamond', 'times', 'serif';
	font-style: roman;
	font-size: 12pt;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	width: 750px
}

.floatlink {
	float: right
	clear: left
}

li {
	font-family: 'optima', 'helvetica', 'arial', 'Sans-serif';
	font-color: FFFFFF;
	font-size: 12pt;
	font-weight: 800;
	list-style-type: none;
	margin-top: 6px;
	margin-left: 10px;
	bargin-right: 6px;
	margin-bottom: 4px;
	padding: 10px;
	background: #8dcb41;
}
	
ul.navmenu {
	border: medium none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 10px;
	width: 100%;
}
ul li {
	font-family: 'optima', 'helvetica', 'arial', 'Sans-serif';
	font-size: 12pt;
	font-weight: 500;
	list-style-type: square;
	margin-top: 4px;
	margin-left: 6px;
	bargin-right: 6px;
	margin-bottom: 2px;
	/* padding: 10px;*/
	background: #d4e7b2;
}

ul ul li {
	font-family: 'garamond', 'times', 'serif';
	font-size: 12pt;
	list-style-type: none;
	font-style: roman;
	margin-top: 0px;
}

a {
	color: #8dcb41;
	font-family: 'optima', 'helvetica', 'arial', 'Sans-serif';
	font-style: bold;
	font-size: 10px;
	text-decoration: none;
	padding: 0px;
	}
a.none {
	color: #8dcb41;
	font-family: 'optima', 'helvetica', 'arial', 'Sans-serif';
	font-style: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 3px;
	}
	
	
a:link, a:visited {
	background: #eaf3da;
	border: 2px outset #eaf3da;
}

a:focus, a:hover {
	background: #8dcb41;
	border: 2px outset #eaf3da;
	color: black;
}

#li.bu {
	background: #eaf3da;
}

li.menu {
	background: #fff
div.footer {
	position: fixed;
	valign: bottom;
	align: center;
	background: #8dcb41;
	width: 780px;
}	
p.footer {	
	font-family: 'optima', 'helvetica', 'sans-serif';
	font-style: bold;
	font-color: ffffff;
	font-size: 10pt;