body {
	margin:0px;
	background:#111111;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#898989;
}
input, form, h1, h2, p {margin:0px} img {border:none; margin:0px} .blocks {display:block}


h1 {
	font-size:28px;
	color:#88566C;
	font-weight:normal;
	border-bottom:1px dotted #404E70;
	margin-bottom:8px;
	padding-bottom:5px;
}
h2 {
	font-weight:normal;
	font-size:18px;
	color:#88566C;
	border-bottom:1px dotted #404E70;
	margin-bottom:8px;
	padding-bottom:5px;

}
p {
	margin-bottom:10px;
}
a {
	color:#336699;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color:#336699;
}


.container {
	display:block;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	background:url(/images/top-bg.jpg) repeat-y;

}




.logo {
	display:block;
	position:absolute;
	margin:5px 0px 0px 50px;
}
.header {
	display:block;
	clear:both;
	background:url(/images/header-bg.jpg) no-repeat top left ;
	width:960px;
	height:107px;
	padding-top:25px;
}


.nav {
	position:absolute;
	display:inline;
	width:900px;
	margin-top:83px;
	margin-left:8px;

}

.nav a {
	display:inline;
	padding:0px 14px 0px 14px;
	color:#C2C2C2;
	font-weight:normal;
	margin-left:2px;
	text-decoration:none;
}
.nav a:hover	{
	text-decoration:underline;
	color:#FFFFFF;
}


.main	{
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}







.content	{
	display:table;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding:24px 0px 0px 0px;
	clear:both;
	margin-top:-4px;
	background:url(/images/r-bg.jpg) repeat-y;
}
.left	{
	clear:left;
	float:left;
	display:inline;
	width:543px;
	margin-left:41px;
	padding-right:30px;
}
.left ol li, .left ul li	{
	margin:8px 0px 8px 0px;
}
.right	{
	clear:right;
	float:right;
	display:inline;
	width:302px;
	margin-right:41px;
}

/*css form start*/

.form	{
	background:url(/images/form-bg.jpg) no-repeat top;
	height:188px;
	width:282px;
	padding:62px 0px 0px 20px;
}

/*end form*/




.btm {
	vertical-align:top;
}
.disclosures {
	display:block;
	clear:both;
	width:955px;
	background-color:#4A4A4A;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 10px 5px;
	margin-bottom:40px;
	text-align:center;
}
.disclosures ul {
	margin:0px;
	padding:0px;
}
.disclosures ul li {
	display:inline;
	margin-right:10px;
	color:#FFFFFF;
}
.disclosures ul li a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.disclosures ul li a:hover	{
	text-decoration:underline;
	color:#FFFFFF;
}
