body, html {height:100%;}
body {        margin:0px;
        padding:0px;
        background-color:#111111;
        }
body, td {
        color:#ffffff;
        font-family:sans-serif;
        font-size:.45cm;
        }
#menu_container {
        position:relative;
        margin:0px auto;
        width:90%;
        height:30px;
        z-index:5;
        }
#main_container {
        margin:0px auto;
        width:90%;
        min-height:65%;
        background-color:#000000;
        /*border-color:#d9bfb3;*/
        border-color:#ffffff;
        border-style: solid;
        border-width:1px;
        position:relative;
        background-image: url(img/curl_bg2.gif);
        background-repeat:no-repeat;
        background-position: top right;
        }
#hdr {        position:relative;
        top:-30px;
        }
#sitenav {
        position:absolute;
        right:0px;top:4px;
        }

#pgcontent {
        top:-65px;
        text-align:center;
        position:relative;
        padding: 2%;

        }
table {        margin:0 auto;}
#ftr {        width:90%;
        margin:0 auto;
        color:#ffffff;
        font-size:.35cm;
        text-align:center;
        border-color:#aaaaaa;
        border-width:0;
        border-style:solid;
        }
#sitenav ul {
        list-style-type:disc;
        margin:0;
        padding:0;
        }
#sitenav li {        display:inline;
        }
#sitenav a {
        font-weight:normal;
        color:#ffffff;
        font-size:.45cm;
        text-decoration:none;
        border-style: solid;
        border-width: 0px 1px 0px 1px;
        border-color: #ffffff;
        padding:0px 6px;
        }
#sitenav a:hover {color:#d9bfb3;text-decoration:underline;}

#imgstrip {
        width:370px;
        float:right;
        }
#imgstrip img {
        border:1px solid #ffffff;
        margin:14px;
        }
h1 {        width:95%;
        color:#ffffff;
        text-align:right;
        background-position: top right;
        border-color:#ffffff;
        border-style:solid;
        border-width:0px 0px 1px 0px;
        padding-right:2%;
        margin-top:-10px;
        font-size:.70cm;}
h2 {        font-size:.45cm;
        text-align:left;

        }
h2.fees {        border-color:#ffffff;
        border-style:solid;
        border-width:0px 0px 1px 0px;
        font-size: .70cm;
        }
.btw {        font-size:.35cm;
        font-style:italic;
        display:block;

        }
p {        text-indent:8px;text-align:justify;
        }
img {        border:none;
        }
ul {        text-align:left;
        }
a {        color:#ffffff;
        text-decoration:none;
        }
a:hover {
        text-decoration:underline;
        }