body {
        text-decoration: none;
        background-color: #89cc38;
}
body,td,th {
        font-family: "Comic Sans MS", cursive;
        font-size: 16px;
        text-decoration: none;
}
.hdrText {
    font-size: 28px;
    color: #00F;
    float: right;
    margin-right: 100px;
    margin-top: 18px;
}
#footer {
        width: 100%;
        margin-top: 25px;
        font-size: 12px;
        margin-bottom: 25px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        float: left;
}
#mainAreaLeft {
        width: 261px;
        padding: 15px;
        background-color: #FF0;
        font-size: 14px;
        font-weight: bold;
        line-height: 2em;
        border: 3px solid #FFF;
        float: left;
        clear: left;
        margin-left: 20px;
}
#mainAreaRight {
        float: right;
        width: 550px;
        background-color: #FF0;
        padding-right: 22px;
        padding-left: 22px;
        margin-right: 20px;
        border: 3px solid #FFF;
}
#mainAreaNav {
    line-height: 2em;
}
.centerImage {
        width: 220px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 40px;
        float: left;
}
#navArea {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
}
#header {
        height: 300px;
        width: 100%;
}
#wrapper {
        width: 950px;
        margin-left: 25px;
        background-image: url(images/colorfill1.jpg);
        background-repeat: no-repeat;
        position: absolute;
}
.navWindow {
        float: left;
        text-align: center;
        width: 20%;
        margin-top: 10px;
        margin-bottom: 10px;
}
.navWindowLeft {
        float: left;
        text-align: left;
        width: 20%;
        margin-top: 10px;
        margin-bottom: 10px;
        z-index: 100;
}
.navWindowRight {
        float: left;
        text-align: right;
        width: 20%;
        margin-top: 10px;
        margin-bottom: 10px;
}

#debugArea {
}


a:link {
        color: #00F;
        text-decoration: none;
}

a:visited {
        text-decoration: none;
        color: #00F;
}
a:hover {
        text-decoration: none;
        color: #F00;
}
a:active {
        text-decoration: none;
        color: #000;
}
#mainImageLeft {
        width: 220px;
        padding: 15px;
        background-color: #FF0;
        margin-left: 26px;
        font-size: 14px;
        font-weight: bold;
        line-height: 2em;
        border: 3px solid #FFF;
        float: left;
        clear: left;
}
.textAreaTitle {
        font-size: 30px;
        font-weight: bold;
        color: #333;
        text-align: center;
}
.linkUnderline a:active{
        text-decoration: underline;
}
.consumsft {
	        font-size: 10px;
}
table .linktable {
        font-size: 10px;
}
table .linktable a:link, a:visited{
        text-decoration: none;
}

