/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

body, p, td, th, ul, a {
	background-color: #fff;	
	color: #000;
	font-family: "Helvetica", Garamond, serif;
	font-size: 12pt;
}

h1 a {
	font-family: "Helvetica", Garamond, serif;
	font-size: 20pt;
}

h2 {
	font-size: 14pt;
}


#header {
	/*display: list-item;
	list-style-image: url(/img/logo.png);
	list-style-position: inside; */
	background:#6FB530 url(/img/logo.png) no-repeat scroll 0pt;
	/*height:90px;*/
	width:650px;
}

#primarycontent {
	min-height: 10px !important;
	border-top: black solid ;
	border-bottom: black solid ;
}

#secondarycontent {
	min-height: 10px !important;
}

#sidebar, #shortcuts, #tagsbox, #insection, #printpage, .noprint {
	display: none;
}

.panel {
	float: left;
	width: 90%;
	min-width: 10px;
	border: solid;
	border-width: 0.5;
	margin-top: 10px;
	padding-left: 10px;
}

#footer ul li.first {
	float: left;
	display: block !important;
	margin-left: -40px;
	/*display: block !important;*/
}


#footer ul li {
	display: none;
	min-height: 10px;
}

