* {font-family:verdana,helvetica,arial,sans-serif;}

body{
margin:0;
padding:0;
line-height: 1.5em;
text-align:center;
background: #efd388;
}

#maincontainer{
position:relative;
text-align:left;
margin:0 auto 0;
background: #efd388;
}


#topsection{
text-align:center;
background: #393;
padding:0;
}

#bottomsection{
background-image: url('leftcolumn2.gif'); /* make left column extend to the bottom */
background-repeat: repeat-y;
}

#header{
color: #fff;
height:100px;
padding:0px;
text-align:center;
background-image: url('bannergradient.png');
background-repeat: repeat-x;
}

#banner{ /*sits above right column, centered*/
margin: 0px auto 0 auto;
/*padding-left: 200px;*/
}
/*
#logo{ 
position:absolute;
top:0px;
left:20px;
margin:0px;
padding:0px;
}*/

#nextmeeting
{
/*background: #6fbf52;*/
/*display:none;*/
color: #fff;
padding: 2px 2px 2px 2px;
font-size:.9em;
/*font-style: italic;*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
margin-top: 10px;
color: #fff;
background-image: url('leftcolumn2.gif'); /* make left column extend to the bottom */
background-repeat: repeat-y;
font-size:1em;
}

#topsection h1{
margin: 0;
padding-top: 0px;
font-size:1.7em;
}

h2
{
clear:both;
font-size:1.4em;
margin-top:20px;
margin-bottom:0px;
color: #dc7130;
}

p
{
margin-top:.5em;
margin-bottom:1em;

}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 220px; /*Set left margin to left column width + actual margin */
margin-right: 20px;
font-size:.9em;
}

ul{
list-style-type: none;
padding:15px;
margin:0px;
}

li{
margin-left:0px;
padding: 5px 0;
}

a:link, a:visited, a:active{
	color:#309;
	text-decoration: underline;
}

a:hover{
	color:#309;
	text-decoration:none;
}

#leftcolumn a:link, #leftcolumn a:visited, #leftcolumn a:active{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

#leftcolumn a:hover{
	color:#fff;
	text-decoration: underline;
}

a img{
	border:0px;
}

.floatleft
{
float:left;
margin: 0 10px 10px 0;
}

.imgbox *
{
margin:5px;
}

/* extend container to enclose floats */
.clear {
  clear: both;
  overflow: hidden;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}



