html, body
{
	background:transparent;
	color:#000000;
	font-family:Arial;
	font-size:13px;
	width:600px;
	margin:0;
	padding:0;
}

#container
{
	margin:0;
	padding:0;
	background:transparent;
	width:600px;
}

#content, #content.twocol
{
	width:600px;
}

#leftNav, #options, #colRight, div.hr, #footer ul
{
	display:none;
}

a
{
	color:#006666;
	text-decoration:underline;
}

a img
{
	border:none;
}

#pageHeader
{
	display:none;
}

#printHeader
{
	margin:20px 0;
	width:600px;
	height:80px;
	background:#fff;
	display:block;
}

#printHeader img
{
	float:right;
}

#main
{
	width:600px;
	float:left;
	background:#fff;
}


#content p, #content h1, #content h2, #content hr
{
	margin:0 17px;
	padding:10px 0;
}

#content p.publish
{
	font-weight:bold;
	margin-top:15px;
	
}

#content h1
{
	padding:10px 0;
	color:#006666;
	font-size:17px;
	font-weight:bold;
}

#content h2
{

	padding:10px 0;
	color:#006666;
	font-weight:normal;
	font-size:15px;
}

#content table
{
	margin:10px 17px;
}

#content table td
{
	padding:10px;
}

#content img
{
	padding-top:20px;
}

#footer
{
	margin-top:10px;
	width:600px;
	border-top:1px solid #c2d3e8;
	clear:both;
}

#footer p
{
	margin-top:10px;
	text-align:right;
	margin-right:17px;
}

#footer p span
{
	display:none;
}

div.searchresults
{
	margin:0 0 0 17px;
	height: 68.75em; 
	overflow: hidden;
}

div.clear
{
	clear:both;
}