/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:770px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:85px; 
  background-color:#006666; 
 width:100%;
 padding:0;
} 
 
#leftcol{
	width:157px;
	float:left;
	position:relative;
	text-align:left;
	/* background-color:#999699; */
  font-family: palatino, "Palatino Linotype", "Book Antiqua", serif;
	font-size:18px;
	line-height:17px;
 }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative;
 margin-left:10px; 
 width:593px; 
 }
 
/* #footer{
 height:75px; 
  background-color:#006666; 
  text-align:center;
 clear:both;
 }
*/ 
 

/* Level 2 headings */
h2 {
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  color: #660000;
}

/* Level 3 headings */
h3 {
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size: 16px;
  color: #660000;
} 

/* Level 4 headings */
h4 {
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size: 14px;
  color: #000000;
}   
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/
/* #header{color:#000000;} NEED TO CHANGE COLOR BUT THIS DOES NOT WORK */
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


/*Nav - Unvisited links (no underline) */
a.nav:link{
  color:#006666;   text-decoration:none;
}
/* Visited links (no underline) */
a.nav:visited{
  color:#CC6600; text-decoration:none;
}
/*Hover links (no underline) */
a.nav:hover{
  color:#660000; text-decoration:none; 
} 
/* Active links (no underline) */
a.nav:active{
  color:#0000FF; text-decoration:none;
} 

/* Body - Unvisited links with underline */
a.bod:link{
  color:#006666;   text-decoration:underline;
}
/* Visited links  */
a.bod:visited{
  color:#CC6600; text-decoration:underline;
}
/*Hover links */
a.bod:hover{
  color:#660000; text-decoration:underline; 
}
 
/* Active - Underlined */ 
a.bod:active{
  color:#0000FF; text-decoration:underline;
} 
*/

