body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1 {
	font-size: 1.3em;
	color: #000000;
	margin-left: 30px;
}
h2 {
	font-size: 1.1em;
	color: #000000;
	margin-left: 30px;
}
#headArea {
	height: 155px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/subpage_interface/headBackground.gif);
	background-repeat: repeat-x;
}
#headBox {
	padding: 0px;
	clear: both;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 155px;
	background-image: url(images/subpage_interface/houseMen.jpg);
	background-repeat: no-repeat;
}
#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 55px;
	background-image: url(images/subpage_interface/footerBackground.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footBox {
	padding: 0px;
	height: 55px;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/subpage_interface/footerPlan.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footBox p {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	font-size: .9em;
}
#footBox a {
	color: #9B2522;
	text-decoration: none;
}
#footBox a:hover {
	color: #FF0000;
	text-decoration: underline overline;
}
#bodyContent {
	width: 850px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation p {
	margin-right: 30px;
	margin-left: 30px;
	font-size: 1.2em;
}
a {
	color: #9B2522;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline overline;
	font-weight: bold;
}
#leftCol {
	clear: left;
	float: left;
	width: 500px;
}
#leftCol p, li {
	margin-right: 15px;
	margin-left: 30px;
	color: #333333;
}
#rightCol {
	clear: right;
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
#imageBox {
	width: 249px;
	background-color: #FFFFFF;
	background-image: url(images/subpage_interface/grad.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border: 3px solid #9B2522;
	margin-top: 15px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	margin: 5px 0px 0px 5px;
	float: left;
	width: 114px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.feature {
	width: 233px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
	clear: both;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;

}
.feature img {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.clearing {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.tdunderline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
hr {
	background-color: #CCCCCC;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.tabledisplay {
	margin-left: 30px;
}
.floatcenter {
	text-align: center;
	margin-left: 8px;
	margin-top: 10px;
}
.floatright {
	float: right;
}
