@CHARSET "UTF-8";
@media print {

	

#mainmenu, .topnav, #footer, #footerlink, #bottomfinish,#bottommenu, #PrintSymbol 
{
	display: none;
}

	
#content
{
    position: absolute;
    left: 40px;   
    top: 0px;
    padding: 0px;
    margin: 0px;
}	

.contentRowSmall
{
	width: 25em;
}

.contentRowBig
{
	width: 45em;
}

ul
{
	list-style-image:url("../images/bullet_blue_big.gif");
	list-style-position: inside;
}
	
/* Fixed display bug for list bullets in IE6 */
* html .contentRowBig ul li, .contentRowSmall ul li
{
	list-style-position: outside;
	margin-left: 1.0em;
	background-position: 0.6em;
}

}