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

body {
	background: url(../Images/mainbg.gif);
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.banner {
	width: 800px;
	height: 200px;
	background-color:#FFF;
	padding-left: 10px;
	padding-right: 10px;
	background: url(../Images/topbanner.jpg);
}

.menubar {
	width: 820px;
	background-color:#FFF;
	padding-left: 70px;
	padding-right: 10px;
}

.mainbody {
	width: 820px;
	background-color:#FFF;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.mainbody2 {
	width: 1310px;
	text-align: center;
}

.maincell {
	background-color:#FFF;
	text-align:center;
	width: 820px;
}

.padding {
	padding-left: 10px;
	padding-right:10px;
}

.leftrightcell {
	background-color:#FFF;
	width: 200px;
}

.bottom {
	width: 820px;
	height: 5px;
	background-color:#FFF;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	background:url(../Images/bottom.gif)
}

.border {
	border: #000 2px solid;
}


.arial {
	font-family: Arial;
	font-size: 24px;
}

.times {
	font-family: times new roman;
	font-size: 40px;
	font-weight: bold;
}

.arial2 {
	font-family: Arial;
	font-size: 16px;
}

.arial3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}

.small {
	font-family: Arial;
	font-size:10px;
}

.dashed {
	border: dashed 2px;
	border-color:#FF0000;
}

.terms {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

.boxes{
border:2px solid #000000;
}

#apDiv2 {
	position:absolute;
	width:200px;
	height:1160px;
	z-index:1;
	left: 35px;
	top: 0px;
	background-color: #FFFFFF;
}
#apDiv3 {
	position:absolute;
	width:200px;
	height:1160px;
	z-index:2;
	left: 1125px;
	top: 0px;
	background-color: #FFFFFF;
}

.dashborder {
	border: dashed 2px #000;
}
