html {
   width: 100%;
   height: 100%;
   margin: 0px
}

#body {
   margin: 0px;
   height: 100%;
   padding: 0px;
   background-color: #649637;
   text-align: center;
}

#body-handler {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width: 883px;
   min-height: 1400px;
   /* IE < 7.0 hack */
   height: auto !important;
   height: 100%;
   /* -- */
   background-image: url('images/background.gif');
}

#menubar {
   float: right;
   width: 185px;

   overflow: hidden;
   
   margin-right: 22px;
   
   padding-top: 10px;
   padding-bottom: 30px;
}

.menubar-item {
   margin-top: 20px !important;
   margin-top: 30px;
   
   background-image: url('images/sidebar-bg.gif');
   
}

.menubar-top {
   margin-bottom: 10px;
   
   height: 4px;
   background-image: url('images/sidebar-top.gif');
   background-repeat: none;
   
   overflow: hidden;
}

.menubar-head {
   margin-top: 20px;
   margin-bottom: 10px;
   
   padding-top: 3px;
   
   height: 23px !important;
   height: 26px;
   background-image: url('images/sidebar-head.gif'); 
   background-repeat: none;
   
   overflow: hidden;
}

.menubar-middle {
    text-align: left;
    padding: 0px 15px;
}

.menubar-down {
   margin-top: 10px;
   
   height: 4px;
   background-image: url('images/sidebar-down.gif'); 
   background-repeat: none;
   
   overflow: hidden;
}

#main {
   width: 563px;
   padding-top: 60px;
   margin-left: 60px !important;
   margin-left: 20px;
   margin-right: 160px;
   text-align: justify;
}

.absolute {
   position: absolute;
}

.noBorder {
   border: 0px;
}

a {
   font-weight: bold;
   color: #233514;
   text-decoration: none;  
}

a:hover {
   text-decoration: underline;
}

a img {
   border: 0px;
}

.center {
   text-align: center;
}

.right {
   text-align: right;
}

.left {
   text-align: left;
}

.top {
   vertical-align: top;
}

.middle {
   vertical-align: middle;
}

.vbottom {
   vertical-align: bottom;
}

.font {
   line-height: 1.4;
   font-family: Verdana, sans-serif;
   font-size: 13px;
   color: #233514;
}

.bold {
   font-weight: bold;
}

.italic {
   font-style: italic;
}

.tiny {
   font-size: 9px;
}

.nobold {
   font-weight: normal;
}

.hidden {
   visibility: hidden;
   height: 1px;
   overflow: hidden;
}

#CompilerLink {
   border: dotted #649637;
   border-width: 1px 0px 1px 0px;
   padding: 5px 0px 5px 0px;
   font-variant: small-caps;
   color: #c90000;
}
