body {
    background: #16c0e9 url(img/header_bg.gif) repeat-x;
    color: #ffffff;
    font: normal 11px/14px verdana, arial, helvetica, sans-serif;
    margin: 0 0 25px 0;
    padding: 0;
}

a:active, a:link, a:visited {
    color: #ffffff;
}
a:hover {
    color: #99ccff;
}

form {
    margin: 0;
}

.spacer-dashed {
    background: url(img/spacer_dashed.gif) repeat-x;
    clear: both;
    margin-bottom: 10px;

    height: 1px;

    font-size: 1px;     /* msie hack */
    line-height: 1px;   /* msie hack */
}
.spacer-dashed-blue {
    background: url(img/spacer_dashed_blue.gif) repeat-x;
    clear: both;
    margin-bottom: 10px;

    height: 1px;

    font-size: 1px;     /* msie hack */
    line-height: 1px;   /* msie hack */
}

#everyone {
    position: absolute;
    left: 610px;
    top: 90px;
}

#header {
    height: 96px;
    padding-top:8px;
}

#leftnavi {
    width: 198px;
}
#leftnavi .spacer-dashed {
    width: 160px;
}
#leftnavi #subnavi {
    margin: 0 0 15px 15px;
}
#leftnavi #subnavi a {
    text-decoration: none;
}
#leftnavi #subnavi a:hover {
    text-decoration: underline;
}
#leftnavi #subnavi span {
    display: block;
    margin-bottom: 5px;
}
#leftnavi #subnavi span#selected {
    color: #99ccff;
    font-weight: bold;
}
#leftnavi .naviimg {
    margin-bottom: 8px;
}
#leftnavi form {
    margin-bottom: 20px;
}
#leftnavi select {
    font: normal 11px verdana, arial, helvetica, sans-serif;
    width: 140px;
}
#leftnavi span#copy {
    font-size: 10px;
    white-space: nowrap;
}

#content .block {
    padding-top: 10px;
}
#content img.bigtitle {
    margin: 7px 0 10px 0;
}
#content img.title {
    margin: 25px 0 10px 0;
}
#content h1 {
    color: #fff;
    font: bold 16px verdana, arial, helvetica;
    margin: 5px 0 15px 0;
    padding: 0;
}
#content h2 {
    color: #fff;
    font: bold 12px verdana, arial, helvetica;
    margin: 0 0 5px 0;
    padding: 0;
}
#content p {
    margin: 0 0 10px 0;
    padding: 0;
}
#content ul {
    margin: 0;
    padding: 0;
}
#content ul li {
    margin-left: 20px;
    padding: 0;
}
#content .numbers {
    padding-bottom: 10px;
}
#content .box {
    background-color: #ffffff;
    color: #000;
    font: normal 11px verdana, arial, helvetica, sans-serif;
}
#content .box .boximg {
    margin-bottom: 15px;
}
#content .box a:active, #content .box a:link, #content .box a:visited {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
#content .box a.plain:active, #content .box a.plain:link, #content .box a.plain:visited {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}
#content .box-management {
    background-color: #ffffff;
    color: #49758f;
    font: normal 11px verdana, arial, helvetica, sans-serif;
}

