html, body {
    font-family: times;
    background: #fff;
    height: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    min-width: 710px;
}

h1.center {
    text-align:center;
}

h3.center {
    text-align:center;
}

h2#ident {
    color: #999;
    font-family: serif;
    font-size: 38px;
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
    padding: 0px 0px 0px 0px;
    margin: 0px; 
    margin-top: -0.5em;
    margin-bottom: 0.5em;
    margin-left: -0.75em;
}

div#container {
    border: 0px;
    padding: 0px;
    margin: 0px;
   /* background: white url('../images/watermark5_alignbottom.png') bottom left no-repeat; */
   background: url('../images/watermark5.png') top left no-repeat;
    min-height: 100%;
    position: relative;
}

div#header {
    height: 66px;
    background: url('../images/pinstripe4_bright.png') top left repeat-x;
    position: relative;
}

div#logocontainer {
    border: 0px;
    position: absolute;
    right: 0px;
    margin: 0px;
    padding: 10px 15px 0px 0px;
}

div#navigation {
    background: url('../images/footergrid3small.png') top left repeat-x;
    width: 100%;
    height: 37px;
    float: left;
    padding-bottom: 1.5em;
}

div#main {
    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 58px;
    padding-left: 50px;
    /*background: url('../images/containerframetop.png') top left repeat-x;*/
}

div#contentframe {
    border: 0px;
    margin: 0px;
    padding: 1em 7em 1em 5em;
}

div#content {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

img.codebg {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

img.download {
   border: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0 0.5em 0 0;
   vertical-align: middle;
}

div#bottomrightwatermark {
    height: 12em;
    position: absolute;
    bottom: 58px;
    right: 3px;
    z-index: -1;
}

div#footer {
    background: #000 url('../images/footergrid1small.png') top left repeat-x;
    width: 100%;
    height: 30px;
    color: white;
    text-align: center;
    padding: 0em;
    padding-top: 15px;
    position: absolute;
    bottom: 0px;
}

a, a:hover, a:visited, a:active {
    text-decoration: none;
    font-variant: small-caps;
    font-weight: bold;
    color: #66c;
}

a.navlink {
    margin: 0px;
    border: 0px;
    display: block;
}

img.logo {
    border: 0px;
}

span.indent {
    margin-left: 4em;
}

span.leftfloat {
    margin-left: 1em;
    float: left;
    text-align: left;
}

span.rightfloat {
    margin-right: 1em;
    float: right;
    text-align: right;
}

div#footer {
    font-weight: normal;
    font-size: 14px;
    font-variant: small-caps;
    color: #666;
}

#footer a,
#footer a.footerlink, 
#footer a.footerlink:hover,
#footer a.footerlink:active,
#footer a.footerlink:visited {
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: none;
    /*border: 1px solid black;*/
    color: #999;
    padding: 3px 3px 2px 3px;
}

a.footerlink, a.footerlink:hover, a.footerlink:active, a.footerlink:visited {
    color: #666;
}

span.sep {
    border: 0px;
    padding: 0px;
    margin: 0px 20px 0px 20px;
    color: #666;
}

input, textarea {
   padding: 2px;
   font-family: courier, fixed, sans-serif;
   font-size: 12px;
   border: 1px solid #000;
}

input.long, textarea.long {
    width: 30em;
}

input.short {
    width: 4em;
}

input#submit {
   font-weight: bold;
   font-family: courier, fixed, sans-serif;
   font-size: 12px;
   color: #ffffff;
   background: #000000;
}

input#reset {
   color: #000000;
   background: #ffffff;
}

div.highlight {
    border: 1px solid #999;
    padding-left: 1em;
    padding-right: 1em;
    background: #dde;
}

