﻿body
{
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
	font-size: 75%;
	font-family: arial; /*line-height:1.125em;*/
	text-align: left;
}
div
{
	page-break-before: avoid;
}
#wrapper
{
    padding-right: 5px;
    padding-left: 5px;
    /*background: url(../_images/rightcolwrapper_bg.jpg) no-repeat -2px 0px;*/
    /*left: -3px;*/
	margin: 0;
    width: 531px;
    padding-top: 0px;
    position: relative;
}

div#wrapper.print2col
{
	width: 773px;
}
#footer
{
	width: 531px;
}
#topspacer
{
	width: 531px;
	float:none; /* 06/01/10: Modified from left to fix print issue in IE, FF */
	margin-left:0px;
}
#subtopnav
{
	width: 531px;
	float:none;
}
#colmid
{
	left: 0px;
	float:none; /* 06/01/10: Modified from left to fix print issue in IE, FF */
    width:100%; /* 06/01/10: Modified from left to fix print issue in Firefox with overflow:hidden */
}  
  
/* ************************* */
/* 06/01/10: Modified from left to fix print issue in Firefox with overflow:hidden */
.itemmetadatafull
{
	float:none;
}
/* ************************* */

#col1
{
    width:100%; /* 06/01/10: Modified from left to fix print issue in Firefox with overflow:hidden */
}

#col1pad
{
	margin: 0px !important;
	width:531px;
	float:none; /* 06/01/10: Modified from left to fix print issue in IE, FF */
	clear:left;
}

div#col1pad.print2col
{
	margin-left: 0px;
	width:773px !important;
	float:none;
}
