body {
    font-family: Georgia;
    font-size: 8pt;
    margin: 5px;
    padding: 5px;
    color: #000000;
    background-color: #FCB22C;
    overflow: auto;
}


A {
    COLOR: #000000;
    TEXT-DECORATION: none
}

a:link{
    color: #0000FF;
    text-decoration: none;
}

a:visited{
    color: #0000FF;
    text-decoration: none;
}

a:hover{
    color: #0000FF;
    text-decoration: underline;
}


/*********** .layout elements ***********/


#header {
    clear: both;
    margin: 0px;
    height: 160px;
    width: 95%;
    vertical-align: bottom;
    padding: 3px;
    color: #000000;
    background-color: #FCB22C;
    text-align: center;
}


#headertext {
    padding: 3px;
    color: #000000;
    background-color: #FCB22C;
    text-align: center;
    font-size: 24pt;
    font-variant: small-caps;
}

#Logo   {
    float: left;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    height: 120px;
    width: 160px;
}

#MainContent {
    clear: both;
    margin: 0px;
    width: 95%;
    vertical-align: top;
    padding: 5px;
    color: #000000;
    background-color: #FCB22C;
    text-align: left;
}

#MainContent2 {
    clear: both;
    margin: 0px;
    width: 95%;
    vertical-align: top;
    padding: 5px;
    color: #000000;
    background-color: #FCB22C;
    text-align: left;
    overflow: auto;
    height: 30em;
}

#ContentArea {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    min-height: 210px;
}

#ContentMenuTemplate td {
    color: #0000FF;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    background-image: url('../graphics/menuback.jpg');
    background-repeat: repeat;
}

#ContentMenuTemplate td:hover {
    color: #0000FF;
    text-decoration: underline;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    background-image: url('../graphics/menuback.jpg');
    background-repeat: repeat;
    background-position: 0 15;
    cursor: pointer;
    cursor: hand;
}

.contentMenu .controls ul {
    padding: 0px;
    margin: 0px;
}

.contentMenu .controls ul li {
    color: #000000;
    padding: 0px;
    list-style-type: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    background-image: url('../graphics/menuback.jpg');
    background-repeat: repeat;
    background-position: 0 15;
    width: 250px;
    height: 30px;
}

.contentMenu .controls ul li a {
    color: #0000FF;
    padding: 7px;
    text-decoration: none;
    vertical-align: middle;
    background-image: url('../graphics/menuback.jpg');
    background-repeat: repeat;
    width: 250px;
    height: 30px;
}

.contentMenu .controls ul li a:hover {
    color: #0000FF;
    padding: 7px;
    text-decoration: underline;
    vertical-align: middle;
    background-image: url('../graphics/menuback.jpg');
    background-repeat: repeat;
    background-position: 0 15;
    width: 250px;
    height: 30px;
    cursor: pointer;
    cursor: hand;
}

/*********** Footer Area *************/

#footer{
    width: 95%;
    margin: 0;
    padding: 0px 5px 0px 5px;
    background-color: #FCB22C;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    color: #000000;
    font-family: Georgia;
    text-align: center;
} 
