html,body{
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4{
    color: #444;
}
a{
    color: #111;
    font-weight: bold;
}
a:hover{
    color: #444;
}
em{
    font-style: italic;
}
#main_container{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#header #title{
    float: left;
    width: 306px;
    height: 74px;
    margin-top: 20px;
    background: transparent url('../images/title.gif') no-repeat top;
}
#header #title h2{
    display: none;
}
#navigation{
    float: right;
}
#navigation ul{
    display: inline;
    margin: 0px;
    padding: 0px;
}
#navigation ul li{
    list-style: none;
    float: left;
    margin-left: 3px;
    background: transparent url('../images/nav_tab.gif') no-repeat center;
    width: 100px;
    height: 47px;
    text-align: center;
    margin-top: 57px;
    padding-top: 30px;
}
#navigation ul li.selected{
    list-style: none;
    float: left;
    margin-left: 3px;
    background: transparent url('../images/nav_tab_selected.gif') no-repeat center;
    width: 100px;
    height: 47px;
    text-align: center;
    margin-top: 57px;
    padding-top: 30px;
}
#navigation ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#navigation ul li a:hover{
    text-decoration: underline;
}
#navigation ul li.selected a{
    color: #3b515d;
    text-decoration: none;
    font-weight: bold;
    cursor: default;
}
#navigation ul li.selected a:hover{
    text-decoration: none;
}
#banner{
    height: 313px;
    clear: both;
    margin-bottom: 20px;
    padding-top: 7px;
}
.column{
    background: transparent url('../images/column_bg.gif') no-repeat top;
    width: 296px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.column_middle{
    background: transparent url('../images/column_bg.gif') no-repeat top;
    width: 296px;
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 20px;
}
#column_content{
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    text-align: justify;
}
#prefooter{
    background: transparent url('../images/prefooter.gif') no-repeat top;
    height: 204px;
    clear: both;
    text-align: center;
    margin-bottom: 10px;
}
.prefooter_column{
    width: 296px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.prefooter_column_middle{
    width: 296px;
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 20px;
}
#column_content_contact{
    width: 155px;
}
#footer_container{
    background: transparent url('../images/footer_bg.gif') repeat-x top;
    height: 120px;
    text-align: center;
}
#footer_content{
    width: 895px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    color: #DDD;
}
#news_item h3{
    padding: 5px 0px 0px 0px;
    margin: 0px;
}
#news_item p{
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #BBB;
}
ul.links{
    padding: 0px;
    margin: 0px;
}
ul.links li{
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
    list-style: none;
}
ul.links li a{
    color: #444;
    text-decoration: none;
}
ul.links li a:hover{
    color: #222;
    text-decoration: underline;
}
#page_container{
    clear: both;
    padding-top: 50px;
    min-height: 500px;
}
#searchEngines{
    display: none;
}
#contact-area {
    width: 600px;
    margin-top: 25px;
}

#contact-area input, #contact-area textarea {
    padding: 5px;
    width: 471px;
    font-family: Helvetica, sans-serif;
    font-size: 1.2em;
    margin: 0px 0px 10px 0px;
    border: 2px solid #374B57;
    background-color: #BDC4B4;
    color: #444;
}

#contact-area textarea {
    height: 90px;
    background-color: #BDC4B4;
}

#contact-area textarea:focus, #contact-area input:focus {
    border: 2px solid #89EE28;
}

#contact-area input.submit-button {
    width: 100px;
    float: right;
    margin-right: 13px;
    background-color: #374B57;
    color: #FFF;
}
#contact-area input.submit-button:hover {
    background-color: #BDC4B4;
    cursor: pointer;
    cursor: hand;
    color: #444;
}

label {
    float: left;
    text-align: right;
    margin-right: 15px;
    width: 100px;
    padding-top: 5px;
}
.error{
    background-color: #FAA;
    border: 1px solid #F44;
    padding: 5px;
    font-size: 0.8em;
}