body {
   background:       #ffffff;
   font-family:      Verdana, Arial, Helvetica, sans-serif;
   font-size:        80%;
   margin:           0px;
   padding:          0px;
   top:              0px;
   left:             0px;
   right:            0px;
   bottom:           0px;
   height:           100%;   
   width:            100%
	}

.header {
   position:         absolute;
   text-align:       right;
   width:            100%;
   height:           154px;
   margin:           0px;
   padding:          0px;
   top:              0px;
   left:             0px;
   right:            0px;
   background-image: url(/topleft.png);
   background-repeat:repeat-x;
   background-color: #b0b0b0;
   z-index:          2;
   }

.headerimg {
   width:            987px;
   height:           154px;
   top:              0px;
   padding:          0px;
   margin:           0px;
   }

.headerbar {
   position:         absolute;
   top:              161px;
   left:             0px;
   width:            100%;
   right:            0px;
   height:           20px; 
   background-color: #dededd;
   margin:           0px;
   padding:          0px;
   border:           0px;
   text-align:       center;
   z-index:          2;
   }

.headerheading {
   float:            left;
   height:           20px;
   min-height:       20px;
   background-image: url(/menubullet.gif);
   background-position: top right;
   background-repeat:no-repeat;
   background-color: #005197;
   z-index:          9999;
   margin:           0px;
   padding:          0px;
   padding-right:    20px;
   padding-left:     64px;
   color:            #ffffff;
}

.headermenue {
   width:            100%;
   position:         absolute;
   top:              165px;
   right:            0px;
   font-family:      Verdana, Arial, Helvetica, sans-serif;
   color:            #ffffff;
   text-align:       right;
   margin:           0px;
   padding:          0px;
   padding-top:      6px;
   border:           0px;
   z-index:          3;
   }


.contentwrapper {
   position:         absolute;
   left:             0px;
   margin-top:       205px;
   margin-left:      220px;
   margin-right:     200px;
   padding:          0px;
   background-color: #ffffff;
   z-index:          0;
   }

* html .contentwrapper {
   right:            420px;
}

.contentwrapper center {
   margin:           0px;
   padding:          0px;
   border:           0px;
   height:           100%;
   }

.content {
   background-color: #ffffff;
   border:           0px;
   text-align:       left;
   }

.menuspacer {
   margin:           0px;
   padding:          0px;
   padding-left:     5px;
   padding-right:    5px;   
   }   

.contenttopping {
   padding:          5px;
   border:           0px;
   margin:           0px;
   margin-bottom:    10px;
   margin-left:      10px;
   margin-right:     10px;
   border-bottom:    1px solid #8a151d;
   color:            #ffffff;
   }
      
   
.leftmenu {
   position:         absolute;
   top:              175px;
   left:             0px;
   bottom:           0px;
   background-color: #dededd;
   width:            180px;
   padding:          0px;
   padding-left:     20px;
   padding-right:    10px;
   padding-top:      30px;
   margin:           0px;
   height:           100%;
   z-index:          1;
}

.rightmenu {
   border:           0px solid #00dddd;
   position:         absolute;
   top:              210px;
   right:            26px;
   width:            147px;
   float:            right;
}


.contentmiddle {
   border:           0px solid #dddd00;
   padding:          0px;
   background-color: #ffffff;
   color:            #000000;   
   margin-bottom:    11px;   
   min-height:       120px;
}

.contentbyline {
   border:           0px solid #dddd00;
   padding:          4px;
   background-color: #f6babc;
   color:            #4b0003;   
   margin-bottom:    11px;   
}


.contentfooter {
   clear:            both;
   float:            left;
   border:           0px solid #dddd00;
   border-top:       1px solid #005197;
   margin-bottom:    11px;   
   padding:          0px;
   margin-top:       9px;
   color:            #005197;
   font-size:        9px;
}

.contentfooter a {
   color:            #005197;
}


table {
   font-size:        100%
}