/*this is to keep page from shifting to left on load in safari and firefox*/
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }


body {
font-family: Georgia,serif; background: white; font-size:9pt; margin:0px; background-image: url(images/bgrep.gif); background-attachment:fixed;
}

p { margin-top: 0.75em; }

a:link {color:green;}
a:active {color:green;}
a:visited {color:green;}
a:hover {color:green;}

.title {font-size: 150%; margin-top: 4px; margin-bottom: 10px; font-weight:bold; }

.mission {text-align:left; margin-top: 14px; margin-left: 20px; margin-right:20px; margin-bottom: 14px; color:#195221; }

h1 {font-size: 18pt; }

h2 {font-size: 16pt; }

h3 {font-size: 14pt; }

h4 {font-size: 12pt; }

form { margin:0; padding:0; }

.bigtitle {font-size: 24pt; color: white; }
.smalltitle {font-size: 8pt; color: white; }
.required {font-weight: bold; color: black; }
.optional {font-weight: normal; color: #505050;}
.formsection {font-weight: bold; color:green; }

.eventbox {text-align:center; width: 140px; margin-top:0px; padding-top: 10px; padding-bottom: 10px; margin-bottom: 14px; vertical-align:middle; border-style:solid; border-width:0px; background:#ffffff; color:#195221; }
.menubox {text-align:center; margin-top: 1px; width:136px; vertical-align:middle; margin-bottom: 12px; border-style:solid; border-width:2px; border-color:#ffffff; background:#ACFAAC; color:#195221; }
.menuboxactive {text-align:center; margin-top: 1px; width:136px; vertical-align:middle; margin-bottom: 12px; border-style:solid; border-width:2px; border-color:#000000; background:#40ff40; color:#195221; }
.menulink { }
a.menulink:link {color: #195221; text-decoration: none; }
a.menulink:active {color: #195221; text-decoration: none; }
a.menulink:visited {color: #195221; text-decoration: none; }
a.menulink:hover {color: #195221; text-decoration: underline; } 

#tbl
{
background:#ffffff;
width:800px;
}

#header {
background:#195221;
width:800px;
height:100px;
border-left:1px black solid;
border-right:1px black solid;
text-align:left;
}

#headergap {
background:white;
width:800px;
height:4px;
border-left:1px black solid;
border-right:1px black solid;
}

#leftcolumn {
background:#00a000;
width:180px;
text-align:center;
border-left:1px black solid;
margin:10px;
}

#rightcolumn {
background:#ACFAAC;
width:180px;
text-align:center;
border-right:1px black solid;
margin:10px;
}

#content {
padding:10px;
text-align:left;
}

#footer {
  left: 0px;
  width: 388px;
  font-size: 7pt;
  color: gray;
}
