body
{
    background-color: white;
    font: 12px Verdana, sans-serif;
}
#head
{
    background-color: #CD0000;
    background-image: url(../images/header-redblue.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    width: 750px;
    height: 111px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border: black solid 1px;
    border-width: 0px 0px 1px 0px;
}
#agentPhoto
{
    margin-top: 3px;
    margin-left: 3px;
    float: left;
}
#agentInfo
{
    font-size: 10px;
    vertical-align: middle;
    float: left;
    margin-top: 3px;
    margin-left: 3px;
    width: 200px;
    color: white;
}
#agentInfo strong
{
    font-size: 12px;
}
#agentSlogan
{
    width: 240px;
    height: 40px;
    float: left;
    position: relative;
    top: 36px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
}
#agentLogo
{
    float: left;
    width: 160px;
    height: 90px;
    position: relative;
    top: 10px;
    left: 57px;
}
#topNav
{
    background-color: #013299;
    margin-top: 1px;
    border: black solid 1px;
    border-width: 1px 0px 0px 0px;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}
#topNav ul
{
    margin: 2px 0px 5px 0px;
    padding: 2px 0px 5px 0px;
}
#topNav ul li
{
    display: inline;
    margin-left: 65px;
    margin-right: 20px;
    font-weight: bold;
    color: White;
}
#topNav ul li a 
{
   color: white;
   text-decoration: none;
}
#topNav ul li a:hover 
{
   color: yellow;
}
#container
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}
#editableContent
{
    width: 600px;
    float: right;
}
#userMenu
{
    width: 120px;
}
#userMenu ul
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    border: black solid 1px;
    border-width: 0px 1px 0px 1px;
}
#userMenu ul li
{
    border: black solid 1px;
    border-width: 1px 0px 1px 0px;
    margin-bottom: 1px;
    padding: 3px 0px 3px 3px;
    font-size: 11px;
}
#userMenu ul li a
{
   color: black;
   text-decoration: none;
}
#userMenu ul li a:hover
{
   color: blue;
   text-decoration: underline;
}
#footer
{
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-top: 20px;
    clear: right;
    text-align: center;
    font-size: 10px;
}
