/* Hide or Show Specific Regions ***********************************************************/
#commonBanner, #toplist, #textbar, #menubar, p.pagetop, h3.alpha, #print_this_page, #gs, #css_switch, #virginiaSearch, #searchform{
	display: none;
	visibility: hidden;
}
#textline{
	font-size: 20px;
	position: absolute;
    margin-left: auto;
    width: auto;
    overflow:visible;
}
/*BEGIN breadcrumb design***************************************************************************************/
#breadcrumb
{
	margin-right:0px;
}
/* hide or show specific regions End ***********************************************************/
/* Format Printed Text ***********************************************************/
body, p { 
	font-family: "Georgia", Garamond, serif; 
	font-size: 1.0em; }
	
	
a {
	color: #000066; /* will print dark blue for color printers, black for greyscale*/
}
a.external {
    background: none;
    padding-right: 0px;
	word-wrap: break-word;
}
#content {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0.000em;
}
#contentContainer {
	margin-left: 0px;	
}
.container {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*h2:before { /*Commented out to test if needed
	margin-left: -18px;
	content: url("/images/h2bullet.gif");
	padding-right: 5px;
}
*/
h2 {
	border-top: #000 1px solid;
}
.div_for_print {
	margin: 0px;
	float: left;
	width: 45%;
	page-break-before: auto;
}
.div_for_print_letters {
	margin: 0px;
	float: left;
	width: 100%;
}
/* format printed text End ***********************************************************/
/* BEGIN Core.css shut off ************************************************************************************************************************/
.width 
	{
		width:auto; 
		min-width:0px;
	}
/* END Core.css shut off ************************************************************************************************************************/
#textbar {
	width: 0px;
	background-color: #fff;
	background-image: url();
	background-repeat: no-repeat;
}
#menuAndContentWrapper /*This div surrounds the leftnav, content and the rightnav*/
{
	background-color: #fff;
	background-image: url(); 
	background-repeat:no-repeat;
}
#tagline /*The tagline style encompasses the banner image, it's width and height.*/
  {
	background-image: url();
	background-repeat: no-repeat;
  }
#footer /* This is used to define the style for page footer */
{
	display: none;
}
.top_of_page_with_arrow
{
	display: none;
}