html, body{
    height: 100%;
    margin: 0 0 1px; /* this forces vertical scrollbars */
    padding: 0;
    line-height: 1.5em;
}

a {text-decoration:none}

.shadow2{ /* shadow down */
	box-shadow: 0px 7px 8px #818181;
	-moz-box-shadow: 0px 7px 8px #818181;
	-webkit-box-shadow: 0px 7px 8px #818181;
	/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=0, offY=7, positive=true); */
}


h1{
    font-family: sans-serif;
    padding-bottom: 2px;
}

h2{
    font-family: sans-serif;
    font-size: large;
    display: block;
    background: #606060 url(media/downgreen.png) no-repeat 6px 10px; /*last 2 values are the x and y coordinates of bullet image*/
    /*background-color: #606060 url(media/blank.png);*/
    color: white;
    margin: 15px 0px 15px 0px;
    /*padding: 5px;*/
    padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
    font-weight: bold;

    box-shadow: 0px 7px 8px #B8B8B8;
    -webkit-box-shadow: 0px 7px 8px #B8B8B8;
    -moz-box-shadow: 0px 7px 8px #B8B8B8;
    /*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#B8B8B8, offX=0, offY=7, positive=true); */
    /*border-left: 2px solid #5FB404;*/


}

h3{
    font-family: sans-serif;
    font-size: medium;
    margin-bottom: 0px;
    /*border-left: 2px solid #5FB404;*/
    /*border-bottom: 2px solid #5FB404;*/
}


/*b{font-size: 110%;}*/
em{font-weight: bold;
font-style: normal;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
/*background: #EAEAEA;*/
color: #F2F2F2;
height: 90px; /*Height of top section*/
background: #424242 url(media/metal_texture.gif) repeat; /*last 2 values are the x and y coordinates of bullet image*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
margin-bottom: -10px;
}

#contentwrapper{
float: left;
width: 100%;
/*min-height: 600px;*/
}

#contentcolumn{
margin-left: 195px; /*Set left margin to LeftColumnWidth*/
margin-top: -12px;
}

#contentcolumn p {
    font-family: sans-serif;
}

#contentcolumn h3 {
    border-top: 1px gray;
    margin: 0px -10px 0 -10px;
}



#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
/*background: #C8FC98;*/
margin-top: -10px;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: white;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}










.greymenu{
width: 190px; /*width of menu*/
}

.greymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/downgreen.png) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.greymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.greymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.greymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.greymenu ul li a:visited{
color: black;
}

.greymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}


.eventtable table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    padding-bottom: 10px;
    /*border-bottom: 1px solid black;*/
}

.eventtable .col1{
    width: 25%;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    /*background-color: #7E94BA;*/
    /*color: #FFFFFF;*/
    vertical-align:top
}

.eventtable .col2{
    width: 75%;
    font-family: sans-serif;
    font-size: 0.9em;
    /*background-color: #7E94BA;*/
    /*color: #FFFFFF;*/
}

.eventtable h3{
    border-bottom: 1px solid black;
    /*border-left: 0px solid black;*/
    background-color: #E6E6E6;
    padding-left: 5px;
    /*color: #FFFFFF;*/

}


.contactgraphic {
    margin: -5px;
}