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

#container {
    min-height:98%;
    margin-top:2%;
    position:relative;
}

#header {
    height: 100px;
    background-color: #FFFFFF;
}

#banner {
    margin-left: 20%;
    margin-right: 20%;
    border: 0;
    text-align: center;
}

/* Properties that both side lists have in common */
div.link-list {
    width: 15%;
    position:absolute;
    top:0;
    padding-left:1%;
    padding-right:1%;
    margin-left:0;
    margin-right:0;
    font-size: 10px;
    font-weight: bold;
    color: #797979;
    background: transparent;
    border: 0;
}

/* and then we put each list on its place */
#list1 {
    left:5%;
    text-align: left;
}
#list2 {
    right:5%;
    text-align: right;
}
#center {
    background-color:#FFFFFF;
    min-height: 98%;
    margin-left: 25%;
    margin-right: 5%;
    padding-bottom:60px;   /* Height of the footer */
}

#left {
    position: absolute;
    left:5%;
    width: 20%;
}

#footer {
    position:absolute;
    height: 60px;
    background-color: #FFFFFF;
    text-align: center;
    width:100%;
    bottom:0;
}

.submenuleft {
    list-style-type: none;
}

.submenuleft li {
    margin-bottom: 5px;
}

/*
.submenuleft a {
    margin: 0 2px;
    color: #000000;
    text-decoration: underline;
}

.submenuleft a:hover {
    text-decoration: none;
}
*/
.menuleft {
    list-style-type: none;
    margin: 0;
    padding:0;
}

.menuleft li {
    margin-bottom: 5px;
}

a {
    margin: 0 2px;
    color: #797979;
    text-decoration: none;
}

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

/*
p {
    margin: 0 0 10px 0;
}
*/

/*
p:first-line {
    font-variant:small-caps
}

p:first-letter {
    font-size:300%;
    float:left;
    line-height:.8em;
}
*/

.topnolink {
    font-size: 10px;
    color: black;
    font-weight: normal;
    text-decoration: none;
    margin-right: 15px;
    margin-left: 15px;
}

li.topnolink {
    display:inline
}

.toplink {
    font-size: 10px;
    color: #797979;
    font-weight: normal;
    text-decoration: none;
    margin-right: 15px;
    margin-left: 15px;
}

.toplink:link {
    font-size: 10px;
    font-weight: bold;
    color: #797979;
    text-decoration: none;
}

.toplink:visited {
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #797979;
}

.toplink:hover {
    color: black;
    text-decoration: none;
}

ul.toplink  {
    width:100%;
    padding:0;
    margin:0;
    list-style-type: none;
    text-align: center;
}

li.toplink {
    display:inline
}

ul.topmap  {
    width:100%;
    padding:0;
    margin:0;
    list-style-type: none;
    text-align: center;
}

li.topmap {
    display:inline
}

ul.submap  {
    padding:0;
    margin:0;
    list-style-type: none;
    text-align: center;
}

li.submap {
}

.activemenunolinktop { 
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 11px;
    background-color: white;
    padding-right: 1em;
    text-indent: 1em;
    white-space: nowrap;
    color: black;
}

.activemenutop { 
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 11px;
    background-color: white;
    padding-right: 1em;
    text-indent: 1em;
    white-space: nowrap;
}

.activemenutop:link { 
    font-size: 10px; 
    font-weight: bold;
    color: #797979;
    text-decoration: none; 
}

.activemenutop:visited {
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #797979;
}

.activemenutop:hover { 
    color: black; 
    text-decoration: none;
}

.activemenutop:active { 
    color: black; 
    text-decoration: none;
}

a.menulink:link { 
    font-size: 10px;
    font-weight: bold; 
    color: #797979; 
    text-decoration: none;
}

a.menulink:visited {
    font-size: 10px;
    font-weight: bold; 
    text-decoration: none; 
    color: #797979;
}

a.menulink:hover { 
    color: black;
    text-decoration: none; 
}

a.menulink:active { 
    color: black;
    text-decoration: none; 
}
.menulink {
    font-size: 10px; 
    font-weight: bold;
    color: #797979; 
    text-align: center; 
}

.address { 
    font-size: 10px; 
    font-weight: bold;
    color: #797979; 
    text-align: center; 
}

.address:link { 
    color: #797979; 
    text-decoration: none;
}

.address:visited {
    color: #797979;
    text-decoration: none; 
}

.address:hover { 
    color: black; 
    text-decoration: none; 
}

.address:active {
    color: black;
    text-decoration: none; 
}

