body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  overflow:scroll;
}

#leftSide {
  width:auto;height:100%;
}
#rightSide {
  width:auto;height:100%;
}

#logo {margin:3px 3px 2px 3px;display: block;}
#globalMenu {display:none;visibility:hidden;}
#topShader {  display:none;visibility:hidden;}
#leftColumn {display:none;visibility:hidden;}
#mainContent {
  height:600px;
  width:475px;
  margin:0px;
  padding:11px 0px 10px 140px;
  background-image:url(/images/backdrop.gif);background-repeat:no-repeat;background-position:top left;vertical-align:top;
  }
  #mainContent .content {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    line-height:10pt;
  }
  #mainContent .image {
    font-family: verdana, arial, helvetica, sans-serif
    font-size: 9pt;
    line-height:9pt;
    padding:0px 0px 0px 0px;
    margin:0px 0px 10px 0px;
  }  
  
#rightColumn {display:none;visibility:hidden;}


.globalMenuItem {
  position:relative;
  top:5px;
  padding:5px 5px 5px 5px;
  margin:0px;
  height:23px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: bold;
  color: #FFFFFF;  
  text-decoration:none;
}
   a.globalMenuItem:link {
    color: red;
    }
   a.globalMenuItem:hover {
    color: white;
    }
  a.globalMenuItem:visited {
    color: white;
    }


.globalMenuSep {
  position:relative;
  top:5px;
  padding:5px 0px 5px 0px;
  margin:0px;
  height:23px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: bold;
  color: #FFFFFF;  
  olor: #00FF00;  
}

.globalMenuActive {
  position:relative;
  top:5px;
  padding:5px 5px 5px 5px;
  margin:0px;
  height:23px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: bold;
  color: #FF9900;  
  background-color:#FFFFFF;
  text-decoration:none;
}

.globalMenuSepActive {
  position:relative;
  top:5px;
  padding:5px 0px 5px 0px;
  margin:0px;
  height:23px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: bold;
  color: #FF9900;  
  olor: #0000FF;  
}



/* leftColumn (start) */

/* mainMenu */

#leftColumn ul {
  padding:0px;
  margin:0px;
  list-style-type: none;
  list-style: none;
  list-style-position: outside;
  display: block;
  text-indent:0px;

}

  #leftColumn ul li.header {
    height:15px;
    padding:2px 6px 2px 6px;
    margin:0px 0px 0px 0px;
    font-family: arial;
    font-size: 8.5pt;
    font-weight: bold;
    background-image:url(/images/left_header_background.gif);
    color: #FFFFFF;  
    list-style-type: none;
    list-style: none;
    list-style-position: outside;
    display: block;
    text-indent:0px;
    overflow: hidden;
  }

  #leftColumn ul li {
    padding:2px 6px 2px 0px;
    margin:0px 0px 0px 0px;
    font-family: arial;
    font-size: 8pt;
    font-weight: bold;
    background-image:none;
    color: #000000;  
    list-style-type: none;
    list-style: none;
    list-style-position: outside;
    display: block;
    text-indent:0px;
    overflow: hidden;
  }
  #leftColumn ul li p {
    padding:2px 6px 2px 6px;
    margin:0px 0px 0px 0px;
    font-family: arial;
    font-size: 8pt;
    font-weight: normal;
    background-image:none;
    color: #000000;  
    list-style-type: none;
    list-style: none;
    list-style-position: outside;
    display: block;
    text-indent:0px;
    overflow: hidden;
  }
ul#mainMenu {
  height:auto;
  margin: 7px 0px 10px 0px; 
  padding:3px 0px 3px 3px;
  display: block;
  text-indent:0px;
}

ul#mainMenu li {
  height:auto;
  margin:0px;
  padding:3px 0px 3px 5px;
  background-image:url(/images/menu_arrow_grey.png);background-repeat:no-repeat;background-position:6px 6px ;
  border-top: 1px solid #E7E7E7;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  line-height:11px;
  color:#000000;
  list-style-type: none;
  list-style: none;
  display: block;
  text-indent:10px;
  overflow: hidden;
}

  ul#mainMenu li a {
    color: #000000;  
    text-decoration:none;  
  }


ul#mainMenu li:first-child {
  border-top: 0px;
}

/* subMenu */

ul#mainMenu ul {
  margin:0px; 
  padding:3px 0px 3px 10px;
  display: block;
  text-indent:-10px;
}

  ul#mainMenu a {
    text-decoration:none;  
  }
  ul#mainMenu a:hover {
    text-decoration:underline;  
  }


ul#mainMenu ul li {
  margin:0px;  
  padding:2px 0px 2px 20px;
  background-image:none;
  border-top: 0px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  line-height:11px;
  color:#000000;
  list-style-type: none;
  list-style: none;
  display: block;
  text-indent:-10px;
  overflow: hidden;
}

ul#mainMenu li.currentMenu {
  background-image:url(/images/menu_arrow_orange.png);background-repeat:no-repeat;background-position:6px 6px ;
}
  ul#mainMenu li.currentMenu a.currentMenu {
    color: #FF9900;  
  }

ul#mainMenu ul li.currentMenu {
  background-image:none;
}
  ul#mainMenu ul li.currentMenu a.currentMenu {
    color: #FF9900;  
  }




/* leftColumn (stop) */
/* rightColumn (start) */

#rightColumn ul {
  padding:0px 0px 0px 0px;
  margin:10px 0px 10px 0px;
  list-style-type: none;
  list-style: none;
  list-style-position: outside;
  display: block;

}

#rightColumn  ul li.header {
  height:15px;
  padding:2px 6px 2px 6px;
  margin:0px 0px 0px 0px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: bold;
  background-image:url(/images/right_header_background.gif);
  color: #FFFFFF;  
  list-style-type: none;
  list-style: none;
  list-style-position: outside;
  display: block;
  text-indent:0px;
  overflow: hidden;
}
  #rightColumn ul li.header a {
      color: #FFFFFF;  
      text-decoration:none;  
    }
  #rightColumn ul li.header a:hover {
      color: #FFFFFF;  
      text-decoration:underline;  
    }


#rightColumn ul li {
  padding:2px 6px 2px 6px;
  margin:0px 0px 0px 0px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: normal;
  background-image:none;
  color: #000000;  
  list-style-type: none;
  list-style: none;
  list-style-position: outside;
  display: block;
  text-indent:0px;
}
  #rightColumn ul li a:link  {
      color: #D02F00;  
      text-decoration:none;  
      }
  #rightColumn ul li a:visited  {
      color: #D02F00;  
      text-decoration:none;  
      }
  #rightColumn ul li a:hover  {
      color: #D02F00;  
      text-decoration:underline;  
      }


/* rightColumn (stop) */


.footer {
  padding:10px 12px 5px 12px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: bold;
  color: #333333;  
}

.wrapper { 
  margin-top:10px;
  margin-bottom:10px;
  border-bottom: 1px solid #ccc; 
  }
.wrapper_last { 
  margin-top:10px;
  margin-bottom:10px;
  }  
.image_wrapper { 
  margin-bottom:12px;
  }