body {
	margin: 0px;
	padding: 0px;
	background-color: #e2e9f0;
}

#Logo {
	position: absolute;
	width: 468px;
	height: 84px;
	left: 0px;
	top: 0px;
	background-image: url(/images/logo-background.gif);
}
.Logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 84px;
}
.Logo a {
	text-decoration: none;
	color: #FFFFFF;
}
.Logo a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#TopRight {
	position: absolute;
	width: 279px;
	height: 84px;
	left: 468px;
	top: 0px;
	background-color: #5d6978;
	text-align: right;
}

#MainContentBody {
	position: absolute;
	width: 747px;
	left: 0px;
	top: 85px;
	padding: 0px;
	background-color: #FFFFFF;
}

.SiteContent {
	padding: 20px;
}

.NavBg {
	background-image: url(/images/navigation-background.gif);
}
.NavHeader {
	font-size: 14px;
	font-weight: bold;	
	color: #344356;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right:5px;
}
.Nav {
	color: #485970;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 13px;
	padding-right: 5px;
}
.Nav a {
	color: #485970;
	text-decoration: none;
}
.Nav a:hover {
	color: #202935;
	text-decoration: underline;
}
.Google {
	font-size: 8px;
	font-weight: bold;	
	color: #344356;
}
.Google a {
	text-decoration: none;
}
.Google a:hover {
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
p a {
	color:#666666;
}
p a:hover {
	color:#333333;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
td a {
	color:#666666;
}
td a:hover {
	color:#333333;
}

.nowrap {
	white-space:nowrap;
}

#MemberLogin {
	position: absolute;
	width: 279px;
	height: 110px;
	left: 468px;
	top: 420px;
	background-color: #bec7d2;
	padding-top: 10px;
}

.Login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5d6978;
	white-space: nowrap;
	font-weight: bold;
}

.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align:right;
	width: 737px;
	height: 32px;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	background-image: url(/images/footer-background-2.gif);
}
.Footer a {
	color: #999999;
	text-decoration:underline;
}
.Footer a:hover {
	color: #7c7c7c;
	text-decoration:underline;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #576879;
	background-color:#FFFFFF;
}
