body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #E5E5E5;
cursor: default;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top: 20px;
}

#topsection{
height: 129px; /*Height of top section*/
background-color: #FFFFFF;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentgreen{
 height: 100px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #C8FC98;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* Navigation */

ul#navlist {
 margin-left: 0;
 padding-left: 0;
 white-space: nowrap;
}

#navlist li {
 width: 100%;
 display: inline;
 list-style-type: none;
}

#navlist a {
 font-family: Trebuchet MS, Verdana, Arial;
 font-size: 14px;
 color: #777;
 padding: 4px 14px;
 text-decoration: none;
 text-align: center;
}
#navlist a:hover {
color: #336600;
}

.epa {
 font-family: Tahoma, Verdana, Arial;
 font-size: 14px;
 font-weight: bold;
 color: #99cc33;
 text-align: right;
}

.content {
 font-family: Tahoma, Verdana, Arial;
 font-size: 14px;
 font-weight: bold;
 color: #336600; 
}

#bannerleft {
 height: 67px;
 margin-top: -25px;
 float: left;
}

#bannerleft h3 {
 font-family: Trebuchet MS, Verdana, Arial;
 color: #fff;
 font-size: 36px;
 font-weight: bold;
 margin-bottom: 13px;
}

#bannerleft h2 {
 font-family: Trebuchet MS, Verdana, Arial;
 color: #fff;
 font-weight: bold;
 font-size: 20px;
}

#bannerleft b {
 font-family: Tahoma;
}

#bannerleft .dropoff {
 color: #336600;
 font-size: 16px;
}

#bannerleft .hours {
 color: #ffffff;
 font-size: 14px;
}

#bannerleft br {
 height: 2px;
}

#bannerright {
 width: 240px;
 height: 67px;
 margin-top: -25px;
 float: right;
}
#bannerright a {
font-weight: bold;
text-decoration: none;
font-family: Tahoma, Verdana, Arial;
font-size: 12px;
line-height: 1.5em;
color: #fff;
}
#bannerright h3 {
 font-family: Trebuchet MS, Verdana, Arial;
 color: #336600;
 font-size: 36px;
 font-weight: bold;
 margin-bottom: 16px; 
}

#bannerright b {
 font-family: Tahoma;
 font-size: 14px;
 color: #fff;
}

#bodyleft {
 font-family: Trebuchet MS, Verdana, Arial;
 color: #777;
 font-size: 14px;
 float: left;
}

#bodyleft h3 {
 font-family: Trebuchet MS, Verdana, Arial;
 color: #669933;
 font-size: 24px;
 font-weight: bold;
 margin-bottom: 2px;
}

#bodyleft h1 {
 font-family: Trebuchet MS, Verdana, Arial;
 color: #8bc347;
 font-size: 36px;
 font-weight: bold;
 margin-bottom: 2px;
}

#bodyleft b {
 font-family: Trebuchet MS, Verdana, Arial;
 color: #669933;
 font-weight: bold;
 font-size: 20px;
}

ul#footlist {
 margin: 0;
 padding-left: 0;
 white-space: nowrap;
 height: 10px;
}

#footlist li {
 display: inline;
 list-style-type: none;
}

#footlist a {
 font-family: Trebuchet MS, Verdana, Arial;
 font-size: 12px;
 color: #336600;
 padding: 0px 5px;
 text-decoration: none;
}