/* 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;
}
#header, #sidebar, #subnav, #cta, #footer { display:none; }

#content { float:left; width:100%; padding:5px;}
.contentbox li { clear:both; }
			.contentbox img { float:left; padding:11px; width:118px; clear:right;  }
			.contentbox div { float:left; width:400px; padding-top:3px; }
			.contentbox p { padding-bottom:0px; }