#apDiv2 {
	position:absolute;
	width:100%;
	height:20px;
	z-index:3;
	top: 0px;
	background-color: #866922;
	padding-left: 0.47in;
	left: 199px;
	visibility: visible;
} 
body  {
	font: 100% Calibri, Tahoma, Arial;
	background: url(../Images/map.gif) repeat-y;
	background-color: #FFD583;
	margin: 0;
	text-align: left;
	padding-left: 200px;
	list-style-type: circle;
}
a:link {
	color: #B46209;
	text-decoration: none;
}
a:visited {
	color: #B46209;
	text-decoration: none;
}
.mainbody {
	color: #866922;
	font-family: Calibri, Tahoma, Arial;
	font-size: 13px;
	text-align: left;
	background-color: #FFD583;
}
.mainbody a:hover,
.mainbody a:active,
.mainbody a:focus {
	color: #669999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: B46209;
}
.bodytext {
	color: #866922;
	font-family: Calibri, Tahoma, Arial;
	font-size: 11px;
	text-align: left;
	background-color: #FFD583;
}
.style5light {
	color: #Fceac5;
	font-family: Calibri, Tahoma, Arial;
	font-size: 11px;
	text-align: center;
}
.twoColFixLtHdr #side {
	width: 175px;
	margin: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:100%;
	z-index:3;
	left: -202px;
	top: -3px;
	border: 0;
	background-image: url(Images/map.gif);
	background-repeat: repeat-y;
	visibility: visible;
}
#apDiv3 {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	background-color: #FFD583;
	left: 199px;
	top: 20px;
	overflow: visible;
}
.mainbodyheader {
	color: #866922;
	font-family: Calibri, Tahoma, Arial;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.footer {
	color: #866922;
	font-family: Calibri, Tahoma, Arial;
	font-size: 12px;
	text-align: center;
	background-color: #FFD583;
}
.bodytextleft {
	color: #866922;
	font-family: Calibri, Tahoma, Arial;
	font-size: 11px;
	text-align: left;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 20px;
}
.twoColFixLtHdr #container {
	width: 675px;
	margin: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	top: 50px;
	background-color: #FFD583;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;
	margin-bottom: 0px;
} 
.twoColFixLtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5PX 50px 20PX 30Px; /*  padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFD583;
	padding-left: 0.5in;
} 
.twoColFixLtHdr #footer {
	padding: 0 0px 0px 0px;
	background-color: #FFD583
} 
.twoColFixLtHdr #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 */
	background-color: #FFD583;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
.toptable {
	text-align: center;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FCEAC5;
	font-family: Calibri, Tahoma, Arial;
	font-size: 11.5px;
	color: #FCEAC5;
}
.bottommenu {
	color: #866922;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	background-color: #FCEAC5;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 6px;
	border-right-style: solid;
	border-right-color: #866922;
	border-right-width: 1px;
}
.bottommenu a:hover,
.bottommenu a:active,
.bottommenu a:focus {
	color: #669999;
	background-color: #FCEAC5;
	text-decoration: none;
	text-align: center;
}
.mainbodyitalic {
	color: #866922;
	font-family: Calibri, Tahoma, Arial;
	font-size: 12px;
	text-align: left;
	background-color: #FFD583;
}
.image_left {
	float: left;
}
