/* Date: 8/3/2005
   Author  : Mike Liston
   Comments:
   Printer friendly pages made easy.
--------------------------------------- */

/* SAME FONT IS USED FOR ALL TEXT
--------------------------------------- */
body, div, p, blockquote, li, td, span, .copyright, .error, .testimonial
{
	font-family: verdana, arial, helvetica, sans-serif;
}

body
{
	color : #000000; 
	background : #ffffff; 
	font-size : 10pt; 
}

a
{
	text-decoration : underline; 
	color : #0000ff; 
}

h1, h2, h3, h4, h5, h6
{
	font-size : 12pt;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

#top-banner, #navbar, #subnav, #sidebar, #home, #sas
{
	display : none; 
}

hr
{
	height:1px;
	color:white;
	display:none;
}

/* OC Hack
--------------------------------------- */
#dqmbar, #imgbar, #dqpc
{
	display : none;
}

/* left col
--------------------------------------- */
.left_col
{
	background-color: #ffffff;
  float:left;
  margin: 0px;
  padding:0px;
  width:190px;
  text-align:left;
}


/* right col
--------------------------------------- */
.right_col
{
	background-color: #ffffff;
  float: right;
  margin: 0px;
} 

#sitemaplink
{
	display:none;
}
