body 	{ 
	color : #000000; 
	background : #ffffff; 
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt; 
	margin: 10 10 10 10;	
}
	


a 	{ 
	text-decoration : underline; 
	color : #0000ff; }

table   { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 10pt; }


/*Gets rid of all the images in the print version */
* img  	{
	height: 0;
	width: 0;
	position: absolute; }



/* This overrdes the hiding of select images, such as ones with directional arrows*/
 img.printAlways {
	  display: visible !important;
	  height: auto;
	  width: auto;
	  position: auto; }


/* This is used with the SPAN elements cause the scripts not to run for printing */	

.noprint {display: none;} 




/******* NEW SECTION TO ADAPT TO NEW LAYOUT ****/
/*---- Layout ----*/

#oldbrowser
{
	text-align: center;
}


#leftColumn, #masthead, #innerLeftColumn, , #innerFooter, #qm0 
{
	display: none;
}

.qmmc      /* Get rid of the side menu  */
{
	display: none;
}

#contentColumn
{
position: absolute;
top: 5px;
left: 5px;
}

#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}

# innerContentColumn p
{
page-break-inside: avoid;
}


#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}



/*Lists in the Content Column */
#innerContentColumn ul
{
list-style-image: url('bullet-mountain-small.gif'); 
}

#innerContentColumn ul ul        	
{
list-style-image: url('tidbul2e.gif'); 
}

#innerContentColumn ul ul ul
{
list-style-image: url('tidbul3e.gif');
}


#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 500px;
}
.hide
{
	display: none;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/

.hnav
{
	display: none;
}
.hnav ul
{
	display: none;
}
.hnav ul li
{
	display: none;
}

/* This section create the Horizonal Rule using a DIV 
   It is used in the html files as this   <div class="hr"></div><hr /> */
div.hr {display: none}
/*/*/a{}
div.hr {
  display: block;
  height: 10px;
  background-image: url('horizonalbar.gif');
  background-repeat: no-repeat;
  background-position: center center;
  margin: 1em 0 1em 0;
}
hr {display:none}
/* End of the HR Section */

/*  Section to try and remove the google side column ads */

/* End Google Side Ad Remove */


