/* body */
body{
    background-repeat : repeat;
    font-family: Trebuchet MS, sans-serif;
    font-size: 10pt;
    color : #000000;
    font-weight : normal;
    margin : 0px 0px 0px 0px ;
}

/* head text */
.headtext{
    text-align: left;
    font-family: Arial, sans-serif;
    margin : 0px 0px 0px 0px ;
    font-weight : normal;
}

/* h1 headline */
h1{
    font-family: Trebuchet MS, sans-serif;
    font-size: 12pt;
    color : #1a2d7c;
    margin : 20px 0px 20px 0px ;
    padding : 0px 0px 0px 0px ;
    font-weight : bold;
}

tr,td {
    font-family: Trebuchet MS, sans-serif;
    font-size: 10pt;
    color : #000000;
    font-weight : normal;
}

/* div text areas */
.divtextarea {
    margin : 0 0 0 0 ;
    font-family: Trebuchet MS, sans-serif;
    font-size: 10pt;
    color : #000000;
    font-weight : normal;
}

/* inactive navigation-text */
.intd{
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-weight : normal;
    color : #fbaa12;
}
.intd a:link{color : #fbaa12; text-decoration : none;}
.intd a:visited{color : #fbaa12; text-decoration : none;}
.intd a:hover{color : #fbaa12; text-decoration : none;}

/* inactive second tier navigation-text */
.intd2{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

/* active navigation-text */
.antd{
    font-family: Trebuchet MS, sans-serif;
    font-size: 10pt;
    font-weight : normal;
    color : #ffffff;
}
.antd a:link{color : #ffffff; text-decoration : none;}
.antd a:visited{color : #ffffff; text-decoration : none;}
.antd a:hover{color : #ffffff; text-decoration : none;}

/* active second tier navigation-text */
.antd2{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

/* top navigation-text */
.tntd{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    font-weight : normal;
}
.tntd a:link{color : #fbaa12; text-decoration : underline;}
.tntd a:visited{color : #fbaa12; text-decoration : underline;}
.tntd a:hover{color : #fbaa12; text-decoration : underline;}

/* additional inactive top navigation-text */
.tintd{
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    font-weight : normal;
    color : #000000;
}
.tintd a:link{color : #000000; text-decoration : none;}
.tintd a:visited{color : #000000; text-decoration : none;}
.tintd a:hover{color : #000000; text-decoration : none;}

/* additional active top navigation-text */
.tantd{
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    font-weight : normal;
    color : #000000;
}
.tantd a:link{color : #000000; text-decoration : none;}
.tantd a:visited{color : #000000; text-decoration : none;}
.tantd a:hover{color : #000000; text-decoration : none;}

/* breadcrumb */
.bc{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    color : #000000;
    font-weight : normal;
}

/* error message */
.error{
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    color : #f20202;
    font-weight : normal;
}

/* info box */
.box{
    float: none;
    margin-right: 0; margin-left: 5;  margin-top: 0; margin-bottom: 10; width: 200;
    font-family: Verdana, sans-serif;
    font-size: 9pt;
    border-color: #400002;
    border-style: solid;
    border-width: 1;
    font-weight : normal;
}

.box .headline{
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    color : #fbaa12;
    background-color : #400002;
    font-weight : normal;
    padding : 0px 0px 0px 0px ;
    margin: 0px;
}

.box hr{
    color: #400002;
    border-width: 0px;
    height: 1px;
}

.box p{
    font-family: Verdana, sans-serif;
    font-size: 9pt;
    padding : 0px 0px 0px 0px ;
    margin: 0px;
}

/* link */
A:link{
    font-size: 100%;
    color : #000000;
    text-decoration : underline;
}
A:visited{
    font-size: 100%;
    color : #000000;
    text-decoration : underline;
}
A:hover{
    font-size: 100%;
    color : #000000;
    text-decoration : underline;
}

li{
    margin-top : 5px; margin-bottom: 5px;
}

/* body */
.hiddendiv{
}

body {
    text-align:center;
}
h2 {
    font-size: 11pt;
    font-weight:bold;
}
h2 a, h2 a:visited, h2 a:hover {
    text-decoration:none;
}
#bottomlinks {
    position:absolute;
    bottom: 20px;
    right: 55px;
}
#bottomlinks a {
    text-decoration:none;
}
#smslink {
    position:absolute;
    bottom: 5px;
    right: 55px;
    font-size: 7pt;
}
#smslink a {
    text-decoration:none;
}
#bottomleft {
    position:absolute;
    bottom: 5px;
    left: 200px;
}
#website {
    position:relative;
    background-image:url(/media/website_background.jpg);
    background-repeat: no-repeat;
    width: 850px;
    height: 748px;
    text-align:left;
    margin: 0 auto;
}
#center {
    position:absolute;
    top: 149px;
    left: 100px;
    height: 545px;
    width: 588px;
    padding-left: 100px;
    padding-right: 30px;
    overflow: auto;
    background-image:url(/media/center_background.png);
    background-repeat: repeat;
    z-index:1;
}
#homepageimage {
    position:absolute;
    top: 125;
    right: 0;
    z-index:2;
}
#navigation {
    position:absolute;
    top: 140;
    left: 20;
    z-index:99;
}
