body {
    font-family: sans-serif;
    background-color: #DDEEFF;
    margin: 20px 20px 20px 20px;
    padding:0;
}

#container {
    width: 100%;
    padding:0;	
} 

#mainName {
    color: #000080;
    font-size:33px;
    font-weight:normal;
    margin-left: 20px;
}

#tagLine {
    color: #E00000;
    font-size:24px;
    margin-left: 20px;
}

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

#mainContent {
    padding: 20px;
    font-family: sans-serif;
    color: #505050;
    font-size:  17px;
}

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

#validators {
    margin-left: 20px;
}

.body {
    background:white;
    border: 1px solid black;
    border-radius: 20px;
}



.tableBar {
    background-color: #99CCFF;
    font-family: Arial;
    font-size: 20px;
    color: #FF2200;
    text-align: center;
    font-weight: bold;
    height: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;
}

a:link {color:#000080;}      
a:visited {color:#000080;}  
a:hover {color:#FF4500;}  
a:active {color:#000080;} 