/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:760px; 
 text-align:left; 
 margin:0 auto; 
 
}

#wrapper {
	border-right: 1px solid #00502F;
	background-color: #00502F;
}
 
#header{
 position:relative; 
 background-color:#FFFFFF; 
 width:100%;

} 
 
#leftcol{
 width:118px; 
 float:left; 
 position:relative; 
 background-color:#00502F; 
 
 }
 
#twocols{
 width:640px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:139px; 
 float:right; 
 position:relative; 
 background-color:#FFFFFF;
 
 }
 
#maincol{
 background-color: #FFFFFF;  
 float: left; 
  position: relative; 
 width:630px; 
 font-size: 11pt;
 padding: 5px;
 font-family: "Trebuchet MS",Verdana,Arial,Sans-serif
 }
 
#footer{
	 font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	 font-size: 8pt;
 background-color:#00502F; 
 clear:both;
 display:block;
color: #FFFFFF;
 text-align: center;
 padding-top: 4px;
} 

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
	color: #54B948;
}
 

 
 
/* ******************************************************************** */ 
/* Clearfix: http://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;}
}

#sidemenu {
	
	font-size: 9pt;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
}


#sidemenu ul {
	margin-top: 40px;
	list-style: none;
	color: #FFFFFF;
	line-height: 2;
	padding-left: 4px;

}

#sidemenu ul a {
	text-decoration: none;
	color: #FFFFFF;
	
	font-weight: bold;

}

#sidemenu ul a:hover {
	text-decoration: none;
	color: #54B948;

}

#sidemenu ul li {
	border-bottom: 1px solid #b4d8c9;

}

#sidemenu a {
	color: #FFFFFF;
}
#sidemenu a:visited {
	color: #FFFFFF;
}

/*------------------------ NEW MENU ------------------------------- */


#menu {
	background: #15467A;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0;
	margin-left: 118px;
	
}
#menu li {
	font-size: 10pt;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #15467A;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 16px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #8da8c5 url("../images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}

#navcontainer {
background: #15467A;
position: relative;
float: left;
	margin: 0;
	padding: 0px;
	width: 100%;

}


h3 {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #15467A;
}

h2 {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #15467A;
}
