/* External Style Sheet for print: Black Cap Design */
/* Site Design: Black Cap Design */


body 
{
	margin: 0;
	background: white;	
	color: black;
  font: 13px Arial, Helvetica, sans-serif;
}
#content
{
	float: left;
	width: 440px;
}
#sidebar
{	

	width: 180px;
	padding: 4px 8px 4px 8px;
	border: 1px solid black;
	margin: 0 16px 10px 470px;
}
* html #sidebar /* hack to make it play nice in ie6 */
{
	float: right;
	width: 25%;
	padding: 4px 8px 4px 8px;
	border: 1px solid black;
	margin: 0 16px 10px 10px;
}

h1
{
	font-size: 18px;	
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
	font-style: oblique;		
}
h4
{
	font-size: 14px;
}
a
{
	color: black;
	text-decoration: none;	
}
#skip, #logo, #navlist, #font_size, #print_icon, #sidebar_top, #sidebar_mid_joint, #sidebar_bottom, #footer_navlist, form, img
{
	display: none;	
}
#sidebar ul.standard
{
	margin-left: 0;
	padding-left: 12px;
	font-size: 10px;	
}
#footer
{
	clear: both;	
}
