/* Comments */
body {
    background: #aaaaaa url(lightGrayBkg.jpg);
    /* background: #aaaaaa url(playBkg.jpg);*/
    font-size:14px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}
div#wrapper
{
    background-color: #ffffff;
    /* background-color: #dbc400; */
    width: 800px;
    max-width: 96%;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid #000000;
}
div#header {
    padding: 15px;
    margin: 0px;
    text-align: left;
}
div#wfipage
{
    margin-left: 25%;
    margin-right: 10px;
    margin-top: 1px;
    padding: 10px;
}
div#nav {
    width: 20%;
    padding: 10px;
    margin-top: 1px;
    float: left;
}
div#footer {
    padding: 15px;
    margin: 0px;
    font-size:10px;
    /* border-top: thin solid #000000; */
    text-align: right;
}

div#ack {
    text-align: left;
}

mynote {
    color : #22bb44;
    font-style : oblique;
}

a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
}

div#wfipage tt{
    font-family:courier new, monospace;
    font-size:14px;
}

div#footer ul li{
color : #000000;
background-color : transparent;
display: inline;
}

div#footer ul li a{
color : #115EAC;
background-color : transparent;
text-decoration : none;
}

div#footer ul li a:hover{
text-decoration : underline;
}
