﻿#header
{
	background-color: #ffffff;
	height: 150px;
	background-image: url(Images/HeartsAtWork.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a, a:visited, a:link
{
	color: #003876;
	text-decoration: none;
}

a:hover, a:active
{
	color: #bf2f38;
	text-decoration: underline;
}

#menuAndLogin
{
	margin-left: 10px;
	margin-top: 10px;
	background-color: #E0E3E7;
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
	padding-bottom: 10px;
}

#poweredBy 
{
	margin-top: 15px;
}

#copyright
{
	background-position: center top;
	background-image: url(Images/line.gif);
	padding-top: 40px;
	background-repeat: no-repeat;
}

.logoutLink 
{
	padding-left: 15px;
}


