html, body {
	margin: 1px;
	padding :0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
table{
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
#navigation  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	position: relative;
	margin-top: 15px;
	width: 190px;
	left: 12px;
	background-color: none;
}
#navigation ul {
	list-style: none;
	width: 190px;
	right: 100px;
	margin: 0px;
	padding: 0px;
	
}
#navigation li a {
	position: relative;
	
	display: block;
	width: 100%;
	text-decoration: none;
	margin:0px;
	padding: .50em 0px 0px 20px;
	height: 27px;
	color: #3c3c3c;
	text-decoration: none;
	list-style: none;
	color: #3c3c3c;
	background-image: url(images/static_nav.gif);
}
#navigation a:link, a:visited {
	width: 100%;
	height: 27px;
	color: #3c3c3c;
	text-decoration: none;
	text-decoration: none;
	background-image: url(images/static_nav.gif);
	background-repeat: no-repeat;
}
#navigation a:hover, a:active{
	background-image: url(images/roll_nav.gif);
	background-repeat: no-repeat;
}
#nav_background {
	background-image:url(images/rays_01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px;
	padding: 0px;
}
#whiteBG{
	background-color: #ffffff;
}
a:link, a:visited{
	text-decoration: underline;
	color: #00A251;
	background-image: none;
}
a:hover, a:active{
	text-decoration: none;
	color: #026031;
	background-image: none;
}
.styleHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #008080;
	font-weight: bold;
	font-size: 18px;
}