/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
  font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
	 font-size:14px;
	 background-color:white;
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:70px; 
  background-color:white; 
 width:99%;
  background-image:url('images/topbanner.jpg');
	 background-repeat:no-repeat;
	 border:1px solid black;
	 margin-left:3px;
	
} 
 
#leftcol{
 width:25%; 
 float:left; 
 position:relative; 
 background-color:#f6f6f6; 
 padding-bottom:55px;
 margin-left:4px;
 margin-top:15px;
 }
 
#maincol{
background-color:white;  
 float: right; 
 display:inline; 
 position: relative; 
 width:686px; 
 padding-left:13px;
 padding-right:33px;
 padding-top:3px;
 margin-top:12px;
  }
 
#footer{
 height:100px; 
 background-color:#F3F3F3; 
 clear:both;
  font-size:11px;
 padding-left:255px;
 padding-top:5px;
  text-align:left;
 } 
 
 h1{
 font-size:27px;
 color:#414141;
 }
 h2{
 font-size:23px;
 color:#414141;
 }
 
 p{
 font-size;12px;
  font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
	color:#414141;
	}

	a:link {color: black; text-decoration: underline; }
a:active {color: black; text-decoration: underline; }
a:visited {color: black; text-decoration: underline; }
a:hover {color: black; text-decoration: underline; }

	
	
	
 
 /* *** 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;} 
#twocols, #maincol{width:100%; float:none;}
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.boldbuttons{
background: transparent url('roundedge-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 60px; /*offset of tabs relative to browser left edge*/
font: bold 12px tahoma;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 12px 12px; /*padding inside each tab*/
border-right: 1px solid black; /*right divider between tabs*/
border-left:1px solid #666666;
color: #cccccc;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: #cccccc;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background:#333333; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: disc;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li a{
color: #414141;
display: block;
width:100%;
padding: 5px 4px;
text-decoration: none;
font-weight: normal;
 font-style:normal;
  font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
border-top: 1px solid #d1d1d1;
background-color: #f6f6f6;
text-decoration:none;
 font-size:12px;

}


.buttonmenu li a:visited{
color: #414141;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #c6c6c6;
}






