@charset "UTF-8";
/* CSS Document for Faux Center - print */
/*------------------------------ main tags ------------------------------*/
body {
	font: 12px/140% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	background: #FFF url(none);
}
h1, h1 a {
	font-size: 18px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
h2, h2 a, .h2inline {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}	
h3, h3 a, .h3inline {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
h4, h4 a, .h4inline {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
p, li {
	font-size: 11px;
	color: #000;
	margin-bottom: 5px;
}
#site_content ul {
	margin-left: 15px;
	padding-left: 0px;
}
a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
a:link, a:visited {
	color: #000;
}
img { 
	border: 0;
}
/*------------------------------ header, top nav ------------------------------*/
#topbar, #headerwide, #headerwrap, #logo, #headerright, #navwrap {
	display: none;
}

/*------------------------------ main content------------------------------*/
#contentwide {
	width: 100%;
	background: url(none) repeat-x top;
}
#contentwrap {
	width: 976px;
	margin: 0px auto;
}
#textures, #textures img {
	display: none;
}
#site_content {
	width: 976px;
	margin: 0px auto;
	background-color: #FFF;
	padding: 18px 9px 18px 18px;
	min-height: 600px;
}
#site_sidebar {
	display: none;
}

/*------------------------------ footer-----------------------------*/
#footerwrap {
	width: 976px;
	margin: 0px auto;
}
#footercontent {
	margin: 10px 9px 10px 0px;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}
#footercontent .footerlinks, #footerfc, #footerfe {
	display: none;
}
#footerfc, #footerfe {
	display: none;
}
/*------------------------------ miscellanous------------------------------*/
.clear {
	clear: both;
}
.normaltext {
	font-weight: normal;
}
.highlight {
}
.highlightbac {
	padding: 18px;
	background-color: #E9E7E1;
}
.pinline {
	border-top: 1px solid #CCC;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 10px 0px;
}
.narrowpinline {
	border-top: 1px solid #CCC;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 9px 240px 9px 0px;
}
.regulartable {
	margin: 0px;
	width: 459px;
}
.regulartable td {
	vertical-align: top;
	padding: 0px 30px 0px 0px;
	width: 50%;
}
.regulartable h4 {
	margin: 5px 0px;
	text-decoration: underline;
}
.regulartable p {
	margin: 0px;
}
#maps {
	text-align: center;
}
.map {
	margin: 10px auto 3px auto;
	border: 1px solid #CCC;
}
.nomargintop {
	margin-top: 0px;
}
.print, .top, br.clear {
	display: none;
}