/* MENU */
body.menu {
    background:#5375a4;
    /*background: #2e3f75;   */ 
    margin-top: 12px;
    margin-left: 15px;
}
img.menu_logo {
    height: 60px;    
}
/* TOC */    
body.toc {
    background: #2e3f75; 
    
    /*background:#CCCC99;*/
    /*background:#5375a4;*/
}
div.toc {
    padding-top:10px;
}
table.toc_nav {
    width: 50%;
}
td.toc_nav {
    width: 50%    
}
div.nav_left {
    visibility: visible;
}
div.nav_right {
    visibility: visible;
}

ul.toc {
    list-style:none;
    margin-left:10px;
}
a {
    color: #CCCC99;
/*    color: #2e3f75;*/
    font-family: arial;
    font-weight: bold;
    font-size: 10pt;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: underline; 
    font-weight: bold;
}

/* DISPLAY */
body.display {
    background:#ffffff;
    margin:0;
}
div.display_body {
    background:#ffffff;
    width:650;
    padding: 5px;
    margin:0;
}
div.display_header {
    font-size:32;
    font-weight: bold;
    color:#333366;
    font-family:times new roman;
}

td.spacer {    
    vertical-align:top;
    background:#2e3f75;
    height:5px;
    width:571;  
}

a.display {
    color: #2e3f75;
    font-weight: bold;
    text-decoration: underline;
    font-size: 10pt;
}

a.footer {
    color: #2e3f75;
    font-weight: bold;
    font-size: 8pt;
}

td.c_header {
    background: #2e3f75; 
    color: #cccc99;
    font-weight:bold;
    font-size: 16pt;
}
td.c_address {
    width: 30%;
    vertical-align: top;
}
td.c_address_entry {
    font-size: 10pt;
}
td.c_detail {
    width: 70%;
}
ul.c_detail {
    font-size: 12pt;
}