body {
    padding-right: 0px;
    padding-left: 0px;
    background: #686868;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 5px;
    font-size: 12px;
    font-family: verdana, arial, helvetica;
    color: #FFE0B4;
    text-align: center;
}

#container {
    padding: 5px;
    width: 700px;
    background: #737473;
    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: auto;
    
}


#topSection {
    min-width: 470px;
}

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

#mainSection {
    width: 700px;
    text-align: center;
}

#codeBody {
    width: 650px;
    background: #666666;
    text-align: left;
    border: #CCCCCC;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px; 
    border-left-width: 1px;
    padding: 10px;
    margin: 10px;
}

#pageBody {
    min-height: 200px;
}

#pageFooter {
    padding-top: 20px;
    text-align: left;
}

#menuSection{
    margin-left: 560px;
    top: 90px;
    position: absolute; 
}

#menuMain{
    color: #FFFFFF;
    width: 140px;
}

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

#copyright {
    color: #BBBBBB;
    font-size: 10px;
}

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

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

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

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

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

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

.heading {
    color: #FFFFFF;
}

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

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


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

.bold_text {
    font-weight: bold;
}

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

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: #FFFFFF;
}

.highlight {
    color: #FFFFFF;
}



.date {
    color: #CCCCFF;
}

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

.comment {
    color: #BBBBBB;
}


