BODY
{	color: #000;
	background: none;
	font: normal 1em/1.5em Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	text-align: justify;
}

#header_art_print
{	background: #fff;
	border-bottom: 1px solid #000;
	display: block;
	height: 68px;
	margin: 0 auto 15px auto;
	width: 100%;
}

p
{	text-align: justify;
	padding-bottom: 15px;
	width: auto;
}

#content
{	background: none;
	color: #000;
	width: 100%;
	float: none;	
}

#top
{	display: none;
}

#leftbox
{	display: none;
}

#rightbox
{	background: none;
	color: #000;
	float: none;
	width: auto;
}

#mainpage
{	background: none;
	color: #000;
	width: auto;
	float: none;
}

#left
{	display: none;		
}

#menu
{	display: none;	
}

#nav
{	display: none;
}

#mainpage p
{	font: normal 1em/1.5em Arial, Helvetica, sans-serif;
	text-indent:0;
	width: auto;
	text-align: justify;
}
/* Formatting for h1-h6 */
h1, h2, h3, h4, h5, h6
{	font: bold 2.25em Arial, Helvetica, sans-serif;
	margin: auto;
}

#mainpage li
{	list-style-type: disc;
}

#mainpage table {
	border:none;
	text-decoration:none;
	text-align:center;
	font-family:Arial;
	font-size: 1em;
}

/* Formatting for Mainpage Links */
#mainpage a, #mainpage a:visited {
	text-decoration: underline;
	color: blue;
}

/* Formatting for main headings */
.mainhead
{	font: bold 2.25em Arial, Helvetica, sans-serif;
}
/* Formatting for secondary headings */
.sechead
{	font:	bold 1.5em/2em Arial, Helvetica, sans-serif;
}