@charset "utf-8";
body {
	width: 7in;	
	color: #000;
	font: 12pt/20pt "Times New Roman", Times, serif;
}
#rightcolumn, menu  {
	display: none;
}
#leftcolumn {
	margin: 0px;
	padding: 0px;
	width: 770px;
}
#leftcolumn .innertube {
	margin: 0px;
	padding: 10px 0px 0px;
}
p {
	margin-top: 10px;	
}
a {
	color: #333;
	font-weight: bold;
}
a:after { 
	content:" ["attr(href)"]"; 
	font-weight: normal;
}
a[href^="/"]:after {
	content: "";
}
.printheader {
	height: 80px;
	display: block;
}
.header {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	height: 120px;
	display: none;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bebebe;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px 0px 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	clear: both;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}
