body {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFF4EE url(images/Background.jpg) repeat-x;
}
#page-wrapper {
	background-color: #FFFFFF;
	width: 800px;
	border: 3px solid #EBE0C0;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 148px;
	padding: 0px;
	background: #EBE0C0;
}
#banner {
	height: 148px;
	padding: 2px;
	background: #FFFFFF url(images/Banner_Collage.jpg) no-repeat right;
}
#top-nav {
	height: 27px;
	text-align: right;
	background: #EBE0C0 url(images/NavBarGraphic.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
}
#menu {
	height: 27px;
	padding-top: 5px;
}
#menu a {
	font-size: 12px;
	font-weight: bold;
	color: #2A73BC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 5px;
}
#menu a:hover {
	font-weight: bold;
	color: #B47BB5;
	margin-right: 10px;
	margin-left: 5px;
}
#main-content {
	width: 760px;
	margin-left: 20px;
	margin-top: 25px;
}
#main-content a {
	color: #0033CC;
}
#main-content a:hover {
	color: #990000;
}
#main-content a:visited {
	color: #0033CC;
}
#footer {
	clear: both;
	float: none;
	width: 700px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
}
#footer a:hover {
	color: #003366;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
	text-align: center;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	text-align: center;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-align: left;
	margin-bottom: -7px;
}
h4 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
}
h6 {
	font-size: 18px;
	color: #663399;
	text-align: center;
}
.float-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.float-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.quote-button a {
	background-color: #003366;
	border: thin solid #339999;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	color: #33CC99;
}
.quote-button a:hover {
	background-color: #006666;
	border: thin solid #FFCC33;
	color: #FFCC33;
}
.clear-float {
	clear: both;
}

td {
	font-size: 12px;
}
th {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #3563B2;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #FFCC33;
}

#proplist {
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

#proplist #left {
	color: #003776;
	float: left;
	width: 33.3%;
	text-align: center;
}

#proplist #center {
	color: #003776;
	float: left;
	width: 33.3%;
	text-align: center;
}

#proplist #right {
	color: #003776;
	float: right;
	width: 33.3%;
	text-align: center;
}

