body {
	background-color: #CCCCCC;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

html {overflow-y: scroll;}

#bodyblock {
	padding: 0 3px 0 3px;
	margin: auto;
	font: 1.5em arial, verdana, sans-serif;
	width: 800px;
	height: 100%;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006600;
	border-left-color: #006600;

}

#Front-nav {
	width: 800px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	}
	
	
h1 { 	font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt; 
		font-weight: bold;}
		
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
		}

a:link {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:hover {
	text-decoration: none;
	color: #005100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:active {
	text-decoration: none;
	color: #005100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}#content {
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003300;
	border-left-color: #003300;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	margin-top: 0px;
}

/* Menu */

#menu {
	width: 800px;
	height: 41px;
	background: #2E2E2E url(images/img3.gif);
	border: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#header {
	height: 140px;
	top: auto;
}

#homepagecontent {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 12px;
}

#homepagecontent1 {
	font-size: 12px;
}

#homepagecontent2 {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 12px;
	background-image: url(images/newbg.jpg);
}

#scrollboxdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	background-color: #E3FFAA;
}

#footer {
	background-color: #FFFFFF;
	background-image: url(images/foot.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 80px;
	font-weight: normal;
}

