html, body {
    font-size: 100%;
    min-height: 100%;
    padding-top: 1px;
    margin: 0;
    background-color: #aac;
    font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana", sans-serif;
    font-size: 12px;
    color: #336;
}

#main {
    position: relative;
    width: 950px;
    min-height: 100%;
    padding-bottom: 10px;
    margin: 0px 20px 0px 20px;
    background-color: #c99;
}
 
h2 {
   margin-top: 40px;
   margin-left: 20px;
   font-size: 14px;
   font-weight: 800;
}

table {
    font-size: 11px;
    color: #336;
    padding: 6px;  
    text-align: left;
}

th {
    font-weight: 700;
    padding-right: 6px;
    text-align: left;

}

td {
    font-weight: 500;
    padding-right: 6px;
    text-align: left;

}

a {
    font-weight: 700;
    color: #336;
    text-decoration: none;
}

p {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

a:hover {
    color: #f30;
    text-decoration: none;
}

img {
    padding: 3px;
    margin: 3px 8px 3px 3px;
    border: 1px solid;
    float: left;
}

#header {
    height: 113px;
    padding: 10px;
    border-bottom: 1px solid;
    color: #669;
    background-color: #300;
}

#title {
    height: 65px;
    padding-left: 10px;
    margin-left: 10px;
    font-family: "Century Schoolbook", "Bitstream Vera Sans", "Verdana", sans-serif;
    font-size: 26px;
}

#login {
    float: right;
    font-weight: 800;
}

#menu {
    margin-top: 5px;
    height: 30px;
    color: #99c;
    font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana", sans-serif;
    font-size: 18px;
}

.menu-item {
    float: left;
    padding: 10px 15px 2px 15px;
}

.menu-item a {
    text-decoration: none;
}

.module-title {
    padding: 8px;
    margin: 0px 10px 5px 10px;
    border-bottom: 1px solid;
    text-align: left;
    font-weight: 800;
    font-size: 15px;
}

.module {
    padding-top: 1px;
    margin: 10px;
    height: 100%;
    border-top: 1px solid #300;
    border-bottom: 1px solid #300;
    background-color: #fff;
}

.article-date {
}

#footer {
    margin: 5px;
    text-align: center;
    font-size: 8px;
}

#tint-layer {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.6;
}

#window {
    position: absolute;
    z-index: 99;
    top: 100px;
    left: 100px;
    padding: 5px;
    height: auto;
    width: auto;
    border: 1px solid;
    background-color: white;
    opacity: 1.0;
}

