/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
/* background-color: #666;*/
 background-color: #fff;
background-color: #003;
} 
 
#pagewidth{ 
 width:760px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 background-color:#933; 
 border: 1px solid black;
} 
 
#header{
 position:relative; 
 height:119px; 
/*  background-color:#ffc;  */
  background-color:#fff; 

 width:100%;
 z-index: 10;
} 
 
#leftcol{
 width:175px; 
 float:left; 
 position:relative; 
 background-color:#933; 
 font-family: Impact, Geneva, Times New Roman, times, serif;
font-size: 16px;
 }
 
#twocols{
 width:585px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:175px; 
 float:right; 
 position:relative; 
 font-family: Geneva, Times New Roman, times, serif;
 text-align:right;
 }
 
#maincol{background-color: #ffc;  
 float: left; 
 display:inline; 
 position: relative; 
 width:390px; 
 padding: 10px;
 font-family: Helvetica, Geneva, Arial, sans-sefif;
 font-size: 13px;
 line-height: 15px;
 }
 
 
#footer{
 height:20px; 
  background-color:#FFFFFF; 
 clear:both;
 text-align: center;
 font-family: Palatino, Times New Roman, times, serif;
 font-size: 10px;
 padding-top: 5px;;
 } 
  
/*
#leftcol>a.nav:link, #leftcol>a.nav:visited{
	margin-top: 4px;
	padding-left: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
}

#leftcol>a.nav:hover,  #leftcol>a.nav:active {
	color: #ffc;
}

#leftcol>a.navSelected:link, #leftcol>a.navSelected:active {
	margin-top: 4px;
	padding-left: 10px;
	display: block;
	background-color: #ffc;
	color: #900;
	text-decoration: none;
}

#leftcol>a.navSelected:hover, #leftcol>a.navSelected:visited {
	margin-top: 4px;
	padding-left: 10px;
	display: block;
	background-color: #ffc;
	color: #900;
	text-decoration: none;
}
*/

a.navHeader:link, a.navHeader:visited{
	color: #fff;
	display: block;
	text-decoration: none;
}

a.navHeader:hover,  a.navHeader:active {
	color: #ffc;
}

a.nav:link, a.nav:visited{
	margin-top: 4px;
	padding-left: 20px;
	color: #fff;
	display: block;
	text-decoration: none;
}

a.nav:hover,  a.nav:active {
	color: #ffc;
}

a.navSelected:link, a.navSelected:active {
	margin-top: 4px;
	padding-left: 20px;
	display: block;
	background-color: #ffc;
	color: #900;
	text-decoration: none;
}

a.navSelected:hover, a.navSelected:visited {
	margin-top: 4px;
	padding-left: 20px;
	display: block;
	background-color: #ffc;
	color: #900;
	text-decoration: none;
}

.navHeader {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 20px;
	font-size: 18px;
	color: white;
	display: block;
}

.navHeaderShorter {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	font-size: 18px;
	color: white;
	display: block;
}

.mainHeader {
	padding-top: 20px;
	font-size: 20px;
	line-height: 22px;
	display: block;

}

#maincol #image {
border:1px solid #000; 
float:right;
width:350px; 
background:#eee;
margin:00px 0px 10px 10px;
}

.pageNav {
	font-weight: bold;
}
 /* *** 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*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
