

.main_div {
    background-color:#000000;
    width:797px;
  }


.nav_link {
    color : #000000;
    font-family : Arial, 'Luxi Sans', sans-serif;
    font-size : 16px;
    font-weight : bold;
    text-align: center;
    text-decoration: none;
  }


.nav_link a:hover {
    color : #000000;
    font-family : Arial, 'Luxi Sans', sans-serif;
    font-size : 16px;
    font-weight : bold;
    text-align: center;
    text-decoration: none;
  }


.nav_table {
    background-color:#FFFFFF;
    width: 100%;
  }


.nav_sep {
    color : #000000;
    font-family : Arial, 'Luxi Sans', sans-serif;
    font-size : 16px;
    font-weight : bold;
    text-align: center;
    text-decoration: none;
  }


.main_body {
    background-color:#AAAAAA;
  }


.bottom_row {
    background-image : url('images/bottom_bg.jpg');
    height : 80px;
    vertical-align : middle;
  }


.bottom_text_left {
    color : #FFFFFF;
    float : left;
    font-family : Arial, 'Luxi Sans', sans-serif;
    font-size : 18px;
    font-weight : bold;
    padding-left : 10px;
    text-decoration : none;
    vertical-align : middle;
    padding-top: 27px;
text-align : center;
  }


.bottom_text_right {
    color : #FFFFFF;
    float : right;
    font-family : Arial, 'Luxi Sans', sans-serif;
    font-size : 17px;
    font-weight : bold;
    padding-right : 10px;
    text-align : right;
    text-decoration : none;
    vertical-align : middle;
    padding-top: 8px;
  }


.content_div {
    background-color : #FFFFFF;
    min-height : 400px;
padding: 10px 10px 10px 10px;
  }


