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

li{
list-style-type:square;
}
body {
	margin:0px;
	background: url(../images/background.jpg) repeat-x #F1FAFE;
}
p{
	color:#111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-align: justify;
	padding:0 10px 0 10px;
}
img{ border:0;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}




/* ---- Styles ---- */

#wrapper {
	width: 823px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.table-wt-bg {
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #DFDFDF;
	padding: 10px;
}
.body-table-content {
	background: #F4F4F4;
	border: 1px solid #333333;
}
#content {
	padding: 10px;
	background: #F4F4F4;
	border: 1px inset #333333;
	margin-top: 10px;
	margin-right: 5px;
	width: 666px;
	float: left;
	display: inline;
	line-height: 2em;
}
.hl {
	background: #FFFF00;
}
.black-bg {
	background: #000000;
	color:#FFF;
}
h1 {
	font-size: 30px;
	font-style: italic;
	color: #0033FF;
	text-decoration: none;
	text-align: center;
}
h2 {
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 22px;
	line-height:29px;
}
h3 {
	font: bold normal 20px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height:27px;
	font-size: 20px;
	margin-top:30px;
	margin-bottom:30px;
}
h4 {
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.indent{
margin-left:40px;
margin-right:5px;
}

/* -- Optin -- */
.body-optin {
	background: url(../images/optin.jpg) no-repeat;
	height: 182px;
	padding-top: 230px;
	padding-left: 280px;
	margin: 10px auto;
}
.form-label{
	color: #00CCFF;}
	

.form-submit {
	background: url(../images/btnSend.jpg);
	height: 47px;
	width: 324px;
	border-style: none;
}
.field-input {
	width: 198px;
	background: url(../images/textBoxBg.jpg) no-repeat;
	height: 22px;
	border-style: none;
	padding-top: 8px;	
}
.body-text-left{
	padding-left:40px;
	padding-right:5px;
	font-size:17px;
	font-weight:normal;
	line-height:30px;
	
}
#content #optin {
	background: url(../images/optin.jpg) no-repeat;
	height: 182px;
	width: 386px;
	padding-top: 230px;
	padding-left: 280px;
	margin: 10px auto;
}
#optin #form {
	height: 160px;
	width: 350px;
	clear: both;
	float: none;
}
#optin #form .label {
	color: #00CCFF;
	float: left;
	width: 120px;
}
#optin #form .field {
	float: left;
	width: 198px;
	height: 30px;
	margin-bottom: 12px;
}
#optin #form .field input {
	width: 198px;
	background: url(../images/textBoxBg.jpg) no-repeat;
	height: 22px;
	border-style: none;
	padding-top: 8px;	
}
#optin #form #submit {
	background: url(../images/btnSend.jpg);
	height: 47px;
	width: 324px;
	border-style: none;
}
.side-box{
	background: #ffff99;
	padding: 5px;
	border: 1px inset #333333;
	margin:10px;
	}
#sidebar {
	float: left;
	width: 130px;
	height: 200px;
	margin-top: 10px;
	display: inline;
}
#sidebar .box {
	background: #ffff99;
	padding: 5px;
	border: 1px inset #333333;
	margin-bottom: 10px;
}
#content .hlbox {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ffff99;
	display: block;
	border: 1px inset #333333;
}
.bg-yellow-text {
	font-size: 12px;
	line-height: 16px;
}
.doublt-body-bold-text{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height:18px;
}
.right-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #FF9;
	padding: 10px;
	font-style: italic;
	font-weight: bold;
	border: 1px solid #333;
}
.privacy_policy {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.text-bullet {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.copyright_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
.thank_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-decoration:underline;
}

