body {

   background-color: #1E2F5E;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;

}

body, td {
   font-family: Verdana, Arial, sans-serif; 
   font-size: 12px;
}

.header {
   background-color: #FFF;
}

.footer {
   height: 30px;
   background-color: #53535c;
   text-align: center;
   color: #FFF;
   font-size: 10px;
   font-weight: bold;
   padding: 5px;
}

.footer a:link {
   color: #FFF;
   font-size: 10px;
   text-decoration: underline;
}

.footer a:hover {
   text-decoration: underline;
}

.content {

   background-color: white;

}

.yellowLine {
   background-color: white;
   background: url(images/yellowLine.gif);
   background-repat: repeat-x;
   height: 15px;
}

.colLeft {
   background-color: red;
   width: 210px;
   border:1px solid  #53535c; 
   background: url(images/menu_bg.jpg);
}

.menu {

}

.menu ul {
   margin: 0px;
   padding: 0px;

}

.menu ul li.menuLevelOne {
   margin: 0px;
   padding-left: 5px;
   background: url(images/inactive_menu_bg.gif);
   list-style: none;
   indent: 0px;
   height: 31px;
   line-height: 31px;
   vertical-align: middle;
   border-bottom:1px solid  #53535c; 
}

.menu ul li.menuLevelOneSelected {
   margin: 0px;
   padding-left: 5px;
   background: url(images/active_menu_bg.gif);
   list-style: none;
   indent: 0px;
   height: 31px;
   line-height: 31px;
   vertical-align: middle;
   border-bottom:1px solid  #53535c; 
}


.menu ul li a {
   text-decoration: none;
   color: #000;
   
}

.bigGreenText {
  color: green;
  font-size: 14px;
  font-weight: bold;
}

.errorText {
  color: red;
  font-weight: bold;
}


.page-break { 
     display:none;
}   
  
