body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #006600;
	margin-top: 0px;
	background-image: url(/images/head-fill.jpg);
	background-repeat: repeat-x;
}
.higlight
{
	font-weight: bold;
}
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #006600;
	background-color: #CCCCCC;
	padding-right: .3em;
	padding-left: .3em;
}
a:hover, a.current:link, a.current:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #349B48;
	padding-right: 0.3em;
	padding-left: 0.3em;
}
ul {
    list-style: disc outside;
}
.ulMainNav {
	background-color: #CEC9B6;
	margin: 0px;
	padding: 0px;
}
.ulMainNav li {
	display: inline;
	float: left;
	list-style-type: none;
}
.ulMainNav a:link, .ulMainNav a:visited, .ulMainNav a:active {
	font-size: 12px;
	display: block;
	width: 115px;
	text-align: center;
	font-weight: normal;
	background-color: #006600;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 2px;
}
.ulMainNav a:hover, .ulMainNav a.current:link, .ulMainNav a.current:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #349B48;
}
h3
{
	clear: both;
	font-size: 1.2em;
	text-align: center;
}
.floatImgLeft
{
	clear: both;
	float: left;
	padding: 3px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.floatImgRight
{
	clear: both;
	float: right;
	padding: 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.planTable
{
	font-size: 0.75em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.sold
{
	color: #FF0000;
	text-decoration: line-through;
}
p.clear
{
	clear: both;
}

