	.container {
		text-align: left; /* reset text alignment */
		width: 640px; /* or a percentage, or whatever */
		margin: 0 auto; /* for the rest */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #8E8D8D;
	}
	
	.footer {
		text-align: center;
		line-height: 18px;
		margin-bottom: 50px;
	}
	
	#fadeContainer {
		position:relative;
		float: left;
		width:640px;
		height:145px;	
	}
	
	#fadeContainer img {
		display:none;
		position:absolute;
		top:0;
		left:0;
		width: 640px;
		height: 145px;
	}
	
	input, textarea, select {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #8E8D8D;
	}	
	
	a {
		color: #990000;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	
	hr {
		border: none 0;
		border-top: 1px solid #E5E4E3;/*the border*/
		width: 100%;
		height: 1px;
		margin-top: 20px;
		margin-bottom: 20px;		
	}
	
	.container-body {
		border-right: solid #E5E4E3 1px;;
		border-left: solid #E5E4E3 1px;
		border-bottom: solid #E5E4E3 1px;				
		padding: 14px;
		maring-top: 0px;
	}
	
	
	.banner {
		margin-top: 20px;
		margin-bottom: 20px;		
	}
	
	.nav {
		float: left;
		width: 500px;
		margin-bottom: 0px;	
	}
	.telephone {
		float: right;
		margin-bottom: 0px;
	}
	.largeImage {
		margin-top: 0px;
	}
	
	p#topPara {
		margin-top: 0px;
	}

	p#bottomPara {
		margin-bottom: 0px;
	}	
	
	div#cards {
		margin-top: 20px;
		margin-bottom: 12px;		
	}
