.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #660000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
}
#container {
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#header {
	background-image: url(images/topheader.gif);
	height: 32px;
	width: 748px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	display: none;
}
#mainheader {
	height: 134px;
	width: auto;
}

#topnav {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 748px;
}
#middlewrapper {
	background-color: #fffbd6;
	width: auto;
	height: auto;
}
#leftcol {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #660000;
	background-color: #BE9D5A;
	text-align: left;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 9px;
	float: left;
	width: 158px;
	background-image: url(images/leftcolhomebkgrnd.jpg);
	background-repeat: repeat-x;
	font-style: italic;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#rightcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #c2bfa7;
	text-align: left;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 9px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	width: 144px;
	line-height: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#maincontent {
	background-color: #fffbd6;
	margin-top: 0px;
	margin-right: 169px;
	margin-bottom: 0px;
	margin-left: 169px;
	padding-top: 10px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 0px;
}
.homepagehighlite {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #34754d;
}
.spaced {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

a:link, a:active, a:visited {
	color: #cb6326;
	text-decoration: none;
	font-weight: bold;

}

a:hover {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}
a.botnav:link, a.botnav:active, a.botnav:visited    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #660000
}
a.botnav:hover   {
	text-decoration: underline;
	color: #333399;
 }
a.nav:link, a.nav:visited, a.nav:active {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
}
a.nav:hover {
	color: #66FFFF;
	text-decoration: underline;
	font-weight: normal;
}
a.navside:link, a.navside:visited, a.navside:active {
	color: #FFFFCC;
	text-decoration: none;
	background-color: #772C3A;
	font-weight: normal;
	border: 1px dotted #999999;
	width: 130px;
	letter-spacing: 0.1em;
	display: block;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 2px;
}
a.navside:hover {
	color: #66FFFF;
	text-decoration: none;
	background-color: #999999;
	border: 1px dotted #CCCCCC;
	font-weight: normal;
	width: 130px;
	display: block;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.tablehighlite {
	border: 2px solid #752B3A;
}
.tableheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFCC;
	font-weight: bold;
}

.paragraphtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #842634;
}
.listdot {
	list-style-image: url(images/checkmark2.gif);
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #842634;
	font-style: italic;
	letter-spacing: 0.15em;
}
.listdottrans {
	list-style-image: url(images/bullet_lg.gif);
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	letter-spacing: .1em;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #d5a03b;
	text-align: center;
	margin-top: 0px;
}
