﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	width: 960px;
	height: 300px;
	background-image: url('images/CashOutProHeader.gif');
	background-repeat: no-repeat;
}
#top_nav {
	width: 960px;
	height: 40px;
	background-color: #FFFFFF;
}
#container {
	min-width: 600px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#left_col {
	margin: 25px 10px 25px 20px;
	width: 260px;
	float: left;
}
.auto-style1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h2 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	color: #000000;
	font-style: italic;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
#page_content {
	margin: 25px 20px 25px 300px;
}
#footer {
	clear: both;
	width: 960px;
	height: 50px;
}
h1 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 26px;
	font-style: italic;
	color: #000000;
}

.bannerdiv {
	height: 130px;
}
.disclosure {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	background-color: #000000;
	width: 960px;
	text-align: center;
}

