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

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: a7a377;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #330000;
	position: relative;
	background-color: #a7a377;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: a7a377;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtrHdr #header {
	background: a7a377;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: a7a377;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #330000;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:a7a377;
	position: relative;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#apDiv1 {
	position:absolute;
	width:200px;
	height:216px;
	z-index:1;
	left: 98px;
	top: 101px;
}
#apDiv2 {
	position:absolute;
	width:432px;
	height:62px;
	z-index:2;
	left: 248px;
	top: 629px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFCC;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
}
a:link {
	color: #FFFFCC;
}
a:visited {
	color: #FFFFCC;
}
a:hover {
	color: #993300;
}
a:active {
	color: #FFFFCC;
}
#apDiv3 {
	position:absolute;
	width:192px;
	height:165px;
	z-index:3;
	left: 71px;
	top: 119px;
}
body,td,th {
	color: #330000;
}
#apDiv4 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:4;
	left: 84px;
	top: 245px;
}
#apDiv5 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:4;
	left: 472px;
	top: 155px;
}
#apDiv6 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 223px;
	top: 15px;
}

.style1 {font-size: 12px}
#apDiv8 {
	position:absolute;
	width:198px;
	height:235px;
	z-index:5;
	left: 512px;
	top: 15px;
}
.style2 {font-size: 100px}
.style3 {font-size: 100pt}
.h1 {font-size: 14px}
#apDiv9 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:6;
}
#apDiv10 {
	position:absolute;
	width:440px;
	height:71px;
	z-index:1;
	left: 214px;
	top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	line-height: 20px;
}
.style5 {
	font-size: 14px;
}
.style6 {font-size: 10pt; }
.style7 {
	color: #990000;
	font-weight: bold;
}
#apDiv7 {
	position:absolute;
	width:430px;
	height:63px;
	z-index:4;
	left: 202px;
	top: 628px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	line-height: 20px;
}
.style8 {color: #990000}
.style9 {font-size: 11pt; }
