* html .hollyhack {
	height: 1%;
}

body, html {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #e2e2f1;
}

form {
	margin: 0px !important;
}

#main_content {
	overflow: visible;
	clear: both;
	background-color: white;
}

#top_row {
	height: 21px !important;
	background-color: #0066cb;
	overflow: visible;
	clear:both;
}

#top_row_contact {
	float: right;
	display: block;
	overflow: hidden;
	font-weight: bold;
	color: white;
	margin-left: 1em;
	padding-left: 1em;
	vertical-align: center;
	height: 21px !important;	
}

#top_row_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 197px; 
	height: 93px;
	background-color: white;
	float: left;
	overflow: hidden;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;	
}

#second_row {
	overflow: hidden;
	clear:both;
	height: 72px;
	background-color: #3399ff;
	border-bottom: 1px solid #808080;	
}

#name_you_can_trust {
	float: right;
	margin: 0px;
}

#content_row {
	background-color: white;
	overflow: hidden;
	clear: both;
}

#left_column {
	width: 197px;
	float: left;
}

#site_banner {
	border-bottom: 1px solid #808080;
	margin-bottom: 0px;
}

#nav {
	float: left;
	list-style: none;	
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav li {
	width: 149px;
	margin-top: 2px;
	border-right: 1px solid #666699;
	border-bottom: 1px solid #666699;	
	padding: 0px;
	margin-left: 2px;
}

#nav a {
	color: black;
	font-size: x-small;
	text-decoration: none;
}

#main_column {
	float: left;
	width: 500px;
	border-left: 1px solid #808080;
	min-height: 300px;
	height:auto !important;
	height: 500px;		
	padding-left: 1em;
}

#right_column {
	float: left;
	width: 163px;
	padding-top: 1em;
	padding-left: 1em;
}

#second_bottom_row {
	background-color: #3399ff;
	height: 20px;
	clear: both;	
}

#bottom_row {
	clear: both;
	background-color: #0066cb;
	height: 5px;
	margin-bottom: 3em;
}

table.cms_table td, 
table.cms_table th {
	padding: 1em;
}

table.cms_table th {
	background-color: #0080ff;
	height: 50px;
	text-align: center;
}

.required {
	font-weight: bold;
	color: red;
}

table.contact_form,
table.contact_form td {
	border: 0px;
}

table.contact_form hr {
	margin: 0px !important;
	padding: 0px;
}