
<!--
BODY {
        background-color: #505B5C;
        text-align: center;
}

a:link {text-decoration: none; color: #C27600 }
a:visited {text-decoration: none; color: #C27600}
a:active {text-decoration: none;}
a:hover {text-decoration: none; color: #000000 }

input {
        margin: 0;
        border: solid #999999 1px;
        font-family: tahoma;
        font-size: 11px;
        padding: 2px 2px 2px 2px;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 100%;        
}

input.but1 {
        margin: 0;
        padding: 0;
        background-image: url("../gfx/button.jpg");
        border: none;
        width: 103px;
        height: 27px;
        font-weight: bold;
        color: #63A813;
}

textarea {
        margin: 0;
        border: solid #999999 1px;
        font-family: tahoma;
        font-size: 11px;
        padding: 2px 2px 2px 2px;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
        height: 60px;
}

#container {
        background-image: url("../gfx/bg.jpg");
        margin: 0px auto;
        padding: 0;
        width: 730px;
        position: relative;
}

#header {
        background-image: url("../gfx/header.jpg");
        padding: 0;
        width: 730px;
        height: 220px;
        text-align: left;

}

#logos {
        background-color:  #505B5C;
        height:55px;
        width: 730px;
        text-align: left;
}

#logos a {
        text-indent: -9999px;
        display: block;
        width: 390px;
        height:55px;
        position: absolute;
        background-image: url("../gfx/logo.jpg");
        margin-left: 20px;
}

#flash {
         position: absolute;
         text-align: left;
         margin-left: 23px;
         margin-top: 18px;

}

#footer {
        background-image: url("../gfx/footer.jpg");
        padding: 0;
        width: 730px;
        height: 80px;
        text-align: left;
}

#footer_text {
        position: absolute;
        font-family: tahoma ,arial, sans;
        font-size: 10px;
        color: #444444;
        margin-top: 23px;
        margin-left: 410px;
}

#main_body {

        padding: 0px 0px 0px 23px;
        text-align: left;
}

#links {
}

#links_top {
        background-image: url("../gfx/tabs/links_top.jpg");
        width: 156px;
        height: 44px;
}

#links_in {
        background-image: url("../gfx/tabs/links_body.jpg");
        text-align: left;
        padding: 0px 0px 0px 17px;
        height: 172px;
}

#links_bot {
        margin: 0;
        padding: 0;
        background-image: url("../gfx/tabs/links_bot.jpg");
        width: 156px;
        height: 16px;
        background-repeat: no-repeat;
}

#news {
}

#news_top {
        background-image: url("../gfx/tabs/news_top.jpg");
        width: 188px;
        height: 44px;
}

#news_bot {
        background-image: url("../gfx/tabs/news_bot.jpg");
        width: 188px;
        height: 16px;
        background-repeat: no-repeat;
}

#news_in {
        background-image: url("../gfx/tabs/news_body.jpg");
}


#welcome {
}

#welcome_top {
        background-image: url("../gfx/tabs/welcome_top.jpg");
        width: 330px;
        height: 44px;
}

#welcome_in {
        margin-top: 10px;
        margin-left: 15px;
        font-family: tahoma;
        font-size: 11px;
        color: #444444;
        width:305px;
        text-align: justify;
}

#head_top {
        background-image: url("../gfx/tabs/orange_head.jpg");
        width: 511px;
        height: 44px;
}

#head_text {
        font-family:arial;
        font-size:12px;
        font-weight: bold;
        color: #ffffff;
        padding: 21px 10px 0px 20px
}

#text_in {
        margin-top: 10px;
        margin-left: 15px;
        font-family: tahoma;
        font-size: 11px;
        color: #000000;
        width:485px;
        text-align: justify;

}

#text_in h1 {
        font-size: 15px;
        text-align: left;
        font-family: Helvetica,Arial, Sans;
        color: #666666;
}

#text_in div {
        background-color: #76BD23;
        padding: 10px 10px 10px 10px;
        color: #ffffff;
        font-weight: bold;
        border: solid #93D349 1px;
        margin-top: 10px;
        margin-bottom: 10px;
}

#text_in div.bri {
        border: none;
        background-color: #ffffff;
        padding: 10px 10px 10px 10px;
        color: #000000;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;

}

#text_in div a:link {font-weight: bold; text-decoration: none; color: #FFaa00 }
#text_in div a:visited {font-weight: bold;  text-decoration: none; color: #FFaa00}
#text_in div a:active {font-weight: bold; text-decoration: none;}
#text_in div a:hover {font-weight: bold; text-decoration: none; color: #000000 }

#text_in ul {
        list-style-image: url("../gfx/icons/link2.gif");
        list-style-type: square;
        font-size: 12px;
        font-family: tahoma, arial, sans;
}

#text_in li {
         margin: 10px 10px 10px 10px;
}

.qlinks {
        background-color: #efefef;
}

.ql_img {
        padding: 2px 2px 2px 2px;
}

.ql_body {
        font-family: tahoma;
        font-size: 9px;
        color: #444444;
        padding: 2px 2px 2px 2px;
        width: 97px;
}


-->
