/* Start of CMSMS style sheet 'wnc2' */
/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family:Georgia, "Times New Roman", Times, serif;
 color:#FFFFFF;
 background:#4a405b;
} 

a {
color:#E79836
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
text-align: center;
}
 
#pagewidth{ 
 width:780px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:335px; 
  background-color:#4a405b; 
 width:100%;
} 
 

 
#rightcol{
 width:254px; 
 float:right; 
 position:relative; 
 background-color:#3b3349;
 padding:8px;
 }
 
#maincol{
	background-color: #4a405b;
	float: left;
	display:inline;
	position: relative;
	width:500px;
	padding:5px;
 }
 
#footer{
 height:54px; 
  background-color:#766542; 
 clear:both;
 } 
 

 
 /* *** 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;}
}

/* End of 'wnc2' */

