@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#footer {
	font-size: 10px;
	line-height: 13px;
}
#lefttext {
	text-align: left;
}
.oneColElsCtr #container {
	width: 800px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px groove #333300;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	height: auto;
	overflow: scroll;
	padding: 40px;
}
a {
	color: #336600;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.block {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999900;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
}
a:hover {
	color: #FFFFFF;
	background-color: #336600;
}
a imge { border: none;}
.noblueline {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#hoverbox2 {
	height: 350px;
}
#homecontent {
	height: auto;
	overflow: auto;
	padding: 0px;
}
#test {
	width: 600px;
	padding-right: 40px;
	padding-left: 60px;
}
#hoverbox1 {
	height: 150px;
}
#hoverbox3 {
	height: 450px;
}
