/* 16 Apr 06
   File: site_working.css
   Styles for basic access and frameset Site Maps */

/* Common defaults for all browsers */
* {
    padding:0;
    margin:0;
    background-color:transparent;
}

body
{
    background-color: #fff;
    font-family: verdana, arial, sans-serif;
    font-size: 100%; 
    line-height: 120%;
    color: #000033;
}

body,div,h2
{
    margin: 0;
    padding: 0;
}

/* Header styles */
div.outr
{
    width:98%;
    margin-left:10px;
}

div.top_space
{
    height:9px;
}

div.bottom_space
{
    height:9px;
    clear:both;
}

div.yel
{
    float:left;
    background-color:#ffde00;
    border:3px solid #ffcc00;
    width:160px;
    height:119px;
}

div.az
{
    float:left;
    padding-left:20px;
    margin-top:15px;
    background-color:#fff;
}

h2.mna
{
    color: #fff;
    background-color:#0066cc;
    font-weight:600;
    text-align:center;
    line-height:1.9em;
    padding-left:1em;
    padding-right:1em;
    border:3px solid #ffcc00;
}

h2.ttl
{
    color:#0066cc;
    padding-top:10px;
    text-align:center;
}

img.mnalogo 
{
    margin:10px;
}

/* Content styles */
div.content 
{
    margin:20px 0;
    clear:both;
}
li
{
    margin-left: 40px;
    line-height: 130%;
}
li a 
{
    color: #000033;
    text-decoration: none;
}
li a.level0 
{
    color: #0066cc;
    font-weight: bolder;
}
li a:hover, li a:focus 
{
    background-color: #fffacd;
}


/* footer styles */
div.footer
{
    margin: 0 10px 10px 10px
}
.footer 
{
    text-align: center; 
    font-size: small;
}
.footer hr 
{
    border: 0;
    height: 1px;
    background-color: #c0c0c0;
    color: #c0c0c0;
    width: 75%;
}
.footer span
{
    font-style:italic;
}
.footer a:active 
{
    color: #990066;
}
.footer a:link 
{
    color: #0000cd;
}
.footer a:visited 
{
    color: #0000cd;
}
.footer a:hover, .footer a:focus 
{
    color: #990066;
}
.footer li
{
    display: inline;
    list-style-type: none;
    margin:10px;
}
.footer img
{
    margin:10px;
    border:0;
    vertical-align:middle;
}
