html
{
    background-color: #ddddee;
    background-image: url('body-bg.png');
    background-position: 50% 0%;
    background-repeat: repeat-y;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
body
{
    width: 773px;
    padding: 0px 1px 0px 1px;
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    color: #000000;
    margin: 0px auto 0px auto;
    text-align: left;
/*    overflow: hidden; */
}
#header
{
    width: 775px;
    height: 100px;
    overflow: hidden;
}
#menu, #content
{
    padding: 2px 5px 2px 5px;
}
#menu
{
    background-image: url('menu-bg.png');
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    top: 100px;
    width: 141px;
    height: 438px;
    font-size: 0.8em;
    color: #333333;
}
dt
{
    font-weight: bold;
    margin: 3px 0px 3px 0px;
}
dd
{
    margin: 0px 0px 10px 20px;
}
img
{
    border: 0px;
}
.subtitle
{
    font-size: 1.1em;
    font-weight: bold;
}
a:link, a:active, a:visited
{
    color: #000088;
}
#menu a:link, #menu a:active, #menu a:visited
{
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2em;
}
#menu a:hover
{
    color: #000000;
}
#content
{
    float: right;
    top: 100px;
    width: 612px;
/*    overflow: hidden; */
}
span
{
    font-size: 0.7em;
}
#pagetitle
{
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin: 2px 0px 8px 0px;
}
#pagetitle span
{
    font-size: 1em;
    font-weight: normal;
}
