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

body {
	background-color: #22271e;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-top:20px;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.oneColFixCtrHdr #container {
	width: 798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff2df;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.oneColFixCtrHdr #header {
	background: #fff2df; 
	}
.oneColFixCtrHdr #mainContent {
	background:  #fff2df;
}
.page_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
.oneColFixCtrHdr #footer {
	position:relative;
	background: #fff2df;
	width: 798px;
}
.table {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;	
}
a:link {
	color: #005581;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005581;
}
a:hover {
	text-decoration: underline;
	color: #005581;
}
a:active {
	text-decoration: none;
	color: #005581;
}
.content {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005581;
	border-right-color: #005581;
	border-bottom-color: #005581;
	border-left-color: #005581;
	padding-right: 17px;
	width: 410px;
	
}
#apDiv1 {
	position:absolute;
	width:131px;
	height:71px;
	z-index:1;
	left: 39px;
	top: 45px;
}
a.n:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}
a.n:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
}
a.n:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
}
a.n:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	}
#apDiv2 {
	position:absolute;
	width:202px;
	height:59px;
	z-index:2;
	left: 196px;
	top: 60px;
}
#apDiv3 {
	position:absolute;
	width:200px;
	height:63px;
	z-index:3;
	left: 431px;
	top: 59px;
}
.style1 {
	color: #004264;
	font-size: 14px;
}
.style2 {
	color: #000000;
	font-weight: bold;
}
.style3 {font-size: 14px}
