@charset "utf-8";

#backgroundApDiv {
	position:absolute;
	z-index:1;
	top: 33px;
}

#navMenuApDiv {
	position:absolute;
	z-index:6;
	font-weight: bold;
	height: 255px;
	margin-left: -7px;
	line-height: 19px;
	font-size: 16px;
	font-family: Arial, sans-serif;
}
#headerApDiv {
	position:absolute;
	z-index:9;
}

#navMenuApDiv a {
	color: #FFFFFF;
	font-weight: bold;
}

#navMenuApDiv a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#apDivNewStarburst {
	position:absolute;
	width:194px;
	height:139px;
	z-index:1;
	top: 236px;
	left: 9px;
}

.divMenuItem {
	position: relative;
	display: inline;
	/*display: block;*/
	white-space: nowrap;
}
.divMenuItem ul {
	/* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}
.divMenuItem .divSubMenuItem {
	display: none;
	border: 2px outset #FFCCCC;
	padding: 2px 0px;
	position: absolute; /* position: static; */
	top: 0;
	left: 125px; /*left: 95%; *//* to position them to the right of their containing block */
	width: 290px; /* width: 215%; *//* width is based on the containing block */
	background-color: #aa4d00;
	padding-left: 5px;
}
.divMenuItem .divSubMenuItem li {
	padding: 2px 0px;
}
.divMenuItem:hover .divSubMenuItem {
	display: block;
}

#contentApDiv {
	position:absolute;
	width:800px;
	z-index:3;
	text-align:center;
	font-family:Arial, sans-serif;
	top: 321px;
	height: 257px;
}
#contentApDivSubpage {
	position:absolute;
	width:800px;
	z-index:3;
	text-align:center;
	font-family:Arial, sans-serif;
	top: 176px;
	height: 450px;
}

#pagingLinks {
	font-weight: bold;
}
#pagingLinks a {
	/* color: #2989cc; */
	text-decoration:none;
}
#pagingLinks a:visited {
	/* color: #cc3300; */
}
#pagingLinks a:hover {
	text-decoration:underline;
}

#hitCounter {
	bottom: 1px;
	position: absolute;
	right: 1px;
}

.contentTableCell {
	background-image: url(../images/homepage-content-bg-repeat.gif);
	background-repeat: repeat-x;
	background-color: #f4f9ef;
}

.contentTableCell li {
	padding-bottom: 5px;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	color: #fdb538;
	background-color: #000000;
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg-repeat.png);
	background-repeat: repeat-x;
	color: #333366;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

