body {
    padding-right: 0px;
    padding-left: 0px;
    background: #CCCCCC;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 5px;
    font-size: 8pt;
    font-family: verdana, arial, helvetica;
    color: #000000;
}

#container {
    padding: 5px;
    width: 700px;
    background: #FFFFFF;
    text-align: left;
    border: #999999;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px; 
    border-left-width: 1px;
    margin-left: auto;
    margin-right: auto;
    
}

div.spacer {
    clear: both;
}

#topSection {
    /*min-width: 470px; */
    width: 700px;
}

#mainSection {
    width: 520px;
    float: left;
}

#menuSection{
    width: 160px;
    float: left;
    padding-left: 20px;
}


#pageHeader {
    /* background: url(gfx/title.jpg) no-repeat; */
    height: 80px;
}

#pageBody {
    min-height: 200px;
}

#pageFooter {
    padding-top: 20px;
}

#menuMain{
    color: #000000;
    width: 140px;
    float: left;
}

#menuResources{
    color: #000000;
    padding-top: 20px;
    width: 140px;
}

#copyright {
    color: #777777;
    font-size: 10px;
    text-align: center;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#copyright_left {
    float: left;
}

#copyright_right {
    float: right;
}

a.menu {
    color: #006699;
    text-decoration: none;
    font-weight: bold;
}

a.menu:hover {
    text-decoration: underline;
}

a.links {
    color: #CCCCFF;
    text-decoration: none;
}

a.links:hover {
    text-decoration: underline;
}

a.desc_links {
    color: #006699;
    font-weight: bold;
    text-decoration: none;
}

a.desc_links:hover {
    text-decoration: underline;
}

a.copyright {
    color: #006699;
    text-decoration: none;
}

a.copyright:hover {
    text-decoration: underline;
}

.heading {
    color: #000000;
}

.body_text {
    padding-left: 15px;
    text-align: justify;
}

.body_text_spacing {
    color: #AAAAAA;
    padding-left: 15px;
    text-align: justify;
}

.body_text_italic {
    color: #6699CC;
    padding-left: 15px;
    text-align: justify;
    font-style: italic;
}


.title {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

.bold_text {
    font-weight: bold;
}

.chapter_text {
    color: #006699;
    font-weight: bold;
}

.welcome {
    color: #336600;
    font-weight: bold;
    font-size: 16px;
}

ul {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    text-indent: 5px;
    list-style-position: outside;
    list-style-type: square;
    padding-top: 0;
    padding-left: 6px; 
    margin: 5px;
}

ul.latest {
    list-style-type: disc;	
    text-indent: 5px;
    padding-top: 0;
    padding-left: 30px; 
    margin: 5px;
}

ul.resources {
    list-style-type: disc;	
    text-indent: 5px;
    padding-top: 0;
    padding-left: 30px; 
    margin: 5px;
    list-style-type: square;
    color: #000000;
}

.highlight {
    color: #336600;
}

.highlight_title {
    color: #336600;
    font-weight: bold;
}

.date {
    color: #FF9933;
}

.game {
    color: #006699;
}

.sayings_title {
    font-weight: bold;
    font-style: italic;
    color: #777777;
    font-size: 10px;
}

.sayings {
    text-align: center;
    font-style: italic;
    color: #888888;
    font-size: 10px;
}

.lastupdate {
    color: #AAAAAA;
    font-size: 9px;
}

.row1
{
    background-color: #FFFFFF;
}

.row2
{
    background-color: #EEEEEE;
}

.row0
{
    color: #FFFFFF;
    font-weight: bold;
    background-color: #006699;
}

.cen {
    text-align: center;
}

.menu_title {
    font-weight: bold;
}

