body
{
    color: #333333;
    font: .75em/1.3em Arial, Helvetica, Sans-Serif;
    margin: 0px;
}

div#container
{
    background-image: url(../img/bg-main.gif);
    background-repeat: repeat-y;
    padding: 12px;
    width: 995px;
}

div#content
{
    margin-left: 10px;
    margin-right: 230px;
}

div#sidebar
{
    float: right;
    margin: 0px 0px 0px 20px;
    padding: 5px;
    width: 200px;
}

p, ul
{
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: justify;
}

img
{
    border: none;
    padding: 6px;
}

div.cookieCrumbs
{
    color: #808080;
    font: .80em Arial, Helvetica, Sans-Serif;
    margin-top: -4px;
    margin-bottom: 60px;
    word-spacing: .09em;
}

div.title01
{
    background-image: url(../img/title-underline-long.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    font-weight: bold;
    margin: 0px 0px 4px;
}

div.title02
{
    background-image: url(../img/title-underline.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    font-weight: bold;
    margin: 0px 0px 4px;
}

/*---------------------------------------------------------*/
/* navigation menu */
/*---------------------------------------------------------*/

div.subMenuBg
{
    position: absolute;
    top: 130px;
    left: 13px;
    width: 772px;
    height: 38px;
}

td.subMenuTitle
{
    font-size: 22px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 10px;
}

td.subMenuEnd img
{
    margin: 0px;
    padding: 0px;
    width: 4px;
    height: 23px;
}

td.subMenuText
{
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    vertical-align: middle;
    width: 100%;
}

td.subMenuText a:hover, td.subMenuText a:link, td.subMenuText a:visited
{
    text-decoration: none;
}
