ebody
{
    margin: 0;
    padding: 0;
    font-size: 16px;
}

/* Links */

a
{
    color: #03B;
    text-decoration: none;
}

a:visited
{
    color: #40B;
    text-decoration: none;
}

a:hover
{
    color: #03B;
    text-decoration: underline;
}

a:active
{
    color: #03B;
}

a.external, a.external:visited
{
    color: #D04040;
}

a.external:hover
{
    color: #D04040;
    text-decoration: underline;
}

a.external:active
{
    color: #D04040;
}

/* network of "friends" */

#network ul
{
    margin: 0;
    padding: 0 50px;
    background: #E0E8E0;
    text-align: center;
}

#network li
{
    display: inline;
        list-style: none;
    margin: 0 10px;
    color: #000;
}

#network li a
{
    color: #000;
}

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

/* top */

#top
{
    position: relative;
    padding: 0.5em;
    background: #EBEDFF;
    border-bottom: 1px solid #E0E0E8;
    height: 7.5em;
    width: 100%;
}

#title
{
    position: absolute;
    top: 5px;
    left: 120px;
    font-size: 14px;
}

#title .title
{
    font-weight: bold;
    color: blue;
    font-size: 1.8em;
}

/* Main (center) */

#main
{
    margin: 0 1em 0 13em;
    padding: 0;
    background: #FFF;
    color: #000;
    min-height: 20em;
}

#main ul.bullet1
{
    list-style: url('images/bullet1.png');
}


/* Menu (left) */

#menu
{
    position: absolute;
    margin: 0 0 0 0.8em;
    top: 10.5em;
    width: 11em;
    color: #000;
}

#menu div
{
    font: 0.7em arial, sans-serif;
}

#menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: #FFF;
}
                
#menu li
{
    border: 1px solid #E0E0E8;
    display: block;
}

#menu li a, #menu li span
{
    display: block;
    margin: 0;
    padding: 5px 15px 5px 12px;
    color: #FFF;
    background-color: #5C6FCC;
}

#menu a#hilight
{
    background: #5C6FCC url('images/red_dot.gif') left center no-repeat;
    color: #FFF;
    font-weight: bold;
}

#menu ul ul a#hilight
{
    background: #EBEDFF url('images/red_dot.gif') left center no-repeat;
    color: #000;
}

#menu li a:hover
{
    color: #444;
    text-decoration: underline;
}
        
#menu ul ul
{
    background: #EBEDFF;
}

#menu ul ul li
{
    border-bottom: none;
    border-right: none;
    border-left: none;
}

#menu ul ul li a, #menu ul ul li span
{
    padding: 5px 15px 5px 27px;
    background-color: transparent;
    color: #000;
}

#menu ul ul ul li a, #menu ul ul ul li span
{
    padding: 5px 15px 5px 42px;
}

#menu img
{
    border: none;
}

#contact, #valid
{
    text-align: center;
    padding: 5px;
}

#google
{
    margin: 1em 0;
    padding: 5px;
    border-top: 1px #888 dashed;
    border-bottom: 1px #888 dashed;
    text-align: center;
    background: #FFFFFF;
}

#google form
{
    margin: 0;
    padding: 0;
}

#google img
{
    display: inline;
    border: none;
}

/* Footer */

#footer
{
    float: right;
    width: 30%;
    text-align: right;
}

#contact a
{
    color: #808080;
}

#footer img
{
    border: none;
}


/* Site Map */

#map a:visited
{
    color: #005;
    text-decoration: none;
    font-style: italic;
}

ul#map
{
    list-style: none;
}

#map li
{
    color: #606060;
    font-weight: bold;
}

#map li a.h
{
    display: block;
    width: 28%;
    border-bottom: solid 1px #000;
}

#map li ul
{
    list-style: disc;
    margin-top: 18px;
    margin-bottom: 18px;
}

#map li li
{
    font-weight: normal;
}

#map li li ul
{
   list-style: circle;
   margin: auto;
}

/* Misc */

.center
{
    text-align: center;
}

.subtitle
{
    font-weight: bold;
}

.links
{
    list-style: url('images/link.gif');
}

.email
{
    font-weight: bold;
}

.pdf img
{
    display: block;
    border: none;
    float: left;
    margin-right: 0.5em;
    padding-top: 0;
}

.pdf span
{
    display: block;
    height: 0.5em;
}

/* Steering list */

#steering li
{
    margin-bottom: 1em;
}

#steering span.role
{
    font-family: Arial, Helvetica, sans-serif;
}

