body
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 150%;
    padding: 0;
    margin: 0;
}


a,
a:visited
{
    color: #005399;
    text-decoration: none;
}

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


table.listing
{
    border-collapse: collapse;
    width: 100%;
}

table.listing tr th
{
    text-align: left;
    background-color: #005399;
    color: #FFF;
}

table.listing tr.alt
{
    background-color: #CCC;
}

#page
{
    width: 700px;
}

#header
{
    float: left;
    width: 700px;
    height: 26px;
}

#header a.home
{
    letter-spacing: 0.2em;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    margin: 24px 0;
    font-size: 24px;
}

#header-navigation
{
    display: none;
}

#title
{
    float: left;
    clear: left;
    width: 700px;
}

#title h1
{
    font-size: 18px;    
    font-weight: bold;
    color: #005399;
}

/*----- NAVIGATION -----*/

#navigation
{
    display: none;
}


#content
{
    float: left;
    clear: left;
    width: auto;
}

#content p
{
    margin: 0 0 12px 0;
}

#content h2
{
    margin: 0 0 14px 0;
    font-size: 14px;
}

#content h4
{
    margin: 0 0 12px 0;
}

#content ul
{
    list-style-image: url(bullet.gif);
    padding: 0 0 0 1.5em;
    margin: 0.5em 0;
}

#content ul li
{
    padding-bottom: 0.4em;
}

#content ul li ul li
{
    padding-bottom: 0.4em;
}

#content-full
{
    float: left;
    clear: left;
    margin: 0 0 12px 0;
    width: auto;
}

#image
{
	display: none;
}

#logo
{
    display: none;
}

#footer
{
    float: left;
    clear: left;
    width: auto;
    color: #333;
}

#footer ul
{
    padding: 0;
    margin: 0;
    display: inline;
}

#footer ul li
{
    display: inline;
}

#people-box
{
    width: 700px;
    padding: 0;
}

#people
{
    float: left;
    width: 455px;
    padding: 0 10px 0 0;
}

#people p
{
    margin: 0 0 8px 0;
}

#people h4
{
	margin: 0;
    color: #005399;
}

#blue-box
{
    float: left;
    width: 200px;
    height: 125px;
    background: url(bg-blue.gif) 150px #005399; 
    margin-bottom: 15px;
}
