/* CSS Document */

body {
	width: 7in;	
	color: #000;
	font: 12pt/20pt "Times New Roman", Times, serif;
	background: white;
}
a {
	color: #333;
	font-weight: bold;
}
a:after { 
	content:" ["attr(href)"]"; 
	font-weight: normal;
}
#mainav, #leftcolumn, #footer
{
	display:none;
}
#contentholder
{
	width:692px;
	float:left;
	text-align:left;
}

.topbox
{
	clear:both;
	background-image: url(../images/bg-content.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width:586px;
	height:230px;
	padding-top:11px;
}
.topbox p
{
	padding-top:6px;
}
.topbox img
{
	float:left;
}
h2
{
	padding-top:15px;
}