body {
    background-color:#ffffff;
    height:100%;
    margin:0px;
    text-align:center;

    background-image:url('./background.png');
    background-position:top center;
    background-repeat:repeat-y;
    
    
    font-family:arial; 
    font-size:15px; 
    color:#000000; 
}

div {
    text-align:left;
}

div#content {
    width:800px;
    margin-left:auto;
    margin-right:auto;
    padding-left:40px;
    padding-right:40px;
    min-height:570px;
    height:100%;

}

div#content h1 {
    background-color:white;
    background-image:url('./logo.png');
    background-repeat:no-repeat;
    width:800px;
    height:150px;
    margin:0px;
}

div#content h2 {
    clear:both;
    margin-top:20px;
    margin-bottom:7px;
    font-size:17px;
    text-transform: uppercase;
}

div#content h2:first-letter {
    font-size:26px;
}

div#content span#description {
    width:480px;
    position:absolute;
    top:43px;
    padding-left:14px;
    font-family:arial;
    font-style:italic;
    display:none;
}

img {
  border:0px;
}

div#content h1 span {
    visibility:hidden;
}

div#text {
    padding:0px;
    padding-top:10px;
    margin:0px;
    
    
    width:800px;
    background-color:white;
    
}

div#footer {
    width:800px;
    height:35px;
    margin-top:50px;
    padding-bottom:8px;
    padding-top:3px;
    border-top-style:solid;
    border-top-width:1px;
    border-color:#aaaaaa;
    
}

div#copyright {
    float:left;
    font-size:12px;
}

div#ack {
    font-size:12px;
    font-style:italic;
    clear:both;
    width:500px;
}

a {
    color:#000000;
    text-decoration:none;
}

a:hover { text-decoration:underline; }

div#description a {
    text-decoration:underline;
    color:red;
}

div#description a:hover {
    color:black;
}


a#sf {
    margin-top:3px;
    float:right;
}

a#sf img {
    border-width:0px;
}

table#download {
    width:auto;
    margin-top:0px;
    margin-bottom:0px;
}

table#download tr td {
    border-style:dashed;
    border-width:1px;
    border-color:#aaaaaa;
    background-color:#eeeeee;
    vertical-align:top;
    font-size:13px;
}

table#download tr td.title, td.description {
    padding-left:10px;
    padding-right:10px;
}

table#download tr:hover td {
    border-color:#888888;
    border-style:solid;
}

td.title a {
    display:block;
    height:100%;
    font-weight:bold;
}
td.title a:hover {
    text-decoration:underline;
}


table#download tr td.description {
    font-size:13px;
    text-align:justify;
}

table#download tr td.size {
    white-space: nowrap;
}
