body {
	text-align: center;
	background-color: #FFE2B3;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#page-wrapper {
	background-color: #FFFFFF;
	width: 800px;
	border: 2px solid #AD9037;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 148px;
	padding: 3px;
	background-color: #FFCC33;
}
#banner {
	background-image: url(images/Banner_Collage.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 142px;
	background-color: #FFFFFF;
	padding: 3px;
}
#top-nav {
	background-color: #1C3D70;
	height: 25px;
	width: 800px;
	text-align: right;
	border-top: thin solid #FFCC33;
	border-bottom: thin solid #FFCC33;
	background-image: url(images/NavBarGraphic.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 5px;
}
#top-nav a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 5px;
	padding-top: 7px;
	margin-top: 7px;
}
#top-nav a:hover {
	font-weight: bold;
	color: #FFCC33;
	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: 800px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	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;
}

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

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

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



