body {
	font: 75% Verdana, Arial, 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: #fff;
	line-height: 140%
}

h1 {
padding: 0;
margin: 0;
font-weight:normal
}

h2 {
padding: 0;
margin: 0;
font-weight:normal;
font-size:140%
}

.oneColFixCtr #container {
	width: 808px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.formtable td {
	color:#000
}

h1 {
padding-bottom:10px
}

.turntext {
margin:30px 10px 0px 25px;
border-bottom:1px solid #fff;
padding-bottom:10px;
width:510px;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:35px
}

.enterdetailstext {

padding:10px 10px 30px 20px;
width:510px;
font-size: 1.4em;
	text-align: center;
	letter-spacing: .1em;
}

div.adheader {
	padding: 8px;
	font-size: 1.2em;
	background-image:url(images/bottomtable_top.jpg);
	background-repeat: no-repeat;
	
	
}

div.admore {
	padding: 3px 10px;
	text-align: right;
	height:18px;
	background-repeat: no-repeat;
	
}

div.adbody {
	padding: 8px;
	color: #000;
	font-size: 0.8em;
	background-image:url(images/bottomtable_middle.jpg);
	height:165px
	
}

div.footer {
	color: #000;
	padding: 8px 5px 5px 15px;
	font-size: .8em;
}

div.footer a {
	color: #000;
	text-decoration: none;
}

div.footer a.visited {
	color: #000;
	text-decoration: none;
}

div.phonenumber {
	color: #000;
	text-align: right;
	font-size: 20px;
	padding: 5px 12px 5px 5px;
	
}

div.maintext {
	line-height: 150%;
}