@charset "UTF-8";


@media all
{
 /**
  * Design of the Basic Layout
  *
  * @section layout-basics
  */

  /* Page margins and background */
  body, td {
    color:             #191970;
    }
  
  /**
  body {
    background-image: url(../img/background.jpg);
    background-repeat: repeat;
    margin 0 0 0 0;
    width: 750px;
    height: 100%;
  }
  
  */
body {
    background-image: url(../img/SweepClean-foto.png);
    background-repeat: repeat;
    background-position: 0px 40px;
    margin 0 0 0 0;
    width: 750px;
    height: 100%;
  }
  /* Layout: Width, Background, Border */
  #page_margins {
    
  }
  
  #page {   }
  #menu {   }
  #main_menu {
    background-color: #191970;
  }
  
  
  #page {  
    
    /*
    width: 100%;
    min-width: 800px;
    max-width: 90em;
    height:100%;
    min-height: 600px;
    */
  }
  #header {  }
  #topnav {   }
  #nav {   }


 /**
  * Formatting of the Content Area
  *
  * @section layout-main
  */

  #content_right_parent {
    float: right;
    width: 30%;
  }
  
  #content_normal_parent {
    width: auto;
    margin: 0 25% 0 0;
  }
  
  #content_right {
    padding: 0 10px 0 20px;
  }
  
  #content_normal {
    padding: 0 20px 0 10px;
  }


 /**
  * Design of Additional Layout Elements
  *
  * @section layout-misc
  */

  #menu table {
    table-layout:      automatic;
  }
  
  #menu td {
    text-align:        center;
  }
  
  #main_menu table {
      width:           100%;
  }
  
  .menu_level_1 a:link {
    font-size:         18px;
  	line-height:       20px;
    color:             #FFFFFF;
    text-decoration:   none;
  }
  
  .menu_level_1 a:visited {
    font-size:         18px;
  	line-height:       20px;
    color:             #FFFFFF;
    text-decoration:   none;
  }
  
  .menu_level_1_selected a:link {
    font-size:         18px;
  	line-height:       20px;
    color:             #FFD700;
    text-decoration:   none;
  }
  
  .menu_level_1_selected a:visited {
    font-size:         18px;
  	line-height:       20px;
    color:             #FFD700;
    text-decoration:   none;
  }
  
  .menu_level_2 a:link {
    font-size:         18px;
  	line-height:       20px;
    color:             #191970;
    text-decoration:   none;
  }
  
  .menu_level_2 a:visited {
    font-size:         18px;
  	line-height:       20px;
    color:             #191970;
    text-decoration:   none;
  }
  
  .menu_level_2_selected a:link {
    font-size:         18px;
  	line-height:       20px;
    color:             #FFD700;
    text-decoration:   none;
  }
  
  .menu_level_2_selected a:visited {
    font-size:         18px;
  	line-height:       20px;
    color:             #FFD700;
    text-decoration:   none;
  }
  .bodytext {
    margin-top: 0px;
  }
  
  a {
    text-decoration:   none;
  }
  
  a:link {
   color:             #191970;
  }
  
  a:visited {
   color:             #191970;
  }
}
