html {
    scrollbar-face-color: #99b;
    scrollbar-arrow-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #99c;
    scrollbar-3dlight-color: #000;
    }

body {
    margin: 0 auto;
    padding: 0;
    background: #05505f;
    color: #000;
    font: 12px Helvetica, Arial, sans-serif;
    color: #333;
    text-align: center;
    }


/*
 * Main Structure,wrap the whole layout in a div to keep it narrow and centered
 */

#wrapper {
    position: relative;
    width: 900px;
    margin: 0 auto; margin-top: 20px; margin-bottom: 20px;
    background: #fff;
    text-align: center;
    z-index: 10;
    }

/* Header */

#header {
    clear: both;
    position: relative;
    width: 900px;
    background: #0cc;
    }
#header ul li {
    padding: 0 1em 0;
    display: inline;
    margin-bottom: 5px;
    }
#header ul li a {
    color: #fff;
    padding: 3px 6px;
    }

/* Main Content Area */

#content {
    position: relative;
    width: 900px;
    }

/* Footer */

#footer {
    clear: both;
    background: #0cc;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    font-size: 12.0pt;
    font-weight: 200;
    text-align: center;
    }

#footer ul {
    margin-bottom: 18px;
    }
#footer ul li {
    padding: 0 1em 0;
    display: inline;
    margin-bottom: 5px;
    }
#footer ul li a {
    color: #fff;
    padding: 3px 6px;
    }
#footer ul li a:hover {
    color: #fc0;
    }

/*Legal Info*/

#legal {
    background: #fff;
    vertical-align: middle;
    padding: 10px 10px;
    color: #05505f;
    font-size: 10.0pt;
    font-weight: 400;
    text-align: center;    
    }

#legal a {
    color: #05505f;
    font-weight: bold;
    }

#legal a:active {
    color: #fc0;
    }

/* Text */

    p {
    color: #333
    }
p.bodytext {
    margin: 0px 100px 20px 150px;
    width: 600px;
    padding: 5px;
    text-align: justify;
    }
p.bodytextsm {
    margin: 0px 225px 20px 225px;
    width: 450px;
    padding: 5px;
    text-align: center;
    }
p.bodytextsmjust {
    margin: 0px 225px 20px 225px;
    width: 450px;
    padding: 5px;
    text-align: justify;
    }

    h1 {
    color: #1507b3;
    font-size: 20.0pt;
    }
    h2 {
    color: #1507b3;
    font-size: 16.0pt;
    }
    h3 {
    color: #1507b3;
    font-size: 14.0pt;
    }

/* Links */
    a {
    font-weight: bold;
	}

a:link {
    color: #fff;
	}

a:visited {
    color: #fff;
	}

a:active {
    color: #6ee9df;
	}

a:hover {
    color: #6ee9df;
	}

a.nav:link {
    color: #000;
    text-decoration: none;
	}

a.nav:visited {
    color: #000;
    text-decoration: none;
	}

a.nav:active {
    color: black;
	}

a.nav:hover {
    color: red;
	}

a.nav2,#url a.nav2:link {
    font-weight: bold;
    color: #554477;
    text-decoration: underline;
	}

a.nav2:link {
    color: #554477;
    text-decoration: underline;
	}

a.nav2:visited {
    color: #333399;
    text-decoration: none;
	}

a.nav2:active {
    color: #CC3399;
	}

a.nav2:hover {
    color: #0066CC;
    text-decoration: none;
	}

a.nav3:link {
    color: #f6f6ff;
    text-decoration: none;
	}

a.nav3:visited {
    color: white;
    text-decoration: none;
	}

a.nav3:active {
    color: #ffcc00;
	}

a.nav3:hover {
    color: black;
	}

a.pagenav:link,.pagenav:visited {
    color: #547;
    text-decoration: none;
    letter-spacing: -1px;
	}

a.pagenav:active {
    color: red;
	}

a.pagenav:hover {
    color: #e60;
	}

a.pagenav2:link,.pagenav2:visited {
    color: #558;
    text-decoration: none;
    font-size: .9em;
    font-weight: normal;
	}

a.pagenav2:active {
    color: #6c0;
	}

a.pagenav2:hover {
    color: #000;
	}

a.books:link,a.books:visited {
    color: #390;
	}

a.books:hover {
    color: #3b0;
	}

a.books img {
    border-color: #390;
	}

a.more:link {
    color: #003377;
    text-decoration: none;
    font-weight: normal;
	}

a.more:visited {
    color: #000;
    text-decoration: none;
    font-weight: normal;
	}

a.more:active {
    color: blue;
    text-decoration: underline;
	}

a.more:hover {
    color: #30c;
    text-decoration: underline;
	}

a.resource:link {
    color: #eeeeff;
    text-decoration: underline;
	}

a.resource:visited {
    color: #fff;
    text-decoration: none;
	}

a.resource:active {
    color: #fc0;
	}

a.resource:hover {
    color: #fff;
	}

a.example {
    background: url(/media/example.png) left top no-repeat;
    padding: 2px 0 2px 20px;
	}

a.example:link {
    color: #009;
    text-decoration: none;
	}

a.example:visited {
    color: #60c;
    text-decoration: none;
	}

a.example:active {
    color: #93f;
	}

a.example:hover {
    color: #f90;
    text-decoration: none;
	}
       