body {
	margin: 20px;
	background: #B9C19F;
	text-align: center;
}

A:link    { font-family: arial; color: #333333; font-size: 10px; text-decoration: none;}
A:active  { font-family: arial; color: blue; font-size: 10px; text-decoration: none;}
A:visited { font-family: arial; color: #333333; font-size: 10px; text-decoration: none;}
A:hover		{ font-family: arial; color: blue; font-size: 10px; text-decoration: none;}

.info {
	background-color: white;
	color: black;
	font: 12px arial, sans-serif;
	text-align: left;
}

.info a:link, .info a:active, .info a:visited, .info a:hover {
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

.info td {
	background-color: #EEEEFF;
	color: black;
	font: 12px arial, sans-serif;
	padding: 5px 15px 5px 5px;
	border: 0;
	vertical-align: top;
}

.button {
	position: absolute;
	width: 64px;
	height: 64px;
	background: white;
	cursor: pointer;
	text-align: right;
	z-index: 2;
}

.buttontext {
	position: absolute;
	margin-left: 0px;
	margin-top: 22px;
	width: 64px;
	color: #222222;
	background: white;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	overflow: hidden;
	cursor: pointer;
	z-index: 3;
}

.navbar {
	position: absolute;
	margin-left: 10px;
	margin-top: 4px;
	color: #333333;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
	
.menu_shadow {
	position: absolute;
	width: 380px;
	height: 35px;
	margin-left: 362px;
	margin-top: 425px;
	background: #848C82;
}

.menu {
	position: absolute;
	width: 380px;
	height: 35px;
	margin-left: 360px;
	margin-top: 422px;
	padding: 3px 15px 3px 15px;
	background: white;
	color: #333333;
	font-family: arial;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

.topbar {
	position: absolute;
	margin-top: 22px;
	margin-left: 192px;
	width: 131px;
	height: 4px;
}

.topbar2 {
	position: absolute;
	margin-top: 22px;
	width: 328px;
	height: 4px;
}

.logo {
	position: absolute;
	margin-left: 548px;
	margin-top: 10px;
	width: 189px;
	height: 42px;
}

.pagetitle {
	position: absolute;
	margin-left: 100px;
	margin-top: 320px;
	width: 580px;
	height: 50px;
	font-family: times new roman;
	font-size: 22px;
	font-weight: bold;
	color: blue;
	text-align: center;
}

.dropshadow_right {
	position: absolute;
	margin-left: 750px;
	margin-top: -3px;
	width: 10px;
	height: 482px;
}

.dropshadow_bottom {
	position: absolute;
	margin-left: 0px;
	margin-top: 470px;
	width: 750px;
	height: 10px;
}

#footer {
	position: absolute;
	margin-left: 0px;
	margin-top: 490px;
	width: 750px;
	color: #555555;
	font: 10px Arial, Sans-Serif;
	text-align: right;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover{
	color: #555555;
	text-decoration: underline;
}