/* CSS Document */

body {
	background-color: #e1e1e1;
	background-image: url(graphics/gold_star_bg.jpg);
	background-repeat: no-repeat;	
	background-attachment:fixed;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:1350px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	position:relative;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainHeader {
	position:absolute;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	left:9px;
	top:-14px;
	width:790px;
	height:181px;
	z-index:1;
}


#nav {
	position:absolute;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	left:10px;
	top:215px;
	width:780px;
	height:42px;
	z-index:5;
	background-image: url(graphics/nav_bg2.jpg);
}

#nav a:link {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#nav a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#nav a:hover {
	color: #8c6202;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style6 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#footerText {
	position:absolute;
	width:780px;
	height:31px;
	z-index:7;
}	
#footerText a:link {
	color: #009933;
	text-decoration: none;
}
#footerText a:visited {
	color: #009933;
	text-decoration: none;
}
#footerText a:hover {
	color: #009933;
	text-decoration: underline;
}
#mainPage {
	position:absolute;
	left:20px;
	top:283px;
	width:760px;
	height:386px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8c6202;
}

#mainPage a:link {
	color: #8c6202;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#mainPage a:visited {
	color: #8c6202;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#mainPage a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#subPage {
	position:absolute;
	left:20px;
	top:300px;
	width:760px;
	height:1021px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8c6202;
}

#subPage a:link {
	color: #8c6202;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#subPage a:visited {
	color: #8c6202;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#subPage a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#ticker {
	position:absolute;
	left:21px;
	top:258px;
	width:336px;
	height:24px;
	z-index:1;
}
#cover {
	position:absolute;
	left:252px;
	top:835px;
	width:255px;
	height:37px;
	z-index:1;
	background-color: #FEFFDB;
}
#pageTitle {
	position:absolute;
	left:20px;
	top:265px;
	width:323px;
	height:30px;
	z-index:1;
}
#ani {
	position:absolute;
	left:670px;
	top:1293px;
	width:115px;
	height:103px;
	z-index:1;
}
.style7 {color: #FF0000}
#pageTitle {
	position:absolute;
	left:20px;
	top:265px;
	width:323px;
	height:30px;
	z-index:1;
	}
#ani {
	position:absolute;
	left:670px;
	top:1293px;
	width:115px;
	height:103px;
	z-index:1;
}

