﻿html, body {
    margin:0;
    padding:0;
    font-family: Verdana, Arial, Helvetica;
    font-size: 1em;
    height: 98%;
}


#container {
    min-height: 98%;
    height: auto !important;
    height: 98%;
}

#header {
    width:100%;

    font-family: Impact, Verdana, Arial, Helvetica, Serif;
    font-weight: 100;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #339933;
    font-size: 10em;
    font-variant: small-caps;
    text-align: center;
}

#push {
    float:  left ;
   height: 4em;
   width:100%;
}

#footer {
    float:  left ;
    text-align: center;
   height: 4em;
   width:100%;
}

#leftside {
    width: 80%;
    float: left;
}

#leftcolumn {
    width: 20%;
    float: left;
}

#centercolumn {
    width: 80%;
    float: right;
}

#rightside {
    width: 20%;
    float: right;
}


.copyright {
    font-size: 0.8em;
    font-family: Courier New;  
    color: #000000;
    text-align: center;
}

.disclaimer {
    font-size: 0.6em;  
    font-family: Courier New;  
    color: #cccccc;
}

.smallbutimportant {
    font-size: 0.8em;
    font-variant: small-caps;
}

div {
    font-size: 1em;
}

h1 {
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height:  1.3em;
    color: #006600;
    font-size: 1.2em;
    text-transform: uppercase;
}

h2 {
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height:  1.2em;
    color: #006600;
    font-size: 1.1em;
    text-transform: uppercase;
}

h3 h4 {
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height:  1.1em;
    color: #006600;
    font-size: 1.0em;
    text-transform: uppercase;
}

.menuHeader {
    font-weight: bold;
    color: #000000;
    font-size: 0.8em;
    text-decoration: none;
    font-variant: small-caps;
    margin-left:10%;
    margin-right:10%;
    margin-bottom: 20px;
    border-bottom: solid 1px #003300;
}

a {
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height:  1.0em;
    color: #003300;
    font-size: 1.0em;
    text-decoration: none;
    font-variant: small-caps;
}


.menuItem {
    width:100%;
    margin-left:10%;
    margin-right:10%;
}

.menuItem:hover, a:hover {
    text-decoration: underline;
}

.separator {
    float: left;
    height: 1px;
    background-color: #003300;
    width: 80%;
    margin-top: 10px;
    margin-left:10%;
    margin-right:10%;
    margin-bottom: 10px;
}

#map_canvas {
    border: solid 1px #003300;
}

