@charset "utf-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	background-image: url(../layout/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav {
	background-image: url(../layout/topnav.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 960px;
}
#header h1 {
	position: absolute;
	top: -100px;
}
#maintop {
	background-image: url(../layout/top_main.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 960px;
}
#btmlink {
	background-image: url(../layout/btm_main.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 960px;
}
#footer {
	background-image: url(../layout/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 105px;
	width: 960px;
}
#maincontent {
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
}
#maincontent a {
	color: #0099FF;
	text-decoration: none;
}
#maincontent a:hover {
	color: #6633CC;
	text-decoration: none;
}
#copyright  a {
	color: #1F5461;
	text-decoration: none;
}
#copyright  a:hover {
	color: #336600;
	text-decoration: none;
}
.style1 {
	font-size: x-small;
}

#maincontent h1 {
	color: #006699;
}
#maincontent h2 {
	color: #999900;
}
