body { color: #595959; font-family: Arial, Helvetica, Geneva, sans-serif; background-image: url("images/bkg.gif"); background-repeat: no-repeat; background-attachment: fixed }
a { color: #595959; font-size: 12px; font-weight: 400; line-height: 14px; text-decoration: underline }
a:hover { color: #1a1a1a; text-decoration: underline }
h1 { color: #595959; font-size: 16px; line-height: 18px; padding-left: 8px }
h2 { color: #595959; font-size: 14px; line-height: 14px }
li { list-style-type: square }
.nav { color: #595959; font-size: 12px; font-weight: 700; line-height: 18px; text-decoration: none; text-indent: 10px }
.nav:hover { color: #1a1a1a; text-decoration: none }
.tour { color: #595959; font-size: 12px; font-weight: 700; line-height: 12px; text-decoration: none }
.tour:hover { color: #1a1a1a; text-decoration: none }
.text { color: #595959; font-size: 12px; line-height: 14px; padding-left: 8px }
.copyright { color: #878787; font-size: 10px; line-height: 10px }

#apbkg {
	background-image: url("images/ap_bkg.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: absolute;
	z-index: 0;
	width: 60px;
	height: 844px;
	left: 1px;
	top: 26px;
}
#logo {
	background-image: url("images/logo.gif");
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 31px;
	left: 0px;
	width: 200px;
	height: 115px;
	overflow: auto;
}
#topnav {
	position: absolute;
	z-index: 2;
	top: 17px;
	left: 134px;
	width: 616px
}
#topnav a { color: #a8a8a8; font-size: 11px; font-weight: 700; line-height: 11px; text-decoration: none }
#topnav a:hover { color: #595959; text-decoration: none }
#leftnav {
	position: absolute;
	z-index: 3;
	top: 190px;
	left: 45px;
	width: 125px;
	height: 616px;
}
#content {
	position: absolute;
	z-index: 4;
	top: 145px;
	left: 207px;
	width: 530px;
	height: 657px;
}

