body {
    background-color: #DDDDFF;
    margin: 0;
    padding:0;
}

table {
    border: 1px solid #DDDDFF;
    border-spacing: 0;
}

#header {
    background-color: #B40001;
}

#mainName {
    color: #FFFFFF;
    font-family:verdana,arial,helvetica;
    font-size:33px;
    font-weight:bold;
    position: relative; 
    left: 70px;
    width: auto;
    height: auto;
    text-align: left;
    z-index: 2;
    overflow: visible;
    white-space: nowrap;
}

#sideBar {
    color: #000088;
}

#tagLine {
    color: #FFFFFF;
    font-family:verdana,arial,helvetica;
    font-size:13px;
    font-weight:bold;
    position: relative; 
    left: 70px;
    width: auto;
    height: auto;
    text-align: left;
    z-index: 2;
    overflow: visible;
    white-space: nowrap;
}

#rightImage {
    width:50%;
    text-align:right;
}

#mainContent {
    padding: 10px;
    font-family:"Times New Roman";
    color: #000000;
    font-size:  18px;
}

#footer {
    background-color: #B40001;
    color: #FFFFFF;
    font-weight: bold;
}

#validators {
    margin-left: 20px;
}

.links {
 
    list-style-type: none;
    color: #000080;
    font-size: 18px;
}

.bottomEdge {
    height: 13px;
    background:transparent url(blue/bl.png) no-repeat 0px 0px;
}

.bottomEdge .corner {
    height:13px;
    background:transparent url(blue/br.png) no-repeat right 0px;
}
