﻿body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
font-size:16pt;
 width:100%;
}



#header
{
	display: list-item;                /* 1. */
	list-style-image: url(../Images/Header/printHeader.jpg); /* 2. */
	list-style-position: inside;       /* 3. */
	letter-spacing: -1000em;           /* 4. */
	font-size: 1pt;                    /* 5. */
	color: #fff;                       /* 5. */
	width:100000000px; /*this settings is need to fit the page in IE*/
}

#mainBody
{
	width:100%;
}
           

#header1, #header2
{
	display:none;
}


#whiteVR
{
	display:none;
}

#whiteHR /*between contentbody and footer*/
{
	display:none;
		
}

#footer
{
	display:none;
}


#footer2 /*center the blue rectangular footer*/
{
	display:none;
}



#search
{
	display:none;
}

#mainSubBannerBg
{
	display:none;
}

#sideLink
{
	display:none;
}


#announcements
{
	display:none;
}
