
body {
    margin: 0px;
    background-color:#35815D;
}

.top_left_outbg {
    background:url(images/top_left_outbg.jpg) no-repeat top right;
    background-color:#E8EAE9;
}

.top_right_outbg {
    background:url(images/top_right_outbg.jpg) no-repeat top left;
    background-color:#E8EAE9;
}

.header_bg {
    background:url(images/header.jpg) no-repeat top;
    height:25px;
}

.header_right_outbg {
    background:url(images/header_right_outbg.jpg) no-repeat top left;
    background-color:#333333;
}

.header_outbg {
    background-color:#333333;
}

.bottom_outbg {
    background:url(images/bottom_outbg.jpg) repeat-x top;
    height:228px;
}

.footer_bg {
    background:url(images/footer_bg.jpg) no-repeat top;
    width: 990px;
    height:228px;
    position:relative;
}

.content_top_bg {
    background:url(images/content_top.jpg) no-repeat top;
    min-height:322px;
}

.content_bg {
    background:url(images/content_bg.jpg) repeat-y top;
}

.menu_bg {
    width: 990px;
    height:40px;
}

.inweb {
    position:absolute;
    top: 72px;
    right:50px;
    width:60px;
    height:28px;
    /*border:1px solid #ffffff;*/
}






.fck_class {
    background:none;
    background-color:#ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #2f2f2f;
    margin: 20px;
    line-height: 22px;
}


.content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:#2f2f2f;
    padding: 12px 30px 20px 60px;
    line-height: 21px;
}

.content_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style:italic;
    color: #2f2f2f;
    padding: 25px 0px 10px 60px;
    font-weight: bold;
}

.footer_content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #aad5c1;
    padding: 110px 0px 0px 273px;
    line-height: 16px;
}

.header_content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #afafaf;
    padding: 6px 0px 0px 10px;
}

.menu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding: 12px 0px 0px 0px;
}





.box_top_bg {
    background: url(images/box_top_bg.jpg) no-repeat;
    width:310px;
    height:53px;
}

.box_middle_bg {
    background: url(images/box_middle_bg.jpg) repeat-y;
    width:310px;
}

.box_title {
    padding: 17px 0px 0px 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    color: #505050;
}

.box_middle {
    padding: 10px 12px 7px 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #424242;
    line-height: 14px;
}

.box_middle img {
    border: 1px solid #1897C4;
}




.error {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    line-height: 22px;
    text-align:center;
    padding-bottom: 20px;
}

#error_div {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight:normal;
    color: #ff0000;
    border:1px solid #ff0000;
    width:400px;
    height:30px;
    text-align:center;
    padding-top:10px;
    margin-bottom: 20px;
    margin-top: 20px;
}




a:link {
    color: #000000;
    text-decoration: underline; 
}
a:visited {
    color: #000000;
    text-decoration: underline; 
}
a:hover {
    color:#2f2f2f;
    text-decoration: none; 
}
a:active {
    color:#2f2f2f;
    text-decoration: none; 
}


.footer_content a:link {
    text-decoration: none;
    color: #aad5c1;
}
.footer_content a:visited {
    text-decoration: none;
    color: #aad5c1;
}
.footer_content a:hover {
    text-decoration: underline;
    color: #ffffff;
}
.footer_content a:active {
    text-decoration: none;
    color: #ffffff;
}


.box_middle a:link {
    text-decoration: none;
    color: #696969;
}
.box_middle a:visited {
    text-decoration: none;
    color: #696969;
}
.box_middle a:hover {
    text-decoration: underline;
    color: #8d8d8d;
}
.box_middle a:active {
    text-decoration: none;
    color: #8d8d8d;
}


.menu a:link {
    text-decoration: none;
    color: #ffffff;
}
.menu a:visited {
    text-decoration: none;
    color: #ffffff;
}
.menu a:hover {
    text-decoration: none;
    color: #ffffff;
}
.menu a:active {
    text-decoration: none;
    color: #ffffff;
}


.header_content a:link {
    text-decoration: none;
    color: #5cb089;
}
.header_content a:visited {
    text-decoration: none;
    color: #5cb089;
}
.header_content a:hover {
    text-decoration: none;
    color: #afafaf;
}
.header_content a:active {
    text-decoration: none;
    color: #afafaf;
}




.input_field {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #767877;
    background:url(images/input_bg.jpg) repeat-x top;
    width:220px;
    border: 1px solid #B6B6B6;
    height: 16px;
}

.input_field2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #767877;
    background-color: #F4F4F4;
    width:300px;
    border: 1px solid #B6B6B6;
}



/* top slideshow */

#slideshowTop {
    position:relative;
    height:191px;
    padding:0px;
    margin: 0px;
    top:0px;
    left:0px;
}

#slideshowTop IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshowTop IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshowTop IMG.last-active {
    z-index:9;
}

/* ------------------ */

