@charset "utf-8";
/*
      Created by Mueller & Namejko, LLC
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 color:#585A4F;
}

a, #footer a {
	text-decoration:none;
	color:#912A19;
}

a:hover {
	text-decoration:underline;
}

#wrapper { 
 margin: 0 auto;
 margin-top: 10px; 
 width: 766px;
 border: 1px solid #B2BB86;
}

#header {
 width: 766px;
 float: left;
 height: 179px;
 background: #F5F6E7;
 text-align:center;
}

#nav_bar {
 width: 766px;
 float: left;
 height: 56px;
 background: #006a71;
 text-align:center;
}

#content { 
 float: left;
 background: #F5F6E7;
 height: 100%;
 width: 766px;
 display: inline;
}

#maincontent {
 padding:10px;
 font-size:13px;
 line-height:1.2em;
}

#footer { 
 width: 766px;
 clear: both;
 background: #D5D9A7;
 border-top:5px solid #B2BB86;
 text-align: center; 
 color:#000000;
 line-height:1em;
}

#footertext {
 font-size: 12px;  
 margin-top: 12px;
}

#copyright {
 width: 766px;
 clear: both;
 font-size: 10px;   
 background: #D5D9A7;
 text-align: center; 
}

.page-title {
	margin-top:20px;
	font-weight:bold;
	font-size:1.6em;
}

.page-header {
	margin-top:20px;
	font-weight:bold;
	font-size:14px;
}

.page-header2 {
	margin-top:20px;
	font-weight:bold;
	font-size:16px;
}



