html, body{
 margin:3px;
 padding:0;
}

body {
   	color:#646750;
	background-color:#E1E9B4;
    background-image: url('/images/bdybk.jpg');	
	font-size:14px;
	font-family: Gill, Helvetica, sans-serif; 
    background-repeat: repeat;
    background-position: center;

	
	}

	
#pagewidth{
 max-width:100%;
 min-width:100%;
}

#header{
 position:relative;
 height:220px;
 background-color:#E1E9B4;
 background-image: url('/images/hdrbk.jpg');
 width:100%;
 margin-left: auto;
 margin-right: auto;
 border:solid #573E60 1px;
 padding:2px;
 text-align:center;
 font-size:14px;
 font-family: Gill, Helvetica, sans-serif; 
 color:#646750;
}

#leftcol{
 width:13%;
 float:right;
 position:relative;
 min-width:120px;
 background-color:#8C9943;
 border:solid #573E60 1px;
 padding:1px;
 text-align:center;
 color:#800080;
 font-size:12px;
 font-family: Gill, Helvetica, sans-serif; 
}


#twocols{
 width:75%;
 float:right;
 position:relative;
}

#rightcol{
 width:26%;
 float:left;
 position:relative;
 min-width:120px;
 background-color:#E1E9B4;
 border:solid #573E60 1px;
 padding:1px;
 text-align:center;
 color:#646750;
 font-size:14px;
 font-family: Gill, Helvetica, sans-serif; 
}

#maincol{
 background-color:#E1E9B4;
 float: left;
 display:inline;
 position: relative;
 width:55%;
 padding:1px;
 border:solid #573E60 1px;
}

#footer{
 height:40px;
 background-color:#E1E9B4;
 border:solid #573E60 1px;
 padding:5px;
 width:35%;
 margin-left: auto;
 margin-right: auto;
 text-align:center;
 clear:both;
}



/* *** Float containers fix */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.clearfix{display: inline;}
/* Hides from IE-mac \*/
 * html .clearfix{height: 1%;}
 .clearfix{display: block;}
/* End hide from IE-mac */


a:link, a:visited	{  
       color:#9B4E81; 
       font-family: Gill, Helvetica, sans-serif; 
       font-weight: bold;  
	   font-size: 14px; 
	   text-decoration: none; }

a:hover 	{  
       color:#45233A; 
       font-family: Gill, Helvetica, sans-serif; 
       font-weight: bold;  
	   font-size: 14px; 
	   text-decoration: none; }
	   
	   
   p	{margin:0px 10px 10px 10px;}
	
		
	#rightcol p { 
		font-size:14px;
	    color:#632E5D; 
	    font-family: Gill, Helvetica, sans-serif; 
			}
			


.LeftLink a:link, .LeftLink a:visited, .LeftLink a:hover { 
       color:#000000; 
	   font-family: Gill, Helvetica, sans-serif; 
	   font-size: 14px; 
	   text-decoration: none; }

.PageTitle { 
	   color: #2A202E; 
	   text-decoration: none; 
	   font-family: Gill, Helvetica, sans-serif; 
	   font-size: 16px; 
	   font-weight: bold }

.TxtRight { 
       font-weight: normal;  
         }
		 
.TopLink a:link, .TopLink a:visited  { 
       color: black; 
	   font-family: Gill, Helvetica, sans-serif; 
       font-weight: normal;  
	   font-size: 14px; 
	   text-decoration: none; }

	   	   
.TopLink a:hover { 
       color: black; 
	   font-family: Gill, Helvetica, sans-serif; 
       font-weight: bold;  
	   font-size: 14px; 
	   text-decoration: none; }		 

DIV.base-layer {
  background-color:#E1E9B4;
  color:#646750;
  margin: 0.0em 0px 0.0em 0px; 
  padding: 0; 
  text-align: center; 
  }	   