body {
	font-family: 'Droid Serif', 'Palatino', 'Times New Roman', serif;
}
#contentwrapper{
	height: 100%;
}

#contentcolumn{
	overflow-y: hidden;	
}

#leftcolumn{
	display:none;
}

#thecontent{
	padding-top: 10px;
}

#thecontent table {
	border-style: solid;
	border-width: 1px;
}

#thecontent p.announcement {
	display:none;
}

#header {
   background-color:white;
   border-bottom-style: solid;
   border-width: 1px;
   color:black;
   width: 100%;
}    

#header a {
	background-color: white;
	color: black;
	text-decoration: none;
}

#thecontent a {
	background-color: white;
	border-radius: 0px;
	border-style: none;
	border-width: 0px;
	color:black;
	text-decoration: none;
}

#pagenav {
	display: none;
}

.hideprint {
	display:none;
}