* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #dbdbdb;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	color: #989898;
	text-decoration: none;
	border-bottom: 1px dotted #989898;
}

a:visited {
	color: #989898;	
}

a:hover {
	color: #1e1e1e;
	border-bottom: 1px dotted #1e1e1e;
}

div#header {
	width: 900px;
	height: 160px;
	background-color: #fdfdfd;
	border: 1px solid #a3a3a3;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#headerLeft {
	top: 0px;
	width: 506px;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#headerRight {
	top: 0px;
	width: 391px;
	margin: 0px;
	padding: 0px;
	float: left;
}


div#headerLeft img {
	width: 339px;
	height: 118px;
	margin-top: 18px;
	margin-bottom: 24px;
	margin-left: 80px;
}

div#headerRight h1 {
	margin-top: 72px;
	margin-left: 46px;
	width: 270px;
	*width: 290px;
	padding: 10px;
	border: 1px solid #a3a3a3;
	background-color: #ffffff;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #505050;
}

div#main {
	width: 900px;
	background-color: #f8f8f8;
	border: 1px solid #a3a3a3;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#column1 {
	top: 0px;
	width: 506px;
	border-right: 1px solid #a3a3a3;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#column2 {
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 70px;
	top: 0px;
	width: 331px;
	float: left;
}

div#column1 h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #414141;
	margin: 30px;
	margin-bottom: 22px;
	line-height: 40px;
	padding: 0px;
}

div#column1 p {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	color: #414141;
	margin: 0px;
	margin-left: 31px;
	margin-right: 30px;
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 0px;
	line-height: 30px;
}

div#column2 h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #414141;
	margin-top: 15px;
	padding: 0px;
	line-height: 22px;
}

div#column2 p {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	color: #414141;
	padding: 0px;
	line-height: 24px;
}

#footer {
	position: relative;
	width: 900px;
	height: 98px;
	background-color: #434343;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	clear: both;
}

#footer img.divider {
	position: relative;
	height: 60px;
	width: 1px;
	top: 20px;
	left: 672px;
}

#footer img.logo {
	position: relative;
	top: 12px;
	left: 712px;
}


div#disclaimer {
	width: 900px;
	height: 28px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#disclaimer p {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
}

div#disclaimer a {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
}

div#disclm1 {
	width: 448px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	padding-left: 2px;
}

div#disclm2 {
	padding: 0px;
	margin: 0px;
	width: 448px;
	float: right;
	text-align: right;
	padding-right: 2px;
}


em {
	font-style: normal;
	font-weight: bold;
	
}

.demphasis {
	font-size: 90%;
	color: #777777;
}

sup {
	font-size: 0.6em;
	line-height: 0.5em
}

div.clearfloats {
	clear: both;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
ul { font-size: 14px; line-height: 20px; margin-bottom: 30px; color: #bcbcbc; font-family: Helvetica, Verdana, Arial, sans-serif; }
/* End hide from IE-mac */

