body {
    background:#015087;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none }


/*----------------------*/
#container {
    border: solid 1px #005E9C; 
    background-color: #fff;
    padding: 3px 1px 3px 1px; 
    width: 770px; }        

* html #container {
    border: solid 1px #005E9C; 
    background-color: #fff;
    padding: 3px; 
    width: 770px; }        
/*----------------------*/

/* TOP NAV */

#topnav {
    background: url(/images/bar_bkg.jpg);
    height: 31px; 
    color: white;
    }
    
#topnav ul {
    height: 31px; 
    text-align: center; 
    margin: 0;
    padding: 0;
    
}

#topnav ul li {
    display: inline;
    height: 31px;
    padding: 2px 0 0 0;
}

#topnav ul li a {
    color: #FFF;
    margin: 0;
    text-decoration: none;
    font:bold 11px arial;
    padding: 0 14px 0 14px;

}


* html #topnav ul li a {
    color: #FFF;
    margin: 0;
    text-decoration: none;
    font:bold 11px arial;
    padding: 0 18px 0 18px;

}

#topnav ul li a:hover {
    color: #EC1E28; }

.dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 11px arial;
    line-height:18px;
    z-index:100;
    background-color: #E9E8E8;
    width: 200px;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: #016BB5;
}

* html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #CBC9C9;

}

/* CONTENT BLOCK */

/* ------------------------------ */
#content {
    padding: 8px 10px 0px 10px;
    vertical-align: top;}

* html #content {
    padding: 8px 10px 0px 10px;
    vertical-align: top;
    width: 100%}
/* ------------------------------ */    

/* ------------------------------ */
    
#content p {
    font: normal 12px Arial;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;}

* html #content p {
    font: normal 12px Arial;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;}

/* ------------------------------ */

#content p a {font: normal 12px Arial; color: #016BB5; }
#content p a:hover {text-decoration: none; }


#content li {
    font: normal 12px Arial;
    color: #016BB5;
    margin-top: 0;
}

#content li a {font: normal 11px Arial; color: #7F181B; }
#content li a:hover {text-decoration: none; }


#content td {
    font: normal 12px Arial;
    color: #000;
    margin-top: 0;
}


#content td a {
    color: #016BB5;}

#content td a:hover {
    text-decoration: none;}

#content td.inverse {
    background: #016BB5;
    font: bold 12px Arial;
    color: #fff;
    margin-top: 0;
}

#content td.inversesmall {
    background: #016BB5;
    font: bold 10px Arial;
    color: #fff;
    margin-top: 0;
}

#content td.inversesmall a {
    color: #fff;
}

#content td.inversesmall a:hover {
    color: #fff;text-decoration: none;
}

#content td.small {
    font: normal 10px Arial;
    color: #005E9C;
    margin-top: 0;
}

#content td.small a {
    color: #005E9C;
}

#content td.small a:hover {
    text-decoration: none;
}

#content td.small2 {
    font: normal 9px Arial;
    color: #005E9C;
    margin-top: 0;
}

#content td.small2 a {
    color: #005E9C;
}

#content td.small2 a:hover {
    text-decoration: none;
}


/* LOGIN PANEL */

div.login {
    width: 120px; }


div.login td {
    font: normal 9px Arial;
    color: #FFF; }
    
/* HEADERS */

h1 { font:normal 24px Arial; margin-bottom:5px; margin-top: 0px; margin-bottom: 10px; color: #016BB5; font-weight: bold;}
h2 { font:normal 16px Arial; margin-bottom:5px; margin-top:0; padding:0; color: #016BB5; font-weight: bold;}
h3 { font:normal 12px Arial; margin-bottom:5px; margin-top:0; padding:0; font-weight: bold; color: #016BB5;}
h4 { font:normal 12px Arial; margin-bottom:5px; margin-top: 5px; padding:0; font-weight: bold; color: #016BB5; border-bottom: 1px dashed #016BB5;}


/* ADMIN */

a.admin {font: normal 12px Arial; color: #005E9C; }

/* FOOTER */




#footer {
    background-color: #016BB5;
    height: 25px; 
    color: white;
    }
    
#footer td {
    font: bold 12px arial;
    color: #fff; }



/* SUBFOOTER */

#subfooter {
    text-align: center;
    font-family: Arial;
    color: white; 
    font-size: 10px;
    padding: 5px 0 5px 0; }
    
#subfooter a {color: #fff; text-decoration: none;}

#subfooter a:hover {text-decoration: underline;}



/* LINKS PAGE */

#content td.LinkCell1 {
    BORDER-STYLE: SOLID; 
    BORDER-COLOR: #005E9C; 
    BORDER-WIDTH: 1px; 
    BACKGROUND-COLOR: #90BADE; 
    font: normal 10px Arial;
    color: #000}

#content td.LinkCell1 a {color: #000; }
#content td.LinkCell1 a:hover {text-decoration: none; }

#content td.LinkCell2 {
    BORDER-STYLE: SOLID; 
    BORDER-COLOR: #005E9C; 
    BORDER-WIDTH: 1px; 
    BACKGROUND-COLOR: #ffffff;
    font: normal 10px Arial;
    color: #000}

#content td.LinkCell2 a {color: #000; }
#content td.LinkCell2 a:hover {text-decoration: none; }

#content img { border: 1px solid #016BB5; }

#address td { 
    font: normal 11px arial; 
    color: #7F181B;}
    
#content .NextNTable { 
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #7F181B; }
    
#content .NextNTableHeader {
    background: #EAE3CD; 
    font: bold 12px arial;
    color: #9E9D9D;}
    
#content .NextNTableHeader a { 
    color: #7F181B;}
    
#content ul.frontpage {
    list-style-type: none; 
    padding-left: 0; 
    margin-left: 0;
    }
    
#content ul.frontpage li {
    background: url(/images/arrow.jpg) left no-repeat; 
    padding: 0 0 0px 20px;
    margin-top: 15px;
    font: normal 13px Arial;
    color: #016BB5;
    margin-top: 0;
    }





    


