body {  
  background-color: #eFF5B;
	color: #424242;
	font-family: calibri;
}
h1 {
	color: #006300;
	margin: 15px;
	padding-top: 0px;
	padding-bottom:0px;
	text-align: center;
}
h2 {
	margin: 15px;
	padding-top: 0px;
	padding-bottom:15px;
	text-align: center;
  letter-spacing: 0.2em;
}

li {
	font-size: 1.1em;
  padding: 3px;
  letter-spacing: 0em;
  }
#header
{ background-image: url('banner.png');
  background-repeat: repeat-x;
  background-position: center top ;
  top:0px;
  left:0px;
  width=100%;
  height: 110px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top : 0px;
  margin-bottom : 0px;
  padding : 0px;
  position:relative;    
}
#Rlogo,#Llogo
{ max-width: 900px;
  min-width: 750px;
  height: 100%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;   
  position:relative;
}
#Rlogo
{ width:100%;
  background-image: url('logo.png');
  background-position: left center ;
}
#Llogo
{ width: 80%;
   /*background-image: url('../img/usmb.png');*/
  background-position: right center;      
}
#main
{ margin-left: auto;
  margin-right: auto;  
  width: 80%;
  max-width: 900px;
  min-width: 750px;
}