body
{
    background: rgb(255,255,255);
    margin: 20px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: rgb(0,0,0);
}

#frame
{
    /*width: 960px;*/
    width: 840px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    padding: 0px;
    text-align: left;
}

#headerframe
{
    background: rgb(92,136,161);
    height: 80px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0,0,0);
}

#headertext
{
    /*width: 830px;*/
    width: 710px;
    height: 60px;
    padding: 10px;
    float: left;
    font-size: 200%;
    font-weight: bold;
    color: rgb(210,225,255);
}

#headerimg
{
    width: 70px;
    height: 60px;
    padding: 10px;
    float: right;
    text-align: right;
}

#menuframe
{
    background: rgb(160,180,200);
    width: 153px;
    padding: 7px;
    float: left;
    border-left-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: rgb(0,0,0);
    font-weight: bold;
    line-height: 160%;
}

#languageframe
{
    text-align: center;
    padding-top: 18px;
}

#bottom
{
    height: 20px;
}

#footer
{
    text-align: right;
}

img
{
    border-style: none;
}

img.language
{
    margin: 6px;
}

#contentframe
{
    background: rgb(200,215,240);
    /*width: 770px;*/
    width: 650px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    float: left;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: rgb(0,0,0);
}

a
{
    text-decoration: none;
    color: rgb(82,126,141);
}

a:visited
{
    color: rgb(82,126,141);
}

a:hover
{
    color: rgb(112,166,171);
}

a:active
{
    color: rgb(82,126,141);
}

h1
{
    background: rgb(160,180,200);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(52,96,111);
    padding-left: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: rgb(42,76,91);
}

h2
{
    border-bottom-style: solid;
    border-width: 1px;
    border-color: rgb(52,96,111);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: rgb(42,76,91);
} 

table.gallery
{
    margin-top: 25px;
    width: 100%;
}

tr.gallery
{
}

td.gallery
{
    padding: 4px;
    width: 20%;
    text-align: center;
}

table.problems
{
    width: 100%;
}

tr.problemshd
{
    background: rgb(160,180,200);
}

td.yearhd
{
    padding: 4px;
    font-weight: bold;
    width: 10%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(52,96,111);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(52,96,111);
}

td.problemshd
{
    padding: 4px;
    font-weight: bold;
    width: 30%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(52,96,111);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(52,96,111);
}

tr.problems
{
}

td.year
{
    padding: 4px;
    width: 10%;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(52,96,111);
}

td.problems
{
    padding: 4px;
    width: 30%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(52,96,111);
}

div.gallerydescframe
{
    width: 90%;
    height: 80px;
    padding: 10px;
}

div.gallerydesc
{
    width: 50%;
    float: left;
    margin-left: 30px;
}

img.galleryfront
{
    float: left;
    margin-top: 10px;
}

h3
{
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: rgb(42,76,91);
}

h2.newstitle
{
    margin-bottom: 0px;
}

div.newssub
{
    text-align: right;
    margin-top: -5px;
}

