body {
	background: #fff;
	padding-bottom: 20px;
	/*color: #162e4b;*/
	/*color: #304d72;*/
	color: #000;
	border-top: 5px #405d82 solid;
}

strong {
	font-weight: bold;	
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

	#header {
		position: relative;
		background: #fff;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		height: 60px;
	}

	a#logo {
		position: absolute;
		top: 0;
		left: 20px;
		display: block;
		margin: 0 0 0 0;
	}
	
	#login-info {
		position: absolute;
		top: 35px;
		right: 20px;
		color: #162E4B;
	}
	
		#login-info a {
			color: #fff;
			background: #f8981d;
			text-decoration: none;
			padding: 0 3px;
			font-weight: bold;
		}
		
		#login-info a:hover {
			background: #e04600;
			text-decoration: none;
		}



	
	
#content {
	background: #fff;
	padding: 0 0 30px 0;
	width: 100%;
}

	#float-container {
		width: 940px;
		float: left;
		padding: 0 0 0 20px;
	}
	
	
		
		


	
	
			

#footer-logo img {
	display: none;
}	
		
#footer {
	position: relative;
	margin: 0 0 0 0;
	text-align: left;
	padding: 0 0 0 0;
	background: #fff;
}

	#footer-container {
		position: relative;
		width: 980px;
		margin: 0 auto;
	}

#footer-logo {
	position: absolute;
	top: -13px;
	left: 20px;
	width: 150px;	
}
		
#footer-copy {
	font-size: 11px;
	line-height: 18px;
	padding: 20px 0 0 20px;
	margin: 0 0 0 0;
}		

	#footer span {
		padding: 0 0 0 0;font-size: 11px;
	}

	#footer a {
		font-size: 11px;
		color: #222;
	}
	
	#footer a:hover {
		background: #eee;
		color: #000;
		text-decoration: none;
	}
	




