/* CSS Stylesheet Developed by Corey O'Brien, Delotite Consulting, 03/11/2010 */

/* Print Style Adjustments */
#HeaderDiv, #SiteLinks, #MainTabBar, #LanguageBar, #CommonWealthBar, #TabBar, #ctl00_PAStateNavigator_NavigationMenun1Items, #HeaderDivHome, #HomeBar {
    display: none;
}

#BodyContent {
	top: 50px;
	width: auto;
	border-left: none;
	border-right: none;
}

#BodyContentHome 
{
    top: 50px;
	border-left: none;
    border-right: none;
}

#Footer {
    display: none;
}

#PrintHeader {
    display: inline;
}

#PrintHeader h1 {
	font-size: 1.7em;
}

#PrintHeader .LastVisited {
    font-size: 1.0em;
}

.FormButton 
{
    display: none;
}

#CommonWealthBarInternal 
{
    display: none;
}