body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: white url(images/08-132-bg.jpg) no-repeat;
	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: #000000;
}

.oneColElsCtr #container {
	width: 747px;
	background: url(images/middle.png);
	margin: 50px auto 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	text-align: center;
}

.oneColElsBottom { width: 747px; margin: auto 0 0; text-align: left; background-color: white; background-image: url(images/middle.png); background-repeat: no-repeat; background-position: 0 top; }

.oneColElsCtr #header { background-position: 0 bottom; padding: 0; margin: 0; }

img { text-align: center; margin: 0; padding: 20px 0; }

.disclaimer { text-align: center; margin: 0; padding: 0; color: #000; font-size: 6pt; }

#menu { 
text-align: center; 
margin: 0; 
padding: 15px 15px; 
border-top: thin dashed #69f; 
border-bottom: thin dashed #69f; 
border-right-width: 0; 
border-left-width: 0; 
color: #fc6; 
font-size: 8pt; 
font-weight: bold; 
text-transform: capitalize; 
letter-spacing: 1pt; }

#menu a { color: #f93; text-decoration: none; text-align: center; padding: 15px; }

#menu a:visited, #menu a:hover { color: #69f; text-decoration: none; text-align: center; padding: 15px; }

#newsletter { 
	text-align: center; 
	margin: 0; 
	padding: 0px; 
	color: #69f; 
	font-size: 15pt; 
}

#newsletter a { 
	color: #69f; 
	text-decoration: underline; 
	text-align: center; 
	padding: 0; }

#newsletter a:visited, #newsletter a:hover { 
	color: #f93; 
	text-decoration: underline; 
	text-align: center; 
	padding: 0; }

.oneColElsCtr #mainContent { background: url(images/top.png) no-repeat; text-align: center; padding: 10px 20px 20px 40px; }

table { text-align: center; width: 747px; padding: 0 20px 20px; border-width: 0; }

td { text-align: center; border-width: 0; }
