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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.5px;
	overflow-x:hidden;
	scrolling-y: no;
}
a:link {
	text-decoration: none;
	font-style: italic;
	color: #336633;
	letter-spacing: 1px;
}
a:visited {
	text-decoration: none;
	font-style: normal;
	color: #006633;
}
a:hover {
	text-decoration: underline;
	font-style: italic;
	color: #663300;
}
a:active {
	text-decoration: none;
	font-style: italic;
	color: #990000;
}

h1 {
	text-transform: uppercase;
	font-size: 16px;
	color: #5B7761;
	font-family: Arial, Helvetica, sans-serif;
}
table  h1 {
	font-size: 12px;
	margin-top: -2px;
	margin-bottom: -2px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: -15px;
	color: #006666;
	font-style: italic;
}
table h2 {
	padding: 0px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
h3 {
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 1px;
}
h3 a {
	color: #FFFFFF;
	line-height: normal;
}
h3 a:link {
	color: #FFFFFF;
	line-height: normal;
}
h3 a:visited {
	color: #FFFFFF;
	line-height: normal;
}
h3 a:hover {
	color: #FFFFFF;
	line-height: normal;
}
h3 a:active {
	color: #FFFFFF;
	line-height: normal;
}
table h3 {
	margin-top: -2px;
	margin-bottom: -2px;
}

h4 {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8FAA93;
	letter-spacing: 1px;
	margin-bottom: -1px;
	margin-top: -15px;
}
hr {
	border: 2px solid #CBE1CE;
}
ul li {
	list-style-image: url(../images/bullet.gif);
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 0px;
}
ul li ul li {
	list-style-image: url(../images/bulletNext.gif);
}
ul li ul li ul li {
	list-style-image: url(../images/bulletSlant.gif);
}

#all {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
}

#header {
	clear: both;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
#headerPix {
	position: absolute;
	top: 0px;
	right: 40px;
}
#logo {
	position: absolute;
	left: 160px;
	top: 15px;
}
#navBar {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	height: 100px;
	width: 1024px;
}

#main {
	position: relative;
	top: 30px;
	left: 80px;
	width: 570px;
	clear: left;
	float: left;
	overflow: auto;
	height: 600px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#mainIndex {
	position: relative;
	top: 30px;
	left: 80px;
	width: 570px;
	clear: left;
	float: left;
	margin-bottom: 50px;
}
#questBox {
	background-color: #CBE1CE;
	font-size: 12px;
	position: absolute;
	width: 300px;
	clear: right;
	float: left;
	top: 270px;
	left: 700px;
	z-index: 2;
}

#links {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
}
#sideinfo {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer {
	top: 0px;
	left: 0px;
	clear: both;
	float: left;
	position: relative;
}
#footer   h3  {
	margin-top: 10px;
	margin-bottom: -10px;
}
#footer  h4   {
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-indent: 100px;
}
.footerHeader {
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 100px;
	margin-left: 70px;
}
.questHeader {
	text-align: right;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 1px;
	padding-bottom: 1px;
	right: 0px;
	text-indent: 80px;
}



.pad40 {
	padding-left: 60px;
	padding-right: 75px;
}
.pad10 {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.green {
	color: #597A66;
}
.bigSize {
	font-size: large;
}
.smallSize {
	font-size: x-small;
}
.REDattention {
	color: #CC3300;
}

#links a {
	text-decoration: none;
	color: #666666;
	letter-spacing: 1px;
	font-size: 16px;
	font-style: normal;
}
#links a:link {
	text-decoration: none;
	color: #666666;
	letter-spacing: 1px;
	font-size: 16px;
	font-style: normal;
}
#links a:visited {
	text-decoration: none;
	font-style: normal;
}
#links a:hover {
	text-decoration: underline;
	color: #336633;
}
#links a:active {
	text-decoration: none;
	color: #CBE1CE;
}

