html, body {
	color: #000;
        background-color: #fff;
}

#header {
        background-color: #fff;
	color: #fff;
	height: 120px !important;
}

#header img {
	margin: 5px 15px 5px 15px;
        height: 110px;
}

#contentWrapper {
        background-color: #fff;
}

#leftColumn, #rightColumn {
        background-color: #f5f5f5;
}

footer {
        background-color: #465c83;
        color: #fff;
	min-height: 40px;
}

footer a:active,
footer a:link,
footer a:visited {
	text-decoration: none;
	color: #fff;
}

footer a:hover {
        text-decoration: none;
        color: #fff;
}
















