@charset "utf-8";
.fields {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; line-height: 16px; BORDER-RIGHT: #d4d0c8 1px solid; BORDER-TOP: #d4d0c8 1px solid; VERTICAL-ALIGN: middle; BORDER-LEFT: #d4d0c8 1px solid; COLOR: #000000; BORDER-BOTTOM: #d4d0c8 1px solid; HEIGHT: 20px}
.inLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F0F0F0;
BORDER-RIGHT: #d4d0c8 1px solid; BORDER-TOP: #d4d0c8 1px solid; BORDER-LEFT: #d4d0c8 1px solid; COLOR: #000000; BORDER-BOTTOM: #d4d0c8 1px solid;	
}

.oneColFixCtrHdr #header {
	height: 126px;
	margin:auto;
	width:771px;

}
.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 #footer {
	height: 80px;

}
.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 */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
}
#apDiv1 {
	position:absolute;
	left:222px;
	top:0px;
	width:460px;
	height:121px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:73px;
	top:133px;
	width:50px;
	height:24px;
	z-index:2;
}
#apDiv3 {
	position:absolute;
	left:306px;
	top:133px;
	width:162px;
	height:24px;
	z-index:2;
}
#apDiv5 {
	position:absolute;
	left:540px;
	top:133px;
	width:135px;
	height:24px;
	z-index:2;
}
#apDiv6 {
	position:absolute;
	left:762px;
	top:133px;
	width:83px;
	height:24px;
	z-index:2;
}
#apDiv7 {
	position:relative;
	left:0px;
	top:0px;
	width:72px;
	height:71px;
	z-index:3;
}
#apDiv9 {
	position:relative;
	top:-71px;
	width:69px;
	height:70px;
	z-index:4;
	left: 700px;
}
#apDiv8 {
	position:relative;
	left:135px;
	top:-144px;
	width:500px;
	height:70px;
	z-index:5;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
}
.body {
	background: #666666;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 4px;
}
a img {border: none; }
a:link {color:#BD200F; text-decoration:none}    /* unvisited link */
a:visited {color:#BD200F; text-decoration:none} /* visited link */
a:hover {color:#BD200F; text-decoration:underline}   /* mouse over link */
a:active {color:#BD200F}  /* selected link */
