html {
    height: auto;
    width: 100%;
}
body {
    background-image: url(../images/bg.gif);
    background-color: #5B6E7D;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    height: auto;
    color: #333333;
    min-height: 100%;
}

h1,h2,h3,h4,h5,div {
    margin: 0px;
    padding: 0px;
}
h1{
    color: #707070;
    font-size: 12pt;
    height: 24px;
    padding: 2px 0 0 28px;
    background-image: url(../images/point_blue.jpg);
    background-repeat: no-repeat;

}
h2{
    color: #999;
    font-size: 10pt;
}
span {
    /*text-align: justify;*/
    display: block;
}
.hilighted {
    color: #59A2CF;
    display: inline;
}

a,
a:link,
a:visited{
    color: #5B6E7D;
    font-weight: bold;
    text-decoration: none;
}
a:hover{
    color: #87A7B4;
    text-decoration: underline;
}

#maindiv {
    width: 896px;
    clear: both;
    margin: auto;
    margin-top: 10px;
    height: auto;
    min-height: 100%;
    background-color: #FFFFFF;
}

#topmenu {
    background-image: url(../images/bg_topmenu.jpg);
    background-color: #5B6E7D;
    width: 596px;
    height: 26px;
    padding: 10px 0 0 300px;
    color: #FFFFFF;
    font-weight: bold;
}
#img_header {
    display: block;
}

#menu {
    width: 896px;
    height: 40px;
    background-image: url(../images/menu_bg.gif);
    background-color: #5B6E7D;
    background-repeat: repeat-x;
}
#menuitems{
    text-align: center;
    padding-top: 9px;
    padding-right: 80px;
}
#menuitems a,
#menuitems a:link,
#menuitems a:visited{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 20px;
}
#menuitems a:hover{
    color: #EEE;
    text-decoration: underline;
}

#content {
    width: 100%;
    overflow: auto;
}
#content_left {
    float: left;
    width: 150px;
    background-color: #FFFFFF;
    padding: 5px 0px 15px 10px;
}
#content_middle {
    float: left;
    width: 480px;
    background-color: #FFFFFF;
    padding: 5px 10px 15px 0;
}
#content_right {
    float: right;
    width: 230px;
    background-color: #FFFFFF;
    padding: 5px 10px 15px 0;
}

#left_menu {
}
#left_menu a,
#left_menu a:link,
#left_menu a:visited{
    color: #5B6E7D;
    font-weight: bold;
    text-decoration: none;
}
#left_menu a:hover{
    color: #87A7B4;
    text-decoration: underline;
}

#footer {
    text-align: center;
    color: #AAA;
    width: 896px;
    margin: auto;
    font-size: 7pt;
}
#footer a{
    color: #AAA;
}


.spacer_small {
    margin: 0;
    padding: 0;
    font-size: 1px;
    height: 5px;
    background-color: transparent;
}
.spacer_big {
    margin: 0;
    padding: 0;
    font-size: 1px;
    height: 10px;
    background-color: transparent;
}
.separator_small {
    margin: 0;
    padding: 0;
    font-size: 1px;
    height: 5px;
    background-color: transparent;
    clear: both;
}
.separator_big {
    margin: 0;
    padding: 0;
    font-size: 1px;
    background-color: transparent;
    height: 10px;
    clear: both;
}

div.thumb {
    text-align: center;
    float: left;
    margin: 0px 4px 0px 4px;
}