body
{
    background: #ffffff;
    padding: 0;
    margin: 0;
    font: 70% trebuchet MS, trebuchet, verdana, arial, sans-serif;
    color: #666666;
}

.search-query
{
    font-size: 10px;
    background-color: #eeeeee;
    border: #666666 1px solid;
}

.search-submit
{
    color: #ffffff;
    font-size: 10px;
    background-color: #666666;
    border: #666666 1px solid;
    margin-left: 10px;
}

a:link
{
    color: #275774;
}

a:visited
{
    color: #333;
}

a:active
{
    color: #333;
}

a:hover
{
    color: #000;
}

img
{
    border: none;
}

#container
{
    padding: 0;
    margin: 20px auto 10px auto;
    text-align: left;
    width: 748px;
}

#container.email
{
    width: 550px;
}

#main
{
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

#logo
{
    border-bottom: 1px solid #ccc;
}

#logo a
{
    text-decoration: none;
}

#menu
{
    width: 100%;
    text-align: right;
}

#menu a
{
    display: block;
    float: left;
    border: 1px solid #ccc;
    text-decoration: none;
    text-align: center;
    color: #000;
    background: #eeeeee;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
}

#menu a:hover
{
    background: #cccccc;
    text-decoration: none;
}

#content
{
    margin: 0px 20px 20px 20px;
}

#content-left
{
    width: 70%;
    vertical-align: top;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

#content-right
{
    width: 80%;
    vertical-align: top;
    padding: 20px;
    border-left: 1px solid #ccc;
}

#sidebar-left
{
    width: 20%;
    vertical-align: top;
    padding-right: 20px;
}

#sidebar-right
{
    width: 30%;
    vertical-align: top;
    padding-left: 20px;
}

#footer
{
    color: #666666;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

#email-menu
{
    width: 100%;
    text-align: right;
}

#email-menu a
{
    display: block;
    float: right;
    border: 1px solid #ccc;
    text-decoration: none;
    text-align: center;
    color: #000;
    background: #eeeeee;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
}

#email-menu a:hover
{
    background-color: #cccccc;
}

#email-left
{
    width: 50%;
    vertical-align: top;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

#email-right
{
    width: 50%;
    vertical-align: top;
    padding-left: 20px;
}

#email-top, #email-middle
{
    margin-bottom: 15px;
}

a.button
{
    color: #275774;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #cccccc;
    text-decoration: none;
}

a.button:link
{
    color: #275774;
    text-decoration: none;
}

a.button:visited
{
    color:#275774;
    text-decoration:none;
}

a.button:active
{
    color:#275774;
    text-decoration:none;
}

a.button:hover
{
    color: #ffffff;
    background-color: #275774;
    text-decoration: none;
}

a.button-on
{
    color: #ffffff;
    background-color: #275774;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #cccccc;
    text-decoration: none;
}

a.button-on:visited
{
    color: #ffffff;
    text-decoration: none;
}

a.button-on:active
{
    color: #ffffff;
    text-decoration: none;
}

a.button-on:hover
{
    color: #ffffff;
    text-decoration: none;
}