html, body {
}

#header {
 	background-color: #1b3841;
	color: #fff;
	height: 80px;
}

#header img {
        background-color: #1b3841;
	margin: 5px 15px 5px 15px;
	height: 60px;
}

#contentWrapper {
	color: #333333;
}

#leftColumn, #rightColumn {
}

footer {
	min-height: 40px;
	background-color: #264e5a;
	color: #fff;
}

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

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

div#loginDIV a:active,
div#loginDIV a:link,
div#loginDIV a:visited {
        text-decoration: underline;
	font-weight: bold;
        color: #1b3841;
}

div#loginDIV a:hover {
        text-decoration: underline;
        font-weight: bold;
        color: #264e5a;
}
















