/* CSS Document */
html, body{ 
  background-color:#f2f2f2;
  margin:0; 
  padding:0;
  } 
 
#pagewidth{ }
 
#header{
  background-color:#f2f2f2;
  top:35px;
  position:relative;
  width:100%;
  } 

#rightcol{
	background-color:#f2f2f2;
  width:16%; 
	position:relative;
  }
 
#maincol{  
	background-color:#f2f2f2;
 	width:84%;
	position:relative; 
	float:left;
	padding-left:10px;
	display:inline;
  font-size:80%;
	font-family:Arial;
	color:#000000;
  }
 
.twp{ 
	font-family: Arial Black;
	font-size:10pt;
	color: #000080
	}

.highlight{
	font-size:80%;
	font-weight:bold;
	font-family:Arial;
	color:#FF0000;
	text-decoration:underline;
	}
	
.marquee	{
	font-size:36pt;
	font-family:Arial Black;
	color:#800000;
	}
	
.fine	{
	font-size:8pt;
	font-family:Arial;
	color:#000000;
	}

H2	{
	background-color:#000000;
	font-size:14pt;
	font-family:Arial;
	color:#FFFF00;
	}

A:link	{ color: #0000FF }
A:visited 	{ color: #0000FF }
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
