body {
	background-color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	min-width:960px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height:1.3em;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size:0.8em;
}
p {
	line-height:1.3;
	padding-bottom: 1em;
}
#content ul{
	list-style: disc;
	text-indent:20px;
	list-style-position:inside;
	line-height:1.3;
	padding-bottom: 1em;
}
a:link, a:visited {
	text-decoration:none;
	color:#fff;
}
a:hover {
	color: #F60;
}
#header {
	background:#000;
	width:100%;
	padding-top:25px;
	height:75px;
}
#headerText{
	float:left;
	background:#000;
	width:50%;
	text-align:right;
}
#topContent{
	clear:both;
	height:160px;
	background:url(/_images/top_content_bg.png) repeat-x top left;
}
#topContentHoneycomb{
	width:760px;
	margin:auto;
}
#topContentBox {
	position:relative;
	top:-140px;
	left:150px;
	width:300px;
}
#contentWrapper {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
#leftColumn {
	float:left;
	width:118px;
}
#rightColumn {
	float:right;
	width:118px;
}
#content {
	margin-left:118px;
	margin-right:118px;
}
#contentBox{
	width:700px;
	height:650px;
	margin:auto;
	background:url(/_images/content_bg.png) top left no-repeat;
	margin-top:50px;
}
#smallImage{
	float:left;
	margin-left:14px;
	margin-top:50px;
}
#contentInner{
	margin:0px 50px 50px 200px;
	padding-top:50px;
}
#leftColumn, #content, #rightColumn {
	padding-bottom:32767px;
	margin-bottom:-32767px;
}
#contactForm{
	margin:auto;
	width:500px;
}
#footer {
	clear:both;
	background:#000;
	color:#fff;
	text-align:center;
	padding:10px 0;
}
.floatLeft {
	float:left;
	padding-top:0.5em;
	padding-right:0.5em;
}
.floatRight {
	float:right;
	padding-top:0.5em;
	padding-left:0.5em;
}
.clearFloat {
	clear:both;
}

