/* CSS Document */

/* General class assigned to anything you dont want printed */
.no-print {display:none;} 

/* General Declartions */
body {color: black; background: white;}
img,a img{border:none;outline:none;}
.clear { clear:both; }

/* Hide screen only id's and class's */
#bgColorFill {display: none;}
#headerContainer {display: none;}
#footerContainer {display: none;}
#supportRightSide {margin-left: 0px;}
.sf-menu {display:none;}
.containerPlus {display:none;}

#headerWrapper, #navWrapper, #breadcrumbs{
    display:none;
}

/* Adjusting properties */
#ai_images {position:relative;width:210px;display:block;float:left;}
#ai_images a {position:relative;}


/* Display Print only id's and class's */
#printLogo {display: block;}

