@charset "UTF-8";
/* CSS Document */

#navigation {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	left: 55px;
	top: 128px;
}
#body {
	position:absolute;
	width:400px;
	z-index:5;
	left: 275px;
	top: 128px;
}
#infobox {
	position:absolute;
	width:190px;
	z-index:4;
	left: 55px;
	top: 400px;
	color:#B9AEA3; 
}
#navbox {
	position:absolute;
	z-index:2;
	right: 50px;
	bottom: 58px;
	padding: 2px;
	background:url(nav-numbers-bkgrd3.png);
}
#apDiv2 {
	position:absolute;
	z-index:1;
	top: 10px;
	left: 55px;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
}
#apDiv3 {
	position:absolute;
	width:100%;
	height:100%;
	z-index:-1;
	left: 0px;
	top: 0px;
	overflow: hidden;
	float: left;
	clear: both;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996633;
}
body {
	background-color: #FFFFFF;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0033;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0033;
}
a:hover {
	text-decoration: none;
	color: #FF944D;
}
a:active {
	text-decoration: none;
	color: #FF0033;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 8px;
	color: #996633;
	text-transform: uppercase;
	letter-spacing: 1pt;
	vertical-align: baseline;
	margin-bottom: 4px;
	font-weight: lighter;
	margin-top: 7px;
}
#navigation p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#navigation a {
	color: #B9AEA3;
}
#navigation .headinglink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #996633;
	text-decoration: none;
	letter-spacing: 1pt;
}

#navbox a {
	color: #FF0033;
}
#infobox h1{
	font-size: 12px;
	font-weight: 100;
	margin: 2px;
	color: #B9AEA3;
}
#infobox h2{
	font-size: 14px;
	font-weight:bolder;
	margin: 1px;
	color: #B9AEA3;	
}
#infobox p{
	color: #B9AEA3;
}
#infobox a{
	color: #996633;
}
#infobox a:hover {
	color: #FF0033;
}
