/* ========================================================================================
BASE TAGS
======================================================================================== */
html {
	margin: 0;
	padding: 0;
}
body {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	position:static;
	background: white;
	size: 8.5in 11in;
	page: auto;
	font-size: 10pt;
	color: black;
	text-align: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
}
table {
	page-break-inside: auto;
}
tr {
	page-break-inside: avoid;
}


/* ========================================================================================
LAYOUT
======================================================================================== */
/* Print Logo ---------------------------------------------------------------------------------------------- */
#print-logo-pod {
	display:block;
	margin-bottom: 40px;
	height: 40px;
}


/* Header  ------------------------------------------------------------------------------------------------ */
#header-wrapper {
	display: none;
}



/* Menus ------------------------------------------------------------------------------------------------- */
#navmenu-wrapper {
	display: none;
}



/* Breadcrumb Pod -------------------------------------------------------------------------------------- */
#breadcrumb-pod {
	display:none;
}



/* Main  -------------------------------------------------------------------------------------------------- 
#main-wrapper {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	border-right:0px;
	border-left:0px;
	border-bottom: 0px;
}*/



/* Left Pod ----------------------------------------------------------------------------------------------- */
#left-pod {
	display:none;
}



/* Content Pod ------------------------------------------------------------------------------------------ */
#content-pod {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	position:static !important;
	border-left:0px;
	background: transparent;
}
#content-pod h1 {
	color: #6e1d2c;
	font-size: 140%;
	font-weight:bold;
	line-height: 110%;
}
#content-pod h3 {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	color: #1c0005;
	color: #5d1321;
}
#content-pod h4 {
	margin: 0px;
	padding: 0px;
	font-size: 115%;
	color: #1c0005;
}
#content-pod hr {
	border-top: solid 1px #CCCCCC;
	border-right: solid 0 #FFFFFF;
	border-bottom: solid 0 #FFFFFF;
	border-left: solid 0 #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}
/*#content-pod a:link:after, #content-pod a:visited:after {
	padding-left: 15px;
	content: " (via:" attr(href) ") ";
	font-size: 90%;
	color: #008000;
}
#content-pod a[href^="/"]:after {
	padding-left: 15px;
	content: " (via: http://www2.racine.k12.wi.us.com" attr(href) ") ";
	color: #008000;
}*/
/* Navigation -------------------------------- */
#content-pod a {
	color: #003c52;
	text-decoration: none;
}
#content-pod a:hover {
	color: #5e011e;
	text-decoration: underline;
}



/* Footer Pod -------------------------------------------------------------------------------------------- */
#footer-pod {
	display: none;
}
