body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #339999;
	text-align: center;
}
#wrapper {
	border: thin solid #999966;
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 130px;
	width: 800px;
	background-color: #F8F8EB;
	padding-top: 5px;
}
#banner {
}
#navbar {
	clear: both;
	float: none;
	background-color: #E7E6BA;
	text-align: right;
	padding-top: 10px;
	border-top: thin solid #999966;
	border-right: thin #999966;
	border-bottom: thin solid #999966;
	border-left: thin #999966;
	height: 30px;
	padding-left: 10px;
}
#navbar a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 12px;
	margin-bottom: 0px;
}
#navbar a:hover {
	color: #FF0000;
}
#sidebar {
	float: left;
	width: 150px;
	text-align: center;
	color: #339999;
	margin-top: 30px;
	font-size: 10px;
	font-style: italic;
}
#content {
	text-align: left;
	padding: 15px 25px 15px 15px;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.clear-both {
	clear: both;
	float: none;
}
a {
	color: #006699;
}
a:hover {
	color: #FF0000;
}
h1 {
	font-size: 20px;
	color: #003366;
	font-style: italic;
	text-align: center;
}
h2 {
	font-size: 18px;
	color: #FF0000;
	text-align: left;
}
h3 {
	font-size: 16px;
	color: #003366;
	text-align: left;
}
h4 {
	font-size: 18px;
	color: #FF0000;
}
h5 {
	font-size: 14px;
	color: #666600;
}
h6 {
	font-size: 14px;
	color: #003366;
	text-align: left;
	margin-bottom: -7px;
}
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;
}

#footer {
	background-color: #F8F8EB;
	margin: 0px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999966;
	color: #003366;
	padding-bottom: 15px;
}
#footer a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	color: #003366;
}
#footer a:hover {
	color: #FF0000;
}

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

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

