body {
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #000000;
	background-color:#FFFFFF;
	
	}
.oneColFixCtr #container {
	width: 790px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 830px;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	padding-left: 1em;
	padding-right: 1em;
	background-image:url(images/container-bkgrnd.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	
}
.oneColFixCtr #header {
	width: 780px;
	height: 223px
	
}

.oneColFixCtr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	font-size: large;
	color: #F90;
}
h2 {
	font-size: 120%;
	color: #F90;
}
h3 {
	font-size: small;
	color: #F90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#apDiv1 {
	position:absolute;
	left:147px;
	top:36px;
	width:738px;
	height:120px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:148px;
	top:166px;
	width:0px;
	height:16px;
	z-index:1;
}
#apDiv3 {
	position: absolute;
	top:267px;
	left: 21px;
	width:206px;
	height:58px;
	z-index:1;
}
#apDiv4 {
	position:absolute;
	top:513px;
	left: 595px;
	width:204px;
	height:183px;
	z-index:2;
}
#apDiv5 {
	position: absolute;
	top:262px;
	left: 593px;
	width:205px;
	height:217px;
	z-index:3;
	text-align:left;
	padding: .5em;
	background-image: url(images/txt_box3.jpg);
	background-repeat:no-repeat;
}
#apDiv6 {
	position:absolute;
	left:240px;
	top:220px;
	width:300px;
	height:482px;
	z-index:4;
	text-align:left;
	padding: 1em;
}
#apDiv7 {
	position:absolute;
	width:200px;
	height:271px;
	left:22px;
	top:356px;
	background-image:url(images/txt_box4.jpg);
	background-repeat:no-repeat;
	z-index:5;
	padding: 1em;
	text-align: left;
	font-size: 90%;
}

#apDiv8 {
	position:absolute;
	left:570px;
	top:236px;	
	width:199px;
	height:216px;
	padding: 1em;
	background-image:url(images/txt_box5.jpg);
	background-repeat:no-repeat;
	text-align:left;
	z-index:6;
	font-size: 110%;
	line-height: 1.5em;
	color: #060;
}
.largetype {
	font-size: 100%;
	font-weight: bold;
	color: #F90;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #00F;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.smalltype {
	font-size: 90%;
}
.bullettext {
	font-size: 90%;
}
