/* CSS Document */

body {
	background:#EDE8E2;
	margin:20px 0 0 0;
}

p, td {
	font-family:Arial, Tahoma;
	color:#333333;
	font-size:14px;
	letter-spacing:0.8px;
}

h1 {
	font-size:40px;
	color:#009193;
	text-shadow:Black 1px 1px 1px;
	padding:0 10px;
}
.green ul {
	margin:0;
	padding:0;
	list-style:none;
}
.green li {
	width:150px;
	float:left;
	margin:0 1px 0 0;
}
.green a {
	display:block;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	background:#A3C159;
	line-height:32px;
}
.green a:hover {
	background:#1BA6B2;
}
#menucol {
	padding:10px 0 0 0;
	width:205px;
	vertical-align:top;
}
#menulist ul {
	margin:1px 0;
	padding:0;
	list-style:none;
}
#menulist li{
	background:#009193;
}
#menulist li a{
	display:block;
	padding:0 0 0 3px;
	text-decoration:none;
	line-height:30px;
	font-weight:bold;
	color:#FFFFFF;
}
#menulist li a:hover{
	background:#A3C159;
}

#footer {
	margin:0 auto;
	background:#E9F7F6;
	font-size:10px;
}
#footer td {
	height:40px;
	text-align:center;
	width:25%;
}
#footer a {
	font-size:11px;
	text-decoration:none;
}
