#content {
	text-align: center;		/* IE centering */
	position: relative;
	overflow: hidden;	/* menus is moved left and hangs over */
	_overflow: visible;
	}
#viewport {
	height: 1025px; /* 1025px */
	width: 770px;
	overflow: hidden;
	}
#superWide {
	width: 11500px;		/* wider for IE6 */
	}
.holder {
	float: left;
	height: 500px;
	width: 770px;
	padding: 0 15px;
	text-align: left;
	}
#months {
	width: 10000px;		/* wider for IE6 */
	}
#months li {		/* for container lis */
	float: left;
	margin: 10px 20px;
	width: 770px;
	}
#months li li {	/* overrride for content lis */
	float: none;
	width: 100%;
	}
/******* horizontal spacing of pics *******/
#months .imgShadow {
	margin: 10px 3%;
	}
#ongoing .imgShadow {
	margin: 10px 4%;
	}
#March .imgShadow {
	margin: 10px 5px;
	}
/**************************************************************/
#menus {
	*text-align: center;
	}
#tabmenu {
	display: table;
	margin: 0 auto;
	*display: inline;
	*zoom: 1;
	}
#tabmenu li {
	float: left;
	background: url(/images/tab.gif) no-repeat right -55px;
	}
#tabmenu a {
	display: block;
	background: url(/images/tab.gif) no-repeat left top;
	padding: 5px 20px;
	color: #80002b;
	position: relative;		/* ie6 expands clickable area */
	}
#tabmenu .hover, #linkList .hover {
	background: url(/images/tab.gif) no-repeat right -165px;
	}
#tabmenu .hover a, #linkList .hover a {
	background: url(/images/tab.gif) no-repeat left -110px;
	}
#tabmenu .current, #linkList .current {
	background: url(/images/tab.gif) no-repeat right -165px;
	position: relative;
	z-index: 10;
	}
#tabmenu .current a, #linkList .current a {
	background: url(/images/tab.gif) no-repeat left -110px;
	font-weight: bold;
	padding-bottom: 10px;
	}
#tabmenu #bottomBorder1 {
	clear: left;
	width: 180%;
	*width: 570px;
	height: 10px;
	margin-top: -5px;
	margin-left: -40%;
	*margin-left: -100px;
	_position: relative;
	background: url(/images/hr_tabmenu.gif) repeat-x;
	}
/***********************************************/
.hidden {
	display: none;
	}
.visible {
	display: table;
	margin: 0 auto;
	*display: inline;
	*zoom: 1;
	}
#linkList {
	clear: left;
	position: relative;
	top: -5px;
	_top: -10px;
	}
#linkList li {
	float: left;
	width: 5.5em;	/* added .5 to accommodate Jan '12 */
	background: url(/images/tab.gif) no-repeat right -55px;
	}
#linkList a {
	display: block;
	padding: 3px 10px;
	background: url(/images/tab.gif) no-repeat left top;
	color: #660022;
	}
#linkList #bottomBorder2 {
	clear: left;
	width: 120%;
	*width: 570px;
	height: 10px;
	margin-top: -5px;
	margin-left: -10%;
	*margin-left: -50px;
	background: url(/images/hr_tabmenu.gif) repeat-x;
	}
#linkList .current a {
	padding-bottom: 5px;
	}
/*********************************************/
#info .imgShadow {
	margin: 3px 5px 15px 75px;
	}
.price {
	color: #903;
	}
#info ol li {
	margin: 10px 0;
	}
#summary h3 {
	float: left;
	font: normal 110% georgia, "times new roman", times, serif;
	margin: 0;
	}
#summary h2 {
	font: normal 110% georgia, "times new roman", times, serif;
	margin: 0;
	margin-left: 6em;
	}
#summary h3 a:link, #summary h3 a:visited {
	color: #009;
	}
#summary h3 a:hover {
	color: #00f;
	}
#summary li {
	clear: left;
	margin: 5px 0;
	width: 100%;
	}
#months h2, #ongoing h2 {
	clear: left;
	}
#content .buttonList li {
	width: 11em;
	}
#content #February .buttonList li {
	width: 14em;
	}
#February .imgShadow {
	float: right;
	}
#Washauer_Description p {
	text-indent: 2em;
	}
#Loflin_Supply_List {
	list-style: disc;
	padding-left: 40px;
	}
#Loflin_Supply_List li {
	margin: 0 0 5px;
	}
h1 {
	font: bold 140% verdana, arial, helvetica, sans-serif;
	margin: 25px 0 0;
	padding: 0;
	text-align: center;
	}
#July h1 {
	margin: 0;
	font: bold 140% georgia, "times new roman", times, serif;
	}
h2 {
	font: bold 130% georgia, "times new roman", times, serif;
	margin: 10px 0;
	padding: 0;
	}
#July h2 {
	margin-top: 20px;
	}
h3 {
	font: bold 100% verdana, arial, helvetica, sans-serif;
	margin: 10px 0;
	padding: 0;
	}
p {
	margin: 3px 0 3px 20px; 
	}
.small {
	font-size: 75%;
	font-weight: normal;
	}
.fullText {
	color: #c00;
	}
.newLabel {
	color: #c00;
	font-family: verdana, arial, helvetica, sans-serif;
	}
.imgShadow {
	float: left;
	}
/**************************************************/
@media print {
	#content, #viewport {
		overflow: visible;
		}
	#menus, #list, .imgShadow span {
		display: none;
		}
	#viewport {
		width: 100%;
		}
	.holder {
		height: 100%;
		}
	.holder {
		float: none;
		*width: 100%;
		}
	#months li {
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
		_width: 90%;
		}
	#info > *:first-child, #ongoing ul, #summary, #months li{
		padding-top: 0;
		}
	#content ul {
		margin: 0;
		padding: 0;
		}
	#content li * {
		_margin-left: 0;
		-padding-left: 0;
		}
	.shrinkCenter {
		*width: 100%;
		}
	}
