/*CSS document*/


#horiznav2, #sectionnav, #sectionnav a img {
display: none
}
#logo, #books, #topbar, #titlebar {
display: none
}
#leftbar,  #leftcaption, #leftcaptioncentered, #mainnav {
display: none
}
#horiznav, #leftimage {
display: none
}

body {
background-color: #FFFFFF;
margin-top: 10%;
font-family: Georgia, "Times New Roman", serif;
font-size:10pt;
color:#000000;
text-align:left;
}

#logoblack {
position:absolute;
left:0px;
top:0px;
width:180px;
height:108px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
color:#000000;
background-color:#ffffff;
}
#content {
	width: 1151px;
	border: 0;
	margin: 0 5%;
	padding: 20px;
	float: none;
}
#content img {
	margin:0 10px 0 0;
	float: none;
	clear: both;
}
#footer {
left:240px;
padding-top:20px;
font-family: Arial, "Times New Roman", serif;
color:#777777;
background-color:#ffffff;
font-size:9pt;
line-height:normal;
text-indent:0em;
}
a:link, a:visited {
	color: #520;
	background-color:#ffffff;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

.subhead {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Times New Roman", serif;
color:#777777;
background-color:#ffffff;
text-indent:0em;
}

