/* CSS Document */

html,body {
    margin: 0px;
    padding: 0px;
    background-color:#161616;
}
a {
    color: #FFFFFF;
    text-decoration: underline;
    font-family: Tahoma;
    font-size: 11px;
} 
a:hover {
    color: #CCCCCC;
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
}
#body{
    margin: 0px;
    padding: 0px;
    width: 780px;
    }
    
#head{
    height: 164px;
    width: 780px;
}


#header_1{
    background-color: #5e6977;
    height: 164px;
    width: 321px;
    float: left;
}

#header_2{
    height: 164px;
    width: 459px;
    float: right;
}

#middle{
    width: 780px;
    clear: both;
    background-image: url(../images/middle.gif);
    background-repeat: repeat-y;
    background-position: top;
}

#menu_faq{
    float: left;
    width: 302px;
}

#menu{
    height: 176px;
    width: 302px;
    background-color: #FFFFFF;
    background-image: url(../images/menu_bg.gif);
    background-repeat: repeat-x;
    text-align: left;
}

.menu{
    width: 302px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    height: 16px;
    text-align: center;
}

.menu a{
    color: #FFFFFF;
    text-decoration: none;
}

.menu a:hover{
    color: #c8ff08;
}

.menu_pt{
    height: 1px;
    width: 148px;
    background-image: url(../images/menu_pt.gif);
    background-repeat: repeat-x;
    margin-left: 78px;
}

#pt{
    background-color: #FFFFFF;
    height: 10px;
    width: 302px;
}

#faq_1{
    background-color: #FFFFFF;
    background-image: url(../images/faq_bg.gif);
    background-repeat: repeat-x;
    width: 302px;
    height: 265px;
    text-align: left;
}

.pt_2{
    width: 250px;
    padding-top: 24px;
    margin-left: 24px;
}

.faq_pt{
    height: 1px;
    width: 224px;
    background-image: url(../images/menu_pt.gif);
    background-repeat: repeat-x;
    margin-top: 11px;
    margin-left: 49px;
}

#content{
    float: right;
    width: 478px;
}

#flash{
    background-image: url(../images/flash.jpg);
    background-repeat: no-repeat;
    height: 171px;
    width: 478px;
}

#flash_2{
    background-image: url(../images/flash.jpg);
    background-repeat: no-repeat;
    height: 28px;
    width: 478px;
}

#text_1{
     width:478px;
    text-align: left;
    background-color: #013057;
    background-image: url(../images/content.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

h3{
    font-family: Tahoma, Arial, sans-serif;
    color: #ffffff;
    margin-top: 20px;
    margin-left: 30px;
}

p#cont_text{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-indent: 15px;
    margin-right: 16px;
    margin-bottom: 5px;
    margin-left: 19px;
    margin-top: 32px;
}


#footer{
    clear: both;
    height: 85px;
    width: 780px;
    background-image: url(../images/footer.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

#copyright{
    height: 79px;
    width: 302px;
    float: left;
}

#copy{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    width: 210px;
    margin-right: 7px;
    margin-left: 4px;
    padding-top: 9px;
}

#copy a{
    color: #ffffff;
    text-decoration: none;
}

#copy a:hover{
    text-decoration: underline;
    color:#b0d334;
}

#right_foot{
    float: right;
    height: 79px;
    width: 478px;
}


#link{
    font-size: 11px;
    color: #ffffff;
    width: 412px;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
    padding-top: 20px;
}

#link a{
    text-decoration: none;
    color: #ffffff;
}

#link a:hover{
    text-decoration: underline;
    color:#b0d334;
    }
    
ul#site_map{
    margin-left: 73px;
    margin-top: 40px;
}

li a{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

li a:hover{
    text-decoration: underline;
}

ol{font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;}

ul{font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;}
#contact{
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #339900;
    border-right-color: #339900;
    border-left-color: #339900;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #339900;
}

table.drop_n{
    position:absolute;
    display:none;
    left: 340px;
    width:165px;
    font-family:Tahoma, "Times New Roman", sans-serif;
    font-size:11px;
    background-color:#0763c2;
    color: #FFFFFF;
    border: 1px solid #ffffff;
}

div.drop{
    height: 22px;
    text-align: left;
    width: 165px;
}

div.drop_down{
    height: 1px;
    width: 124px;
    background-image: url(../images/chk.gif);
    background-repeat: repeat-x;
    margin-left: 11px;
}


a.dr{
    color: #FFFFFF;
    text-decoration: none;
    font-weight:bold;
    margin-left: 11px;
    display: block;
    padding-top: 2px;
}

a.dr:hover{
    text-decoration: underline;
    font-weight:bold;
    color: #c8ff08;
    display: block;
    padding-top: 2px;
    margin-left: 11px;
}
