body {
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header {
	margin:auto;
	width: 900px;
	padding-top: 10px;
	height: 94px;
}
#logo {
	float:left;
	width: 131px;
	height: 83px;
}
.clear {
	clear:both;
	font-size:1px;
	height:1px;
}
ul#header_navigation li {
	float:left;
	display:inline;
}
#navContain  {
	float:right;
	padding-top: 25px;
}
.content_container {
	width:900px;
	margin:auto;
	background-repeat: repeat-y;
	background-image: url(images/content_bg.gif);
	margin-top: 0px;
}
.footer_container {
	width:900px;
	margin:auto;
	padding-top: 1px;
}
.left_column {
	float:left;
	width:536px;
	background-color: #F0F0F0;
}
.left_column_content {
	float:left;
	width:496px;
	background-color: #F0F0F0;
	padding:20px
}
.right_column {
	float:right;
	width:330px;
	background-color: #D7D7D7;
	padding: 15px;
	font-size: 11px;
}
.left_footer {
	float:left;
	width:538px;
}
.right_footer {
	float:right;
	width:360px;
}
.footerBox {
	width:158px;
	float:left;
	background-image: url(images/footerbox_bg.gif);
	height:84px;
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:10px;
	padding-top: 15px;
	font-size: 11px;
}
.footerBox a {
	color:#FFFFFF;
}
.footerBox a:hover {
	color:#FFFFFF;
}
.testimonial_main {
	font-style:italic;
	font-size:11px;
	font-family:"Trebuchet MS";
}
.testimonial_small{
	font-size:10px;
	font-family:"Trebuchet MS";
	margin-left: 50px;
	font-weight: bold;
}
.Heading{
	font-size:16px;
	font-family:"Trebuchet MS";
}
a.yellowLink {
	text-decoration:none;
	color:#000000;
}
a.yellowLink:hover {
	color:#999999;
}
.strong {
	font-weight: bold;
}
form {
	margin:0px;
	padding:0px;
}
label {
	width: 140px;
	display: block;
	margin-top: 5px;
	height: 14px;
	float: left;
}
label.long {
	width: 420px;
	display: block;
	margin-top: 5px;
	height: 14px;
	float: left;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
.submitBtn {
	padding:2px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
label.radio {
	width: 78px;
	display: block;
	margin-top: 5px;
	height: 14px;
	float: left;
	font-size: 10px;
}
.newsHeadline {
	color:#F7BC00;
	font-size:12px;
	font-weight: bold;
}
.leftImage {
	margin-right:8px;
	margin-top:3px;
	margin-bottom:5px;
	vertical-align: text-top;
	float: left;
}
.rightImage {
	margin-top:3px;
	margin-bottom:5px;
	vertical-align: text-top;
	float: right;
}
