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



body {
	font: arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bgpage.png);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 700px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.optinformtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 125%;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-bottom: 6px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-bottom: 6px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	line-height: 26pt;
	color: #000033;
	letter-spacing: -2px;
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
}
.oneColFixCtr #optin {
	padding: 10px;
	border: medium solid #336699;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	background-color: #efefef;
}
.oneColFixCtr #optin2 {
	padding: 10px;
	border: medium solid #336699;
	width: 250px;
	background-color: #efefef;
	float: right;
	margin-top: 8px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	letter-spacing: -1px;
	text-align: center;
	margin-top: 0px;
	line-height: 115%;
}

.item_heading {font-family:Arial, Helvetica, sans-serif; font-size:14pt; font-weight:bold; text-align:left; letter-spacing:-1px;}
.no_para { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; line-height: 125%;}
