@charset "UTF-8";
/* CSS Document */

/* CSS Structure */ 
html, body{
	margin:0;
	padding:0;
	text-align:left;
	background-color:#3a4f60;
	font-family:Verdana, sans-serif;
	font-size:13px;
} 
 
#pagewidth{
	width:767px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#FAF8DF;
} 
 
#header{
 position:relative; 
 height:160px; 
 width:100%;
} 
 
#leftcol{
	float:left;
	position:relative;
 }
 
#twocols{
	width:570px;
	float:right;
	position:relative;
  }
 /*  Temporarily changing link color for sharon */ 
/* 
#twocols a , #twocols a:hover, #twocols a:active,
#twocols a:link, #twocols a:visited,
 {*/
/*text-decoration: underline; */
/*color: #49572A;*/
/*}*/
#rightcol{
 width:207px; 
 float:right; 
 position:relative; 
 background-color:#FAF8DF;
 }
 
#maincol{
	float: left;
	display:inline;
	position: relative;
	width:370px;
 }
 
 #maincol_2col{
	float: left;
	display:inline;
	position: relative;
	width:510px;
	margin-left: 10px;
	text-align: left;
 }

#footer{
	margin-top:10px;
	padding:0;
	height:40px;
	clear:both;
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3a4f60;
	border-bottom-color: c3c9ce;
 } 
 

 
 /* *** Float containers fix *** */ 
.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 left column when printing*/ 
#leftcol{display:none;} 

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