html, body {
	color: #000;
	height: 100%;
	text-align: center;
	font: 12pt/17pt "Times New Roman", Georgia, Times, serif;
	background: #fff;
}

* {margin: 0px; padding: 0px;}

#container {
	width: 800px;
	height: auto;
	min-height: 600px;
	padding-bottom: 0px;
	margin: 0px auto 20px;
	text-align: center;
	background: #fff;
}

#leftcolumn {
	display: none;
}

#leftnav {
	width: 201px;
	height: auto;
	background-color: #fff;
	margin-top: 22px;
}

#maincolumn {
	width: 800px;
	height: auto;
	min-height: 700px;
	background-color: #fff;
	float: right;
	display: inline;
	text-align: left;
}

#footer {
	display: none;
}

.navitem {
	display: none;
}

.navitemnoimage {
	display: none;
}

.navitemnoimage li {
	display: none;
}

.navdescription {
	display: none;
}

.maincopy {
	margin: 49px 45px;
}

.maincopy h1 {
	font: bold 18pt/22pt "Times New Roman", Georgia, Times, serif;
	color: #000;
	margin-bottom: 15px;
}

.maincopy h2 {
	font: bold 13pt/18pt "Times New Roman", Georgia, Times, serif;
	color: #0;
	margin-bottom: 2px;
}

.maincopy h3 {
	font: bold 12pt/14pt "Times New Roman", Georgia, Times, serif;
	color: #000;
	margin-bottom: 10px;
}

.maincopy p {
	margin-bottom: 20px;
}

.maincopy ul {
	margin-left: 55px;
	margin-bottom: 20px;
}

.maincopy ul li {
	margin-bottom: 10px;
}

.maincopy ol {
	margin-left: 55px;
	margin-bottom: 20px;
}

.maincopy ol li {
	margin-bottom: 10px;
}

.maincopy blockquote {
	margin-left: 55px;
	margin-bottom: 20px;
}

.rightinlineimg {
	margin-left: 37px;
	margin-bottom: 28px;
	margin-top: 10px;
}

.maincopy a:link {
	color: #000;
	text-decoration: underline;
}

.maincopy a:link:after, .maincopy a:visited:after {   content: " (" attr(href) ") ";   font-size: 90%;   }
   
.maincopy a:visited {
	color: #000;
	text-decoration: underline;
}

.footercopy {
	display: none;
}

.noprint {
	display: none;
}

