/*css*/
body {
    background: #FFF;
    color: #000;
    font: small Verdana, Arial, Helvetica, sans-serif;
}

h1#sitetitle {
    background: none;
    border-bottom: 1px solid #000;
    width: auto;
}

#utility {
    left: auto;
    right: 0;
}

#main-nav {
    left: 0;
    width: 100%;
}   

#left-col, #right-col {
    display: none !important;
    width: 0 !important;
} 

#home {
	width:100% !important;
} 

#three-col, #two-col, #home, #Worldwide-Table {  
page-break-before: avoid;
}
