﻿body
{
	color:black;
	background: white;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 12px; 
}
a {
	text-decoration: underline;
	color: blue;
}

#banner, #topContainer, #rightNavigation
{
	display:none;
}
.navigationRight, .footer, .navigationTop {
	display: none;
}
#contentHolder, #content
{
	width: 550px;
/*	width: 100%*/
}
.columns{
	page-break-before: auto;
}