/* PRINT TEMPLATE STYLES */

body { 
	background-color: #FFF; 
}
h2 {
	color: #666;
}
h2 a:link {
	color: #666;
}
h2 a:visited {
	color: #666;
}
h2 a:active {
	color: #666;
}
h2 a:hover {
	color: #666;
}
.master {
	background-color: #FFF;
	width: 586px;
	margin: auto;
	padding: 0px;
	border: none;
}
.flash {
	display: none;
}
.printHeader {
	display: block;
	height: 142px;
	width: 586px;
}
.bodyWrapper {
	background-image: none;
	padding: 20px 0px 0px;
	width: 586px;
}
.navigation {
	display: none;
}
.content {
	color: #666;
	font: 1em/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 35px;
	margin: 0px;
	width: 541px;
	float: left;
	overflow: visible;
}
.content a:link {
	color: #666;
	text-decoration: underline;
}
.content a:visited {
	color: #666;
	text-decoration: underline;
}
.content a:active {
	color: #666;
	text-decoration: underline;
}
.content a:hover {
	color: #666;
	text-decoration: underline;
}
.contentRight {
	color: #666;
	font: 1em/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 35px;
	margin: 0px;
	width: 541px;
	float: left;
	overflow: visible;
}
.contentRight a:link {
	color: #666;
	text-decoration: underline;
}
.contentRight a:visited {
	color: #666;
	text-decoration: underline;
}
.contentRight a:active {
	color: #666;
	text-decoration: underline;
}
.contentRight a:hover {
	color: #666;
	text-decoration: underline;
}

/* FOOTER STYLES */
.footer {
	display: none;
}
