body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;border:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0; }

body{
    background: rgb(195,177,105);
}

#header{
    height: 120px;
    background: rgb(0,0,100);
}

#links{
    display: none;
}

#content{
    background: white;
    color: rgb(0,0,100);
    font-size: 14pt;
}

#footer{
    display: none;
}

li.link{
    list-stype-type: none;
    display: inline;
    padding: 0px;
    margin: 0px;
}

ul.link{
    padding: 0px;
    margin: 0px;
    line-height: 50px;
    white-space: nowrap;
}

a.link{
    background: rgb(0,0,100);
    color: white;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

a.link:hover{
    background: rgb(0,0,180);
}

a.link:visited{}

a.link:active{}

ul.external{
    line-height: 30px;
}

li.external{
    list-stype-type: none;
}

a.external{
    color: rgb(0,0,100);
}

a.external:hover{
    color: rgb(0,0,200);
}

a.external:visited{}

a.external:active{}

img.float_right{
    float: right;
    clear: right;
}

img.float_left{
    float: left;
    clear: left;
}

ul.page_link{
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    white-space: nowrap;
}

li.page_link{
    display: inline;
    padding: 10px;
}

a.page_link{
    text-decoration: underline;
    color: rgb(0,0,100);
}

a.page_link:hover{
    color: rgb(0,0,200);
    cursor: pointer;
}

a.page_link:active{}

a.page_link:visited{}

ul.tree_link{
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    white-space: nowrap;
}

li.tree_link{
    display: inline;
    padding: 10px;
}

a.tree_link{
    text-decoration: none;
    color: rgb(0,0,100);
}

a.tree_link:hover{
    color: rgb(0,0,200);
    cursor: pointer;
}

a.tree_link:active{}

a.tree_link:visited{}

#actives{
    padding-top: 10px;
    width: 100%;
    padding-bottom: 10px;
}

#actives table{
    width: 80%;
    border: 2px solid rgb(0,0,100);
    color: rgb(0,0,100);
}

#actives tr{
    padding-top: 3px;
    padding-bottom: 1px;
    border-bottom: 1px solid rgb(0,0,100);
}

#actives th{
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid rgb(0,0,100);
    border-right: 1px solid rgb(0,0,100);
    background: rgb(195,177,105);
    font-weight: bold;
}

#actives td{
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid rgb(0,0,100);
    border-right: 1px solid rgb(0,0,100);
}

#IE_padding{
    padding: 10px;
}

#officers{
    padding-top: 10px;
    width: 100%;
    padding-bottom: 10px;
}

#officers table{
    width: 80%;
    border: 2px solid rgb(0,0,100);
    color: rgb(0,0,100);
}

#officers tr{
    padding-top: 3px;
    padding-bottom: 1px;
    border-bottom: 1px solid rgb(0,0,100);
}

#officers th{
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid rgb(0,0,100);
    border-right: 1px solid rgb(0,0,100);
    background: rgb(195,177,105);
    font-weight: bold;
}

#officers td{
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid rgb(0,0,100);
    border-right: 1px solid rgb(0,0,100);
}

h3{
    color: rgb(195,177,105);
    font-weight: bold;
    text-decoration: underline;
}