/* body */
body{
    background : url(media/design/fishlake-bg.jpg) #FFFFFF;
    background-repeat: no-repeat;
    background-position:top center;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color : #333333;
    font-weight : normal;
    margin: 0;
    text-align:center;
}

/* head text */
.headtext{
    font-size: 20pt;
    color : #37499f;
    font-weight : bold;
    position:absolute;
    top:80px;
    right:10px;
}

.spacercolor{ background-color : #FFFFFF;}

/* h1 headline */
h1{
    font-family: Arial, sans-serif;
    font-size: 14pt;
    color : #37499f;
    margin-bottom: 10px;
    font-weight : bold;
}

tr,td {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color : #333333;
    font-weight : normal;
}

.bodywrapper {
     width:950px;
    text-align:left;
    margin:0 auto;
    position:relative;
}

.bodycontent {
    background:url(media/design/white-bg.png);
    background-repeat:repeat;
    position:absolute;
    top:120px;
    padding:20px;
    width:910px;
}

.topnav {
    position:absolute;
    top:0px;
    left:0px;
    list-style-type:none;
    margin:0;
    padding:0;
}
.topnav li {
    float:left;
    margin:0;
    margin-right:10px;
    padding:3px;
}

.topnav2 {
    list-style-type:none;
    margin:0;
    padding:0;
    margin-top:-20px;
    margin-left:-20px;
}
.topnav2 li {
    float:left;
    margin:0;
    margin-right:10px;
    padding:3px;
}

/* inactive navigation-text */
.intd{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight : bold;
    color : #ffffff;
    background:#aaaaaa;
    padding-bottom:5px;
    padding-top:5px;
}
.intd a:link{color : #ffffff; text-decoration : none;}
.intd a:visited{color : #ffffff; text-decoration : none;}
.intd a:hover{color : #ffffff; text-decoration : none;}

/* inactive second tier navigation-text */
.intd2{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight : bold;
    color : #aaaaaa;
    background:#ffffff;
}
.intd2 a:link, .intd2 a:visited, .intd2 a:hover{color : #aaaaaa; text-decoration : underline;}
.intd2 a:hover{color:#37499f;}

/* active navigation-text */
.antd{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight : bold;
    color : #ffffff;
    background:#37499f;
}
.antd a:link, .antd a:visited, .antd a:hover{color : #ffffff; text-decoration : none;}

/* active second tier navigation-text */
.antd2{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight : bold;
    color : #37499f;
    background:#ffffff;
}
.antd2 a:link, .antd2 a:visited, .antd2 a:hover{color : #37499f; text-decoration : none;}

/* top navigation-text */
.tntd{
    font-family: Arial, sans-serif;
    font-size: 7pt;
    font-weight : bold;
padding-bottom:5px;
padding-top:5px;
}
.tntd a:link{color : #ffffff; text-decoration : underline;}
.tntd a:visited{color : #ffffff; text-decoration : underline;}
.tntd a:hover{color : #ffffff; text-decoration : underline;}

/* additional inactive top navigation-text */
.tintd{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

/* additional active top navigation-text */
.tantd{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

/* breadcrumb */
.bc{
    font-family: Arial, sans-serif;
    font-size: 7pt;
    color : #333333;
    font-weight : normal;
}

/* error message */
.error{
    font-family: Arial, sans-serif;
    color : #b80400;
    font-weight : bold;
}

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

.box .headline{
    font-family: Verdana, sans-serif;
    font-size: 9pt;
    color : #55824f;
    background-color : #bbbbbb;
    font-weight : bold;
    padding : 5px 0px 5px 0px ;
    margin: 0px;
}

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

.box p{
    font-family: Verdana, sans-serif;
    font-size: 9pt;
    color : #55824f;
    padding : 5px 5px 10px 5px ;
    margin: 0px;
}

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

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

/* body */
.hiddendiv{
    background-color: #FFFFFF;
    border-width: 5px;
    border-style: solid;
}

h2 {
    color: #527d35; 
    padding-left: 0px; 
    padding-top: 0px; 
    margin-top:10px;
    padding-bottom: 0px;
    margin-bottom:0px; 
    font-size:12pt;
}
.newsdate {
    margin-bottom:10px;
    font-weight:bold;
}
.box {
    background:#ffffff;
}
.clear{clear:both;}
.footer {
    font-size:8pt;
    text-align:right;
    margin-top:20px;
}