body, html {
   height: 100%;
   font-family:Verdana, Arial, sans-serif;
   font-size:12px;
   color:black;
   background-color:white;
   min-width:860px; /*opera, firefox*/
}
h1 {font-size:24px;color:#000000;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}

table {border-collapse:collapse;}
th {border:solid 1px #000000;}
td {border:solid 1px #000000;padding:5px;}
.oneborder {border:solid 1px #000000;}
.oneborder td {border-style:none;}

a:link, a:visited, a:active, a:hover {
   text-decoration:none;
   color:#800000;
}
a:active, a:hover {
   text-decoration:underline;
}
a.menu, a.menudummy {
   display:inline;
   padding:5px;
   text-align:center;
   font-size:14px;
   font-weight:bold;
   color:black;
   text-decoration:none;
}
a.menu:link, a.menu:visited { 
   color:black;
   background-color:white;
   text-decoration:none;
}
a.menu:active, a.menu:hover { 
   color:black;
   background-color:#eeeeee;
}

#title {
   height:90px;
   padding:3px 0px 10px 0px;
   border-bottom:1px solid #000000;
   margin-bottom:10px;
   text-align:center;
}
#top {
   height:20px;
   padding:3px 0px 10px 0px;
   border-bottom:1px solid #000000;
   margin-bottom:50px;
   text-align:center;
}
#bottom {
   height:20px;
   /*margin-top:50px;
   margin-bottom:50px;*/
   text-align:center;
   border-top:1px solid #000000;
   width:100%;
}
#left {
   float:left;
   width:130px;
   margin-right:20px;
   max-width:18%; /*opera, firefox*/
   line-height:18px;
   background-color:transparent;
}
#right {
   float:right;
}
#content {
   float:center;
   width:100%;
   max-width:100%; /*opera, firefox*/
   margin-bottom:80px;
}
#logo {
   float:center;
   height:80%;
}
#small {
   float:center;
   height:20%;
   max-height:200;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
.footer, .push {
height: 4em;
}
