body{
    margin: 0 auto; padding: 0;
    text-align: left;
    font-family: tahoma, arial;
    color: #fff;
    background-color: #001846;
}

img{
}

p{
    font-size: 12px;
    line-height: 180%;
    font-family: tahoma, arial;  
    text-align: justify;
    color: #fff;
}

ul{
    font-size: 11px;
    line-height: 150%;
}

h1{
    font-size: 20px;
    margin: 5px 0;
}
h2{
    font-size: 15px;
    font-family: georgia;
    font-weight: 100;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    font-style: italic;
}
h3{
    font-size: 11px;
    margin: 0 0 5px 0; 
}

hr{
    height: 1px;
    border: 0;
    color: #5454cd;
}

input{
/*    border: 1px solid #5454cd;
    background-color: white;
    color: #fff;
*/
    font-size: 11px;
/*    padding: 0 2px;
    font-family: lucida sans, arial;   
*/}
select, option{
    color: #000;
    font-size: 10px;
    padding: 0 2px;
    font-family: lucida sans, arial;   
}

a{
    color: #7be87a;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

.container{
    margin: 0; padding: 0;
    width: 696px;
    min-height: 537px; 
    text-align: left;
    background-image: url('/images/header.gif');
    background-color: #0000b5;
    background-position: top left;
    background-repeat: no-repeat;
}
*html .container{
    height: 537px;
}

#index_splash{
    background-image: url('/images/background_01.png');
}

div.navigation{
    border-top: 1px solid #5454cd;
    border-left: 1px solid #5454cd;
    border-right: 1px solid #5454cd;
    width: 125px;
    float: left;
    margin-top: 90px;
    margin-left: 25px;
}

div.menu{
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: left;
    border-bottom: 1px solid #5454cd;
    padding: 4px;
    text-align: left;
    z-index: 1;
}

div.menu a{
    font-family: lucida-sans,arial;
    height: 15px;
    text-decoration: none;
    display: block;
    color: #e9edfa;
}
div.menu a:hover{
    color: #c7ff87;
    text-decoration: none;    
}
div.sub_menu{
    width: 225px;
    font-family: lucida-sans,arial;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    margin-left: 125px;
    margin-top: -25px;
    border-top: 1px solid #5454cd;
    border-left: 1px solid #5454cd;
    border-right: 1px solid #5454cd;
    background-color: #0000b5;
    z-index: 1;
}
*html div.sub_menu{
    margin-left: 123px;
    margin-top: -25px;              
}
div.sub_menu a{
    height: 15px;  
    text-decoration: none;
    display: block;
    color: #fff;
}
div.sub_menu a:hover{
    color: #c7ff87;
    text-decoration: none;
}
div.sub_menu div{
    text-align: left;
    border-bottom: 1px solid #5454cd;
    padding: 4px; 
}

div.content{
    float: right;
    width: 540px;
    margin-top: 90px;
}

#content_body{
    padding: 0 30px 30px 30px;
    min-height: 418px;
}
*html #content_body{
    height: 448px;
}

div.footer{

}
#copyright{
    font-size: 10px;
    font-family: tahoma;
    padding: 0px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 150%;
    color: #e9edfa;
}

.left{
    float: left;
    margin-right: 10px;
}
.right{
    float: right;
    margin-left: 10px;
}

.clear{
    clear: both;
}

div.page_header{
    position: absolute;
    width: 509px;
    text-align: left;
    font-family: georgia;
    /*letter-spacing: 1px;*/
    height: 35px; 
    color: #e9edfa;
    border-bottom: 1px solid #5454cd;
    border-left: 1px solid #5454cd;
}

*html div.page_header{
    width: 510px;
}

span.title{
    position: absolute;
    margin-top: 0px;
    font-family: georgia;
    /*letter-spacing: 1px;*/
    font-size: 20px;
    padding: 5px 10px; 
    color: #e9edfa;
    text-transform: capitalize;
    border-top: 1px solid #5454cd;
    border-right: 1px solid #5454cd;
}

div.spacer{
    height: 50px;
}

.table{
    font-size: 11px;
    line-height: 165%;
    font-family: lucida sans, arial;
}
