
BODY {
	margin: 0px;
	background-color: #91966d;
	background-image: url(/images/SITEBG.gif);
}

.clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.page {
	width: 750px;
	margin: 0 auto;
	background-image: url(/images/bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
	background-color:#ffffff;
}
.homepage {
	width: 750px;
	margin: 0 auto;
	background-color:#ffffff;
	background-image: url(/images/bghome.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
.homeflash{
	width:750px;
	height: 165px;
	background-image: url(/images/home.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.header {
	background: transparent url(/images/header.jpg) no-repeat top left;
	width: 750px;
	height: 116px;
}
.topnavwrapper{
	width: 750px;
	height: 19px;
	background-image: url(../images/navbg.jpg);
	background-position: top;
	background-repeat: repeat-x;

}

.content {}

.left {
	width: 150px;
	float: left;
}
.homeleft {
	width: 600px;
	float: left;
}
.homeright{
	width: 150px;
	float: right;
}

.left_search {
	background: transparent url(/images/leftnav_search_bg.gif) no-repeat top left;
	width: 200px;
	height: 144px;
}

.searchformtext {
	color: #FFF;
	font-weight: normal;
	line-height:1.2em;
	font-size: 11px;
	padding: 20px;
	padding-top: 40px;
}

.print_email a {
	clear: both;
}

.print_email a.print {
	display: block;
	background: transparent url(/images/print_out.gif) no-repeat top left;
	width: 200px;
	height: 25px;
}

.print_email a.print:hover {
	background: transparent url(/images/print_over.gif) no-repeat top left;
	width: 200px;
	height: 25px;
	text-decoration: none;
}

.print_email a.email {
	display: block;
	background: transparent url(/images/email_out.gif) no-repeat top left;
	width: 200px;
	height: 25px;
}

.print_email a.email:hover {
	background: transparent url(/images/email_over.gif) no-repeat top left;
	width: 200px;
	height: 25px;
	text-decoration: none;
}

.print_email .link_text {
	display: block;
	padding-left: 33px;
	padding-top: 3px;
	color: #555555;
}

.right {
	width: 600px;
	float: left;
}

.main_content_wrapper {
	padding: 15px;
	vertical-align: top;
}

.main_content {
	width: 570px;
	vertical-align: top;
}	

.footer {

	height: 20px;
	padding:0;

	text-align: left;
	font-size: 10px;

}
.footerhome {
	width: 560px;
	height: 20px;
	padding:0;
	padding-right: 10px;
	text-align: right;
	font-size: 10px;
	vertical-align: bottom;
}

.copyright_tagline {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
.copyright_tagline a:link, .copyright_tagline a:active, .copyright_tagline a:visited, .copyright_tagline a:hover {
	font-size: 10px;

	font-weight: bold;
		text-align: center;
		color:#ffffff;
		text-decoration: underline;
}

.tagline {
	font-size: 10px;
	text-transform: lowercase;
	font-weight: bold;
		text-align: center;
}
.tagline a:link, .tagline a:active, .tagline a:visited, .tagline a:hover {
	font-size: 10px;
	text-transform: lowercase;
	font-weight: bold;
		text-align: center;
		color:#ffffff;
		text-decoration: underline;
}

/* Required Browser Specific Declarations */

/* <td><p>...</p><p>...</p><p>...</p></td> in firefox creates additional space above the first element and below the last */
/* the following classes remove this extra space */
.main_content td h1:first-child, 
.main_content td h2:first-child, 
.main_content td h3:first-child, 
.main_content td h4:first-child, 
.main_content td h5:first-child, 
.main_content td h6:first-child, 
.main_content td p:first-child { margin-top: 0; }
.main_content td > h1, 
.main_content td > h2, 
.main_content td > h3, 
.main_content td > h4, 
.main_content td > h5, 
.main_content td > h6, 
.main_content td > p { margin-bottom: 0; }
