html, body {
    height: 100%
}
body {
    background-color: #7D9797;
    background-image: url(bg.jpg?version=2011);
    background-color: white;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    margin-top: 35px;
}
.smallwindow {
    width: 600px;
    height: 300px;
    background-color: #7D9797;
    background-image: url(smallbg.jpg);
}
.headers {
    color: #444;
}
h1 {
    background-color: #5C4C42;
    background-image: url(headerbg.png);
    background-repeat: repeat-y;
    text-decoration: underline;
    font-weight: bold;
    font-size: 24px;
    clear: both;
    text-align: right;
    line-height: 89px;
    margin-left: 10px;
}
.smallwindow h1 {
    width: 95%;
}
h2 {
    background-color: #4F94CD;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    clear: both;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.3em;
}
.dialog h2 {
    width: 100%;
}
h3,.biggertext {
    color: #CCFFFF;
    background-color: black;
    padding: 5px;
    font-size: 16px;
    font-style: italic;
}
h3 a,.biggertext a {
    color: inherit;
}
.header {
    display: block;
    height: 120px;
    position: relative;
    margin-left: 250px;
    margin-right: 50px;
    padding: 0;
    clear: both;
    z-index: 2;
    background-image: url(header.png);
    background-repeat: no-repeat;
    background-position: center;
}
a {
    font-weight: bold
}
.sidebar {
    text-align: left;
    margin-top: 120px;
    margin-left: 0px;
    padding: 10px 35px 10px 15px;
    line-height: 140%;
    position: fixed;
    width: 190px;
    list-style: none;
    background-color: white;
    border-style: solid;
    border-left-style: none;
    border-width: 3px;
    z-index: 1;
    /* background-image: url(sidebar.jpg); */
}
.sidebar A {
    color: blue;
}
.ie .sidebar {
    position: absolute;
}
.submenu {
    background-color: #CCCCCD;
}
.submenu li {
    list-style: square;
}
.main {
    clear: both;
    border-style: solid;
    border-width: 2px;
    margin: 0 8px 0 8px;
    padding: 10px;
    background-color: #EFEFEF;
}
.smallwindow .main {
    width: 95%;
}
.dialog .main {
    width: 100%;
}
.menuContainer {
    padding: 0;
    margin: 0;
}
.menu li {
    display: block;
    border-style: solid;
    border-width: 0 0 0 1px;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
}
.menu td {
    height: 18px
}
.menu {
    margin: 0 0 5px 0;
    padding: 0;
    clear: both;
    float: right;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    background-color: #3959DC;
    height: 40px;
    list-style: none;
}
.menu A {
    display: block;
    line-height: 40px;
    color: black;
    height: 100%;
    padding: 0 2px 0 2px;
    border-style: none;
}
a, a:link, a:visited, a:active {
    text-decoration: underline
}
a:hover {
    text-decoration: none;
    color: #3366FF;
}
.menu a:hover{
    background-color: #CCCCCD;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    padding: 0 0 0 2px;
}
.menuContainer {
    background: #fff url("menubg.png") repeat-x center left;
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    height: 34px;
    border-bottom:1px solid #333;
    z-index: 9999;
}
#navMenu {
    height:25px;
    width: auto;
    list-style:none;
    margin:7px 50px 0px auto;
}
#navMenu li {
    display:inline;
    float:right;
    margin:0px 2px;
}
.menuContainer a {
    font-size: 12px;
    font-weight: bold;
    float: left;
    padding: 2px 4px;
    color: #999;
    text-decoration: none;
    border:1px solid #ccc;
    cursor: pointer;
    background:transparent url(menuitembg.png) repeat center left;
    height:16px;
    line-height:16px;
}
.menuContainer a:hover {
    background:transparent url(menuitembg-hover.png) repeat center left;
    color: #ddd;
}
.wrapper {
    min-height: 95%;
    position: relative;
    width: auto;
    margin-left: 250px;
    margin-right: 50px;
    padding: 10px 0 10px 0;
    clear: both;
    background-color: #DDD;
    z-index: 2;
}
li.squareli{
    list-style: square;
}
li.nodot {
    list-style: none;
}
li.option {
    list-style: none;
    text-align: left;
}
strong {
    font-weight: bold;
    font-style: italic;
}
table {
    border-collapse: collapse;
    background-color: inherit;
}
.tableheader, th {
    font-style: italic;
    color: #003300;
    background-color: #92BFB4;
    text-align: left;
    font-weight: normal;
}
td.spacer {
    width: 20px;
}
td.bigspacer {
    width: 70px;
}
a.button img {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
a.button:hover img {
    filter:alpha(opacity=97);
    -moz-opacity: 0.97;
    opacity: 0.97;
}
a.tinylink {
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
}
.instructions {
    font-style: italic;
    font-size: 12px;
    display: none;
}
.errortext {
    font-style: italic;
    font-weight: bold;
    text-align: center;
    font-size: 15pt;
    color: red;
    width: 80%;
    border-style: inset;
    background-color: #999999;
}
.footnote {
    text-align: right;
    font-size: 9px;
    clear: both;
    width: 80%;
}
.shade {
    background-color: #4D6D6A;
}
.fullSizedButton {
    width: 100%;
}
.halfSizedButton {
    width: 50%;
}
.horizList li {
    display: inline;
}
.boxed {
    border-style: solid;
    border-width: 1px;
}
.headers {
    position: absolute;
    text-align: left;
}
#wklyComments {
    width: 85%;
}
img.loader {
    display: none;
}
img.fullScreenLoader {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
}
.dimmed {
    filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

@media print {
    .body {
        width: 8.5in;
    }
    .sidebar,.menu,.headers {
        display: none;
    }
    .wrapper {
        width: 100%;
    }
}