/* generated by csscreator.com */ 


html { min-height: 100%; margin-bottom: 1px; }

html, body{ 
 	padding:0; 
	text-align:center; 
	background: url(../images/fading_background_4.png) repeat-x;
} 
 
#pagewidth{ 
 	width:750px; 
 	border: #999 thin solid;
 	text-align:left;  
	margin-left:auto; 
 	margin-right:auto;
	background: #FFF;
} 
 
#header{
	position:relative; 
 	height:75px; 
  	background: url(../images/nass.gif) #9DAF72 no-repeat left; 
	width:100%;
} 

#menubar{
	position: relative;
	height: 25px;
	background: #CCCC99;
}

#headerbar{
	margin-left: 10px;
	height: auto;
	width: 740px;
}
#leftcol{
	width:10px; 
	float:left; 
	position:relative; 
	background-color:#FFF; 
 }
 
#twocols{
	width:740px; 
	float:right; 
	position:relative; 
  }
 
#rightcol{
	width:380px; 
	float:right; 
	position:relative; 
	background-color:#FFF;
 }

#rcspacer{
	width: 300px;
	height: 25px;
	margin-left: 20px;
}
 
#maincol{background-color: #FFFFFF;  
	float: left; 
	display:inline; 
	position: relative; 
	width:360px; 
 }
 
#footer{
	height:100px; 
	background-color:#9DAF72; 
	clear:both;
 } 
 
.bodytext {
	font-family: Papyrus, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-indent: 5px;
}

.hyperlinktext {
	font-family: Papyrus, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #C60;
	text-decoration: none;
}
.h1 {
	font: Papyrus, Tahoma, Geneva, sans-serif 14px #630;
}
.h2 {
	font: Papyrus, Tahoma, Geneva, sans-serif 14px #330;
}
.footertext {
	font-family: Papyrus, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #636;
	text-align: center;
}
.footerheader {
	font-family: Papyrus, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #963;
	text-align: center;
}
.bodyheader {
	font-family: Papyrus, Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #333;
	text-decoration: none;
}
.bodysubheader {
	font-family: Papyrus, Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #960;
	text-decoration: none;
}
 
 /* *** 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;}
}
