BODY {
    background: #FFFFFF;
}

.navBar {
    line-height: 20px;
    background: #FFFFFF;
    color: #000000;
    font-size: .8em;
    font-family: Verdana;
    border: 1px #000000 solid;
    padding: 3px;
    display: none;
}

.navBarLink {
    color: #000000;
    text-decoration: none;
}

.breadCrumb {
    color: #0000FF;
    text-decoration: none;    
}

.breadCrumbArrow {
    font-size: .7em;
    color: #000000;
}

.nineSquareLink {
    font-family: Tahoma;
    font-size: 1.2em;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    cursor: default;
}

.sideLinkActive {
    display: block;
    background: #FFFFFF;
    border: 2px #230E75 solid;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    width: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sideLinkInActive {
    display: block;
    background: #FFFFFF;
    border: 2px #230E75 solid;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    width: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
}

A {
    color: #0000FF;
    text-decoration: none;
}

P.dropCrap:first-letter {
    font-size: 200%;    
}

TABLE#mainTable {
    width: 650px;
    border: 1px #000000 solid;
}

TD#breadCrumbCell {
    background: #FFFFFF;
    color: #000000;
    font-size: .8em;
    font-family: Verdana;
    border-bottom: 2px #000000 solid;
    border-top: 1px #000000 solid;
    padding: 3px;
}

TD#searchCell {
    background: #FFFFFF;
    color: #000000;
    font-size: .8em;
    font-family: Verdana;
    border-bottom: 2px #000000 solid;
    border-top: 1px #000000 solid;
    padding: 3px;
    display: none;
}

INPUT#searchword {
    text-align: center;
    border: 2px #230E75 solid;
}

TD#mainLeftCell {
    background: #FFFFFF;
    padding: 10px;
    font-family: Verdana;
    width: 594px;
    font-size: .8em;
}

TD#mainRightCell {
    background: #FFFFFF;
    padding: 10px;
    font-family: Verdana;
    width: 180px;
    border-left: 1px #000000 solid;
    display: none;
}

H3#mainHeadingTitle {
    text-align: left;
    padding: 3px;
    border-bottom: 2px #000000 solid;
    color: #000000;
}

H3#sideHeadingTitle {
    text-align: center;
    padding: 3px;
    border-bottom: 2px #000000 solid;
    color: #000000;
    font-size: .8em;
    width: 180px;
}

TD#emptyCell {
    background: #FFFFFF;
}

TD#copyrightCell {
    background: #FFFFFF;
    color: #000000;
    font-size: .8em;
    font-family: Verdana;
    border-bottom: 1px #000000 solid;
    border-top: 2px #000000 solid;
    padding: 4px;
    text-align: center;
}
