#header
{
    background-image: url(../graphics/mainimage.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}
#pageheader
{
    padding-top: 250px;
}
#pagetext
{
    padding-left: 10px;
}
.smalltext
{
    font: bold 8pt Arial,Tahoma,Verdana,helvetica,sans-serif;
}
.dates
{
    font-weight: normal;
}
.text, 
.navigation,
.copyright,
a,
a:hover
{
    font-weight: normal;
    font-size: 9pt;
    color: black;
    font-family: Arial,Tahoma,Verdana,helvetica,sans-serif;
    text-align: justify;
}
a
{
    font-weight: bold;
    text-decoration: none
}
a:hover
{
    color: #899aa9;
    font-weight: bold;
    text-decoration: underline
}
.navigation
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 8pt;
    font-family: Tahoma, Verdana, Arial, helvetica;
}
.copyright,
.buttontext
{
    font-size: 8pt;
    font-family: Tahoma, Verdana, Arial, helvetica;
}
.navigation a,
.navigation a:hover,
.copyright a,
.copyright a:hover
{
    font-weight: normal;
    font-size: 8pt;
    color: black;
    font-family: Tahoma, Verdana, Arial, helvetica;
}
.navigation a:hover
{
    color: #899aa9;
}
.button
{
    margin-top: 4px;
}
.requiredfield,
.notrequiredfield
{
    font-weight: normal;
    color: red;
}
.notrequiredfield
{
    color: white;
}
.login
{
    background-color: #eaeaea;
    border: 1px solid #dadada;
    margin-top: 1px;
    margin-bottom: 3px;
    font-size: 8pt;
}
.formbox
{
    background-color: transparent;
}
.bold
{
    font-weight: bold;
}
.localarea
{
    height:306px;
    margin-top: 60px;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px dotted #899aa9;
}
.fullpage
{
    padding-right: 80px;
}
.center
{
    text-align: center;
}