body{
text-align: center;
background: #B2ECB8;
margin:0;
padding:0;
color:#000;
font-family: Helvetica, sans-serif;
}

#maincontainer{
width: 810px; /*Width of main container*/
margin: 35px auto; /*Center container on page*/
background: #fff;
text-align: left;
}

#topsection{
background: #E67121;
height: 170px; /*Height of top section*/
}

#contentwrapper{
float: right;
width: 630px;
margin: 8px 8px 8px 8px;
padding: 10px;
background: #fff;
border: solid 1px #017335;
}

#contentwrapper h1{
font-size: 13pt;
font-weight: bold;
}

#menu{
float: left;
width: 140px; /*Width of left column in pixel*/
background: #fff;
font-size: 14pt;
text-decoration: underline;
color: #017335;
line-height: 180%;
}

#menu ul {
margin: 0;
padding: 10px 15px 15px 20px;
}

#menu li {
list-style-type:none;
}

#menu a:link ,#menu a:visited {
color: #017331;
}

#menu a:hover  {
color: #66CC66;
}

#footer{
clear: both;
width: 100%;
text-align: center;
background: #E67121;
height: 20px;
padding-top: 5px;
font-size: 10pt;
font-weight: bold;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#bulletpoints{
margin: 10px 10px 10px 10px;
}

#bulletpoints ul{
margin: -3px 0 20px 0;
}

#bulletpoints li{
padding: 7px;
font-size: 11pt;
}

#home_page_intro{
font-size: 12pt;
font-weight: bold;
padding-bottom: 15px;
}

#page_text{
font-size: 11pt;
}

.eventdate{
text-decoration: underline;
}

.eventname{
font-weight: bold;
}







