﻿body {
	background-image: url('images/main_page_background.png');
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial;
	color: #343537;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;

}

img{
	border: 0px;	!important
}


#main_content_tbl {
	text-align: left;
}

#main_header_cell {
	height: 86px;
	vertical-align: middle;
}

#main_logo_img {
	position: relative;
	left: 5px;
}

#main_tagline_img {
	position: relative;
	top: 15px;
}

#main_navigation_cell {
	background-image:url('images/navigation_background.png');
	background-repeat:repeat-x;
	height: 39px;
	text-align: center;
}

#main_body_spacer_cell {
	height: 10px;
}

#main_body_cell {
	padding-top: 12px;
	vertical-align: top;
	font-size: 12px;
	text-align: justify;
}


.headlines {
	text-transform: uppercase;
	color: #BF2904;
	font-size: 14pt;
	font-weight: bold;
}

.subheading {
	text-transform: uppercase;
	color: #BF2904;
	font-size: 10.25pt;
	font-weight: bold;

}

.bodylink {
	text-decoration: none;
	font-weight: bold;
	color: #BF2904;
}

.bodylink:hover {
	text-decoration: underline;
	color: gray;
}

.footerlink {
	color: #343537;
	text-transform: uppercase;
	text-decoration: none;
}

.footerlink:hover {
	text-decoration: underline;
}

.related_links_div {
	float: right; 
	width: 150px; 
	margin-left: 30px; 
	padding-top: 22px;
}


#main_footer_spacer_cell {
	height: 30px;
}

#main_footer_sitemap_cell
{
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
