
/* grey=#C0C0C0 */
/* white=#FFFFFF */
/* black=#000000 */
/* blue=#0000FF */
/* royalblue=#4169E1 */
/* light grey=#D3D3D3 */
body {
    background: #D3D3D3 none repeat scroll 0% 50%;
    padding-bottom: 5px;
    font-family: Arial;
    font-size: 16pt;
} .container {
    background: #FFFFFF none repeat scroll 0% 50%;
    width: 950px;
} #brand {
    padding: 5px 25px;
    background: #4169E1 none repeat scroll 0% 50%;
} #sitetitle {
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 26pt;
    padding: 10px 0px;
} #subtitle {
    color: #000000;
    font-size: 26pt;
} #siteInfo {
    background: #000000 none repeat scroll 0% 50%;
    color: #C0C0C0;
    text-align: center;
    font-size: 10pt;
} 
#sitetag2 {
	    background: #4169E1 none repeat scroll 0% 50%;
    color: #000000;
    text-align: center;
    font-size: 16pt;
}

#content {
    padding: 5px 25px;
    text-align: center;
} #content span {
    color: #4169E1;
}

