div.main { 
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 0;
}
div.header { 
    background-image: url('../img/header.jpg');
    width: 904px;
    height: 210px;
    margin: auto;
}
div.body { 
    background-image: url('../img/background.jpg');
    width: 904px;
    height: 489px;
    margin: auto;
}

div.footer { 
    margin-left: auto;
    margin-right: auto;
    width: 904px;
    margin-top: 45px;
}

div.bodyinner { 
    width: 100%;
    height: 100%;
    padding: 15px;
    position: relative;
}

div.leftpane { 
   float: left;
   width: 200px;
   height: 85%;
   padding-right: 15px;
   border-right: solid;
   border-color: white;
   border-width: 2px;
   text-align: right;
}

div.leftpane a:visited, div.leftpane a:hover, div.leftpane a:link, div.leftpane a:active { 
   font-size: 15;
   line-height: 140%;
   font-family: sans;
   color: white;
   text-decoration: none;
   font-weight: bold;                                                                           
}

table.linktable a:visited, table.linktable a:hover, table.linktable a:link, table.linktable a:active { 
   font-size: 15;
   line-height: 140%;
   font-family: sans;
   color: white;
   text-decoration: none;
   font-weight: bold;                                                                           
}

div.rightpane {
   float: left;
   width: 625px;
   height: 85%;
   padding-left: 15px;
   padding-top: 50px;
   text-align: justify;
}

img.rightpane { 
   position: absolute;
   top: 1px;
   right: 30px;
}

span.green {
   font-size: 15;
   line-height: 140%;
   font-family: sans;
   color: #99FF00;
}

span.white { 
   font-size: 15;
   line-height: 140%;
   font-family: sans;
   color: white;
}

span.bigwhite { 
   font-size: 17;
   line-height: 140%;
   font-family: sans;
   color: white;
}

span.biggreen { 
   font-size: 17;
   line-height: 140%;
   font-family: sans;
   color: #99ff00;
}

span.bigyellow { 
   font-size: 17;
   line-height: 140%;
   font-family: sans;
   color: yellow;
}

table.menu {
    margin-top: 10px; 
    width: 100%;
}

table.menu tr td { 
    text-align: center;
    vertical-align: middle;
}

table.menu tr td a {
    text-decoration: none;
    color: white;
    font-family: arial;
    font-size: 14;
}
.badges {
position: relative; 
left: 196px; 
top: 127px;
}
