body {
    font-family: Arial;
    font-size: 13px;
    color: #000000;
    background-color: #fbfbfb;
    background-image: url("headbg.jpg");
    background-repeat: no-repeat;
    /*background-image: -webkit-gradient(linear,right top,right bottom,color-stop(0.2,#f1f1f1),color-stop(0.01, #fff)); */
    background-attachment: fixed;
}
 
a{
    text-decoration:none;
    color: #002bb8;
    -webkit-transition: opacity 0.5s linear;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    opacity:1;}
 
a:hover{
    text-decoration:underline;
    opacity:1;}
 
#tabalign{
    width: 800px;
    text-align: left;
}

#tab{
    width: 60px;
    border: 1px solid #a1a1a1;
    font-size: 11px;
    padding:0px 10px;
    
    text-align: center;
    border-bottom: none;
    background-color: white;
    margin-top: 15px;
}

#container { 
    width: 800px;
    min-height: 500px;
    border: 1px solid #a1a1a1;

    background-color:#fff;
    padding:20px;
    text-align:left;
    margin-bottom:20px;
}
 
#containerall {
    width: 800px;
}
 
#header {
    font-size:25px;
    margin-bottom:5px;
    /*font-family: Serif;*/
}
 
#subheader {
    font-size:19px;
    margin-bottom:5px;
    /*font-family: Serif;*/
    margin-top:10px;
}

#subsubheader {
    font-size:16px;
    
    margin-top:5px;
}
 
#divider {
    width:800px;
    height:10px;
    border-top: 1px solid #A1A1A1;
}
 
#indent {
    margin-left:30px;
}
 
#subtitle {
    font-size:12px;
}
#space {
    height:7px;
    width:20px;
}
 
#info {
    line-height:150%;
    min-width:400px;
}
 
#infobox {
    width:230px;
    border:1px solid #a1a1a1;
    min-height:200px;
    text-align:center;
    display:box;
    float:right;
    margin-left:10px;
    background-color:#fafafa;
}
 
#contentsbox {
    width:270px;
    border:1px solid #a1a1a1;
    text-align:center;
    background-color:#fafafa;
    margin-top:10px;
}
 
#contents {
    font-size:12px;
    text-align:left;
    padding:10px;
}

#contentsboxhide{
    font-size:11px;
    font-weight:initial;

}
 
#infoboxtitle, #contentsboxtitle {
    font-size:12px;
    font-weight:bold;
    margin-top:10px;
}


 
#infoboximage {
    width:180px;
    min-height:170px;
    background-image:url("logo small no text.png");
    background-size:90%;
    background-repeat: no-repeat;
    margin-top:10px;
}
 
#caption {
    font-size:12px;
    margin-top:3px;
    margin-bottom:10px;
}
 
#statrow {
    margin-bottom:10px;
    text-align:left;
    font-size:11px;
    margin-left:8px;
}
 
.indent {
    margin-left:12px;
}
 
#dontdelete {
    font-size:10px;
    color:#000;
    margin-bottom:20px;
    text-align:left;
    margin-left:20px;
    margin-top:10px;
}
 
#dontdelete a {
    color:#000;
}