html, body {
	padding: 0 auto;
	margin: 0;
	font: normal 11px "Trebuchet MS", sans-serif;
}

a.mainlevel {
	display: block;
	width: 127px;
	float: left;
	clear: both;
	height: 22px;
	margin: 1px;
	background-color: #6cb2f4;
	font: bold 14px 'Times New Roman', Times, serif;
	color: #0c0c0c;
	text-decoration: none;
	padding-left: 14px;
	padding-top: 2px;
}

a.mainlevel:hover, a#active_menu {
	background-color: #2286e5;
}

td#content_here a {
	color: #a40101;
	text-decoration: none;
}
td#content_here a:hover {
	text-decoration: underline;
}

td#headerline {
	background: url(../images/topsite_line_bg.jpg) top left repeat-x;
	height: 34px;
}
td#header {
	height: 208px;
	background: url(../images/header_bg.jpg) top left no-repeat;
}
table#menu {
	background: url(../images/menu_bg.jpg) top left no-repeat;
	height: 44px;
	margin-top: 195px;
}
td.menu_marker {
	background: url(../images/menu_item_bullet.gif) left center no-repeat;
	width: 23px;
}
td.menu_item {
	padding-right: 24px;
	padding-bottom: 1px;
}
td.menu_item a {
	color: #0c0c0c;
	font: bold 14px "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;
}
td.menu_item a:hover {
	text-decoration: underline;
}
table#topmenu {
	margin-top: 10px;
}
table#topmenu a {
	color: #7a7a7a;
	font: normal 10px Tahoma, sans-serif;
	text-decoration: none;
}
table#topmenu a:hover {
	text-decoration: underline;
}
td.topmenu_bullet {
	width: 10px;
	height: 8px;
	background: url(../images/topmenu_bullet.jpg) left center no-repeat;
}
td.topmenu_link {
	padding-top: 1px;
	padding-right: 20px;
}
td#content_blocks_separator {
	background: url(../images/blocks_splitter_bg.jpg) top left repeat-y;
	width: 6px !important;
}
table#content_area {
	margin-top: 5px;
	margin-right: 24px;
}
td#left_content_block {
	width: 156px !important;
	padding: 0;
}
td#content_here {
	width: 385px;
}
a img {
	border: 0;
	padding: 0;
	margin: 0;
}
td.assistance {
	border: 1px solid #d1d1d1;
}
td#rightblock h3 {
	background: url(../images/red_title_bullet.jpg) left center no-repeat;
	padding-left:15px;
	margin-top: 0;
	margin-bottom: 8px;
	padding-bottom: 0;
	color: #b90000;
	font: bold 14px Tahoma, sans-serif;
	line-height: 14px;
	clear: both;
}
a.readmore {
	color: #ac1c1c;
	display: block;
	width: 38px;
	float: right;
	clear: both;
	padding: 0;
	margin: 0;
	padding-bottom: 8px;
	vertical-align: top;
}

a.link {
	color: #ac1c1c;
}

br.clearall {
	clear: both;
}
table#footer {
	margin-top: 14px;
	background: url(../images/footer_bg.jpg) top left no-repeat;
	font: 14px "Times New Roman", Times, serif;
	color: #FFFFFF;
}
div.grayline {
	height: 1px;
	width: 140px;
	border-top: 1px solid #adadad;
	line-height: 0;
	font-size: 0;
	margin-left: 7px;
	margin-top: 0;
	padding-top: 0;
}
div#contact_information {
	color: #71706e;
	font: 12px "Times New Roman", Times, serif;
	padding-bottom: 3px;
}
td.contentheading {
	font-size: 14px;
	color: #a40101;
}
p {
	margin-top: 3px;
}
div.componentheading {
	font-size: 14px;
	color: #a40101;
	margin-bottom: 3px;
}
td.contentheading a {
	color: #a40101;
	font-size: 12px;
	text-decoration: none;
}
td.contentheading a:hover {
	text-decoration: underline;
}

a.readon, th.pagenav_prev a, th.pagenav_next a {
	font-size: 10px;
	color: #a40101;
	text-decoration: none;
}
a.readon:hover, th.pagenav_prev a:hover, th.pagenav_next a:hover {
	text-decoration: underline;
}

div.separatorline {
	float: left;
	clear: both;
	width: 99%;
	height: 16px;
	border-bottom: 1px dotted #999;
	margin-bottom: 12px;
}

#div_chat {
  height: 200px; 
  width: 300px; 
  overflow: auto; 
  float: left;
  clear: both;
  background-color: #FFFFFF; 
  border: 1px solid #555555;
  padding: 0;
  margin: 0;
}
#txt_message, #txt_name { 
  background-color: #FFFFFF; 
  border: 1px solid #555555;
}
.chat_time {
	font-style: italic;
	font-size: 9px;
}
label {
	width: 3.5em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}			
div.contact_email label {
	width: 10em;
}
#btn_send_chat {
	margin-left: 0em;
}		