body {
	margin: 0px;
	background-color: #e9e9e9;
	font-size: 100%;
	font-family: "Trebuchet MS", Verdana, Arial;
	background-image: url(../images/graphics/page_bkgrd.jpg);
}
#header {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
	visibility: visible;
}
#banner {
	height: 120px;
	background: #95AC92 url(../images/graphics/home_banner2y.jpg) no-repeat left;
}
#nav {
	margin: 0px;
	left: 0px;
	top: 110px;
	position: absolute;
	width: 100%;
	z-index: 1;
	visibility: visible;
	background: #666666 url(../images/graphics/navbkgrd1a.jpg) repeat-x;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav ul li a {
	color: #666666;
	text-decoration: none;
	font-size: 67%;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	margin: 0px;
	padding: 0px 20px;
}
#nav ul li a:hover {
	color: #990000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-right: 19px;
	padding-left: 19px;
}
.clearit {
	display: block;
	clear: both;
}

#content {
	z-index: 4;
	font-size: 100%;
	visibility: visible;
	text-align: center;
	width: 100%;
	padding-top: 35px;
}
#content p {
	font-size: 70%;
	margin: 0px;
	padding: 0px;
}
#content a {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
#content a:hover {
	text-decoration: underline;
}

h2 {
	letter-spacing: 5px;
	font-size: 110%;
	color: #000000;
	margin-top: 20px;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	letter-spacing: 8px;
	margin: 0px;
}
h5 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 70%;
	color: #666666;
}

#footer {
	padding: 0px;
	text-align: center;
	visibility: visible;
	width: 100%;
	margin-top: 50px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer ul li a {
	padding: 10px;
	font-size: 65%;
	color: #000000;
	text-decoration: none;
}
#footer ul li a:hover {
	font-size: 70%;
	font-weight: bold;
	color: #990000;
}
#copyright {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #333333;
	z-index: 7;
	visibility: visible;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}
#leftcol {
	position: absolute;
	left: 50px;
	top: 230px;
}
#rightcol {
	position: absolute;
	left: 730px;
	top: 250px;
}
#javacom {
	text-align: center;
	position: absolute;
	top: 255px;
	width: 130px;
	left: 20px;
}
#javacom p {
	font-size: 65%;
	color: #666666;
	text-decoration: none;
}
#javacom a {
	color: #990000;
	text-decoration: none;
}
#note {
	font-size: 70%;
	color: #666666;
	text-align: center;
}
h4 {
	color: #999999;
}
