body {
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#595241;
	margin:0px;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:13px;
	color:#333333;
}
.block {
	display:block;
}
h1 {
	margin-top:20px;
	color:#CF9403;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:24px;
	font-weight:normal;
}
p.under-h1 {
	color:#527E7F;
	font-size:16px;
	margin-top:-10px;
}
h2 {
	margin:0px;
	color:#333333;
	font-size:16px;
}
a {
	color:#CF9403;
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}
li	{
	margin-bottom:10px;
}
#logo {
	position:absolute;
	margin:-100px 0px 0px 40px;
}

#main-container {
	display:table;
	clear:both;
	width:990px;
	background-color:#FFFFFF;
	background-image:url(/images/top-border.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:107px;
	margin-bottom:20px;
}

#nav-container {
	display:block;
	clear:both;
	background-image:url(/images/nav-back.jpg);
	background-repeat:no-repeat;
	height:32px;
	margin:8px 0px 0px 8px;
	text-align:left;
	width:976px;
	padding-top:8px;
}
#nav-container a {
	margin:0px 36px 0px 36px;
	font-size:16px;
	color:#595241;
	text-decoration:none;
}
#nav-container a:hover {
	color:#CF9403;
	text-decoration:underline;
}
#main-image {
	float:left;
	margin:2px 0px 0px 8px;
}	
#clicks {
	display:block;
	clear:right;
	margin-left:2px;
	margin-top:2px;
}	

	
	
#top-cta {
	display:table;
	clear:both;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	padding:5px 0px 5px 0px;
	height:62px;
	width:700px;
	margin:20px 0px 0px 0px;
	background-image:url(/images/top-cta-bg.jpg);
	background-repeat:repeat-x;
}
#top-cta p {
	margin:4px 0px 0px 12px;
	color:#CF9403;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:22px;
}
#content {
	float:left;
	clear:left;
	display:block;
	width:700px;
	padding-left:20px;
}
#content-img {
	margin:20px 20px 10px 0px;
}	


#form-right {
	float:right;
	clear:right;
	display:block;
	width:254px;
}
#fake-bg {
	background-image:url(/images/form-bg.jpg);
	background-repeat:repeat-y;
}
#form-bg {
	background-image:url(/images/form-bg-top.jpg);
	background-repeat:no-repeat;
	min-height:332px;
}
#form {
	padding-top:80px;
	text-align:center;
	width:180px;
	margin-left:32px;
}

/* creates illusion of cellpadding on all td's */
#form td {
	padding:3px;
}
/* makes labels for all fields bold */
.form-01, .form-03, .form-05, .form-07 {
	font-weight:bold;
}
/* centers all form elements */
#form td {
	text-align:center;
}
/* modifies the drop-down menu */
.select-01 {
	width:180px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}
/* modifies the input boxes */
.input-01, .input-02, .input-03 {
	width:150px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
}
.form-09 input {
	margin-top:16px;
}
#disclosures {
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	color:#FFFFFF;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
#disclosures ul li a:hover {
	text-decoration:underline;
}



img {margin:0px;border:0px} form {margin:0px}