@charset "utf-8";
/* CSS Document */

.screenonly {
	display:none;
	visibility:collapse;
	}
.printonly {
	display:block;
	visibility:visible;
	}
	
#content{
width:650px;
}

#leftcolumn {
width:150px;
}
	
#callout-box {
width:150px;
}

#callout-box h1,
#callout-box h1 a:link, #callout-box h1 a:visited,
#callout-box h1 a:hover, 
#callout-box h1 a:active {
width:150px;
margin-bottom:40px;
}

#rightcolumn {
width:875px;
}
	
#footer {
clear:left;
float:left;
width:875px;
	}
