/* body */
body{
    background-color : #ffffff;
    background-image : url(media/webpagebackground.jpg);
    background-repeat : repeat-x;
    font-family: Trebuchet MS, sans-serif;
    font-size: 12px;
    color : #333333;
    font-weight : normal;
    margin : 0px 0px 0px 0px ;
}

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

.spacercolor{ background-color : #ffffff;}

/* headline */
h1{
    font-family: Arial, sans-serif;
    font-size: 25px;
    color : #333333;
    margin : 10px 0px 10px 10px ;
    padding : 0px 0px 0px 0px ;
    font-weight : bold;
}

/* text */
td, td div {
    font-family: Trebuchet MS, sans-serif;
    font-size: 12px;
    color : #333333;
    font-weight : normal;
}

/* div text areas */
.divtextarea {
    margin : 10 10 10 10 ;
}

/* inactive navigation-text */
.intd{
    font-family: Trebuchet MS, sans-serif;
    font-size: 12px;
    font-weight : bold;
    color : #333333;
}
.intd a:link{color : #333333; text-decoration : none;}
.intd a:visited{color : #333333; text-decoration : none;}
.intd a:hover{color : #333333; text-decoration : none;}

/* inactive second tier navigation-text */
.intd2{
    font-family: Trebuchet MS, sans-serif;
    font-size: 11px;
    font-weight : bold;
    color : #333333;
}
.intd2 a:link{color : #333333; text-decoration : none;}
.intd2 a:visited{color : #333333; text-decoration : none;}
.intd2 a:hover{color : #333333; text-decoration : none;}

/* active navigation-text */
.antd{
    font-family: Trebuchet MS, sans-serif;
    font-size: 12px;
    font-weight : bold;
    color : #993366;
}
.antd a:link{color : #993366; text-decoration : none;}
.antd a:visited{color : #993366; text-decoration : none;}
.antd a:hover{color : #993366; text-decoration : none;}

/* active second tier navigation-text */
.antd2{
    font-family: Trebuchet MS, sans-serif;
    font-size: 11px;
    font-weight : bold;
    color : #993366;
}
.antd2 a:link{color : #993366; text-decoration : none;}
.antd2 a:visited{color : #993366; text-decoration : none;}
.antd2 a:hover{color : #993366; text-decoration : none;}

/* top navigation-text */
.tntd{
    font-family: Arial, sans-serif;
    font-weight : bold;
}
.tntd a:link{color : #333333; text-decoration : underline;}
.tntd a:visited{color : #333333; text-decoration : underline;}
.tntd a:hover{color : #333333; 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: Verdana, sans-serif;
    font-weight : normal;
}

/* breadcrumb */
.bc{
    font-family: Arial, sans-serif;
    color : Black;
    font-weight : normal;
}

/* error message */
.error{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

/* info box */
.box{
    float: none;
    margin-right: 10; margin-left: 10;  margin-top: 10; margin-bottom: 0; width: 200;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color : #333333;
    background-color : #EEDEB8;
    border-color: #b67777;
    border-style: inset;
    font-weight : normal;
}

.box .headline{
    font-family: Arial, sans-serif;
    font-size: 25px;
    color : #993366;
    background-color : #EEDEB8;
    font-weight : bold;
    padding : 0px 0px 0px 0px ;
    margin: 0px;
}

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

.box p{
    font-family: Arial, sans-serif;
    font-size: 11px;
    color : #333333;
    padding : 0px 0px 0px 0px ;
    margin: 0px;
}

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

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

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

body {
    text-align:center;
}
.bodywrapper {
    position:relative;
    text-align:left;
    width:1013px;
    margin: 0 auto;
    background-image: url(media/webbackground-horizontal.jpg);
    background-repeat:repeat-y;
}
.bodyinner {
    margin-left:7px;
    margin-right:7px;
    background: #f2e2c1;
    width:999px;
}
img {border-color: #EEDEB8; border-width: 0px;}
.sidenav {
    list-style:none;
    padding:0;
}
.sidenav li {
    padding-left:24px;
    padding-top:5px;
    padding-bottom:5px;
    margin:0;
    display:block;
    border-bottom:1px solid #333333;
}
.middle {
    padding-left:12px;
    padding-right:14px;
}
.divider {
    margin-top:10px;
    margin-bottom:10px;
    background: #cd919d;
}
.topline {
    background:#7a0026;
    height:4px;
    margin-bottom:16px;
}
.bottom {
    background-image: url(media/bottom-shadow.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    text-align:right;
    padding-right:20px;
    padding-bottom:10px;
    font-size:7pt;
}
