/* CSS Document */
body
{
	background: White;
	color: Black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}

#header
{
	text-align: center;
}

#header h1 img
{
	border: none;
}

#header ul
{
	display: none;
}

#header p
{
	border-top: solid 1px Black;
	border-bottom: solid 1px Black;
	padding: 5px;
	float: left;
	width: 100%;
}

#volNumber
{
	float: left;
}

#month
{
	float: right;
}

#nav, #footer, .disclaimers
{
	display: none;
}


#fauxColumn
{
	width: 100%;
	float: left;
	height: 1%;
}

#leftSide
{
	float: left;
	width: 2.5in;
	margin: 0 .25in 0 0;
	line-height: 130%;
}

#rightSide
{
	margin-left: 2.75in;
}