@import "all.css";      /* just some basic formatting, no layout stuff */

html { height: 101%;
}

body {
        background-color: #C0C0C0; /*        background-image: url(../img/bg1.png);*/
        font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
        font-size: 10px;
        margin: 0px;
        padding: 0px;
        text-align: center;
        background-repeat: repeat-x;
}


h1 {
        font-size: 14px;
        padding-top: 0px;
}

#bottom {
        background-image: url(../img/footer.png);
        color: #2d2d2d; /* #b8b8b8; */
        float: left;
        line-height: 100%;
        vertical-align: top;
        white-space: nowrap;
        text-align: center;
        width: 760px;
        background-color: #C0C0C0; /* #2d2d2d; */
        padding: 5px 0px 5px 0px;
        margin: 0px 0px 5px 0px;
        height: 40px;
        background-repeat: no-repeat;
}

#bottomwrapper{
        background-color: #C0C0C0; /* #2d2d2d; */
        width: 760px;
        height: 75px;
        float: left;
}

#bottom a{
        color: #2d2d2d; /* #b8b8b8;  */
        font-family: Arial, sans-serif;
        font-size: 11px;
        text-decoration: none;
        text-transform: lowercase;
        letter-spacing: 1px;
}

#bottom a:hover{
        text-decoration: underline;
}

#bottommenu{
        height: 20px;
        margin: 55px 0px 0px 0px;
}

#contentcenter {
        color: #2d2d2d;
        float: left;
        padding: 10px 20px 20px 20px;
        margin: 0px 0px 0px 0px;
        text-align: justify;
        width: 580px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        border:0px solid red;
}

#contentcenter img{
        margin-bottom: 10px;
}

#contentcenter a{
        color: #3366cc;
        text-decoration: none;
        padding: 0px 0px 0px 0px;
}

#contentcenter a.image{
        background-image: none;
}

#contentcenter a:hover{
        /*color: #FF6600;*/
        text-decoration: underline;
}

#contentcenter h1, #contentcenter h2 {
        margin: 20px 0px 10px 0px;
        font-size: 16px;
        font-weight: bold;
        color: #494949;
}

#contentcenter h2 {
        margin: 10px 0px 5px 0px;
        font-size: 12px;
}

#contentcenter li {
        margin-bottom: 5px;
        margin-left: -10px;
        padding-left: 0;
        text-align: left;
        font-size: 12px;
}

#contentcenter p{
        color: #202020;
        margin: 0px 0px 10px 0px;
        padding: 3px 15px 2px 0px;
        text-align: left;
        line-height: 150%;
        letter-spacing: 0px;
}

#contentcenter ul {
        line-height: 120%;
        list-style-type: square;
        margin-bottom: 15px;
        margin-right: 20px;
        margin-top: 0px;
        font-size: 12px;
}

#contentheader h1 {
        font-size: 12px;
        font-weight: bold;
        margin: 0px;
        padding: 10px;
}

#contentleft {
        background-image: url(../img/navi_bg.png);
        background-repeat: no-repeat;
        float: left;
        height: 385px;
        padding: 0px;
        margin: 0px;
        width: 140px;
}

#contentone{
        bottom: 17px;
        float: right;
        margin-top: 5px;
        position: relative;
        right: 0px;
        text-align: right;
        width: 130px;
}

#contentimage{
        float:left;
        width:620px;
        padding:0px;
        margin:0px;

}

#contentimage img{
        display:block;
        margin:0px;
        padding:0px;
        float:left;
}

#frame {
        background-color: #f8f9fd;
        background-image: url(../img/frame_bg.png);
        background-repeat: repeat-y;
        margin-top: 30px;
        padding: 0px;
        text-align: left;
        width: 760px;
        margin-left: auto;
        margin-right: auto;
}

#header {
        background-color: #ffffff;
        background-image: url(../img/header.png);
        border-bottom: 0px solid #FFFFFF;
        height: 50px;
        width: 760px;
        padding:0;
        margin:0;
}

#menu{
        margin: 0px;
        padding:0px;
}

#menu a{
        border-bottom: 0px solid #CFCFCF;
        color: #2E58AD;
        display: block;
        font-family: Arial,sans-serif;
        font-size: 11px;
        font-weight: bold;
        height: 18px;
        letter-spacing: 0px;
        padding: 3px 0px 0px 15px;
        width:125px;
        text-decoration: none;
        text-transform: lowercase;
}

#menu a:hover{
        background-color: #3366cc;
        color: #ffffff;
        text-decoration: none;
}

#menu a.active{
        background-color: #3366cc;
        color: #ffffff;
        font-weight: bold;
}

#menu a.sub, #menu a.subactive{
        background-color: transparent;
        color: #3366cc;
        font-size: 11px;
        padding: 2px 0px 0px 15px;
        text-align: left;
}

#menu a.subactive {
        color: #fca34a;
        border-bottom: 0px solid #fca34a;
        font-weight: bold;
}


#ged {
        color: #0070CC;
        font:italic 11pt Verdana;
         font-weight: bold;
        padding: 10px 20px 20px 200px;
}

