body {
	margin: 0px;
}

.clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.page {
	width: 750px;
	margin: 0 auto;
	background: transparent url(/images/content_bg.jpg) repeat top left;
}

.header {
	width: 750px;
	background-color: #fff;
}

.content {

}

.left {
	width: 150px;
	float: left;
}

.searchformtext {
	color: #FFF;
	font-weight: normal;
	line-height:1.2em;
	font-size: 11px;
	padding: 20px;
	padding-top: 40px;
}

.print_email {
	margin-left: 160px;
	color: #00325e;
	width: 170px;
	display: inline;
	float: left;
	text-align: left;
}

.print_email a {
	color: #00325e;
}

.print_email a.print {
	display: inline;
	color: #00325e;
}

.print_email a.print:hover {
	text-decoration: underline;
	color: #00325e;
}

.print_email a.email {
	display: inline;
	color: #00325e;
}

.print_email a.email:hover {
	text-decoration: underline;
	color: #00325e;
}

.print_email .link_text {
	display: inline;
	color: #00325e;
}

.right {
	width: 600px;
	float: right;
}

.main_content_wrapper {
	padding: 0;
}

.main_content {
	width: 570px;
}	

.footer {
	width: 750px;
	display: block;
}

.copyright_tagline {
	clear: both;
	text-align: center;
	width: 750px;
	font-size: 10px;
	color: #999;
	background: transparent url(/images/footer.jpg) no-repeat top left;
	background-color: #fff;
	padding-top: 12px;
}

.copyright_tagline a {
	color: #999;
}

.tagline {
	font-size: 10px;
}
a.summarycontentlink:link, a.summarycontentlink:active, a.summarycontentlink:visited{
	color:#ffffff;
	font-weight: bold;
	text-decoration:underline;
}
a.summarycontentlink:hover{
	color:#C2D3C3;
	font-weight: bold;
	text-decoration:none;
}