@charset "utf-8";
/* CSS Document */

.DoNotPrint, .doNotPrint { 

display:none;
}
.printOnly, .PrintOnly { 

display:block;
}

body, html, div#container, div#content, div#header, div#footer, div#headerNav, div#pnlFields,  div#addressBar, div#copyright {
	
	background:none;
	background-color:none;
	border:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	box-shadow:none;
	margin-left:0px;
	padding-left:0px;
	margin-right:auto;
	width:auto;
	font-family: Helvetica,Arial,sans-serif;
	
}
/************** SETUP *************/
a, a:hover { text-decoration:underline; color:#666;}

#skip, div#accessibilityLinks {
position:absolute;
left: -1000px;

	font-size: 80%;

	color:#fff;

}


/*************** HEADER ************/

div#header {
	height:80px;	
	border-bottom:thin #333 solid;
	margin-bottom:20px;
	
}


ul.menu, span#sharethis {
display:none;
}


div#subContent
{
  border:none;
  box-shadow: none;
  background-color:none;
  padding-top: 1.2em;
  padding-right: 1.2em;
  padding-bottom: 1.2em;
  padding-left: 1.2em;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  overflow-x: auto;
}

/****************ADDRESSBAR ***********/

div#addressBar p, div#addressBar p a{
	color:#333;
}

/****************COPYRIGHT ***********/

div#copyright p  {
	color:#333;
}
