@charset "iso-8859-1";  

body {
    margin-top:10px; 
    background-color:#000;
    background-image:url(../include/bgmetro.jpg);
    font-family:Arial,Helvetica,sans-serif;
    font-size:9pt;
    color:#555;
    }

a:link {
    color:#800;
    text-decoration:underline;
    }
a:hover {
    color:#800;
    text-decoration:none;
    font-weight:bold;
    letter-spacing:1px;          
    }
a:visited {
    color:#800;
    text-decoration:underline;
    }

/* header & footer section styles */
#top {
    margin:0px auto;
    width:860px;
    background-color:#fff;
    height:5px;
    }  

#footer {
    clear:both;
    margin:0px auto;
    width:860px;
    background-color:#fff;
    height:5px;
    }  

#wrapper {
    clear:both;
    margin:0px auto;
    width:860px;
    height:100%;
    overflow:hidden;
    background-color:#fff;
    background-image:url(../include/bg_nm.jpg);
    background-repeat:repeat-y;
    }

#wrapper .leftcol {
    float:left;
    position:relative;
    }

#leftbar {
    float:left;
    width:40px;
    }

#mainbar {
    float:left;
    width:820px;
    }


#hdr1{
    float:left;
    color:#eee;
    font-size:14pt;
    font-weight:bold;
    text-align:center;
    padding-top:8px;
    width:815px;
    height:32px;
    background-image: url(../include/bg40h.jpg);
    border:0px;
    }      

.hdr2 {
    float:left;
    margin-left:5px;
    margin-top:10px;
    text-align:center;
    width:815px;
    border:0px;
    }      

.hdr3 {
    float:left;
    margin-left:5px;
    margin-top:10px;
    text-align:center;
    width:100px;
    border:0px;
    }      

.hdr4 {
    float:left;
    margin-left:5px;
    margin-top:10px;
    text-align:center;
    width:600px;
    border:0px;
    }      


.hw_p { /* posted */
    float:left;
    margin-left:5px;
    margin-top:10px;
    font-size:8pt;
    color:#fff;
    font-weight:bold;
    text-align:center; 
    width:100px;
    height:20px;
    line-height:20px;
    background-color:#c00;
    background-image:url(../include/bg20h.jpg);
    border:0px;
    }

.hw_f { /* forms */
    float:left;
    margin-left:5px;
    margin-top:10px;
    font-size:8pt;
    color:#fff;
    font-weight:bold;
    text-align:center;
    padding-left:3px; 
    width:700px;
    padding-right:2px; 
    height:20px;
    line-height:20px;
    background-color:#c00;
    background-image:url(../include/bg20h.jpg);
    border:0px;
    }

.cp {
    float:left;
    margin-left:5px;
    margin-top:5px;
    text-align:center; 
    width:100px;
    height:18px;
    line-height:18px;
    background-color:#eee;
    border:0px;
    }

.lf {
    float:left;
    margin-left:10px;
    margin-top:5px;
    text-align:left;
    padding-left:3px; 
    width:690px;
    padding-right:2px; 
    height:18px;
    line-height:18px;
    background-color:#eee;
    border:0px;
    }

