html {
	background-color:#3469b9;
}

/* ==================== Top Content Home START ==================== */

#top-wrapper {
	width:100%;
	margin-top:10px;
	height:400px;
}
	#top-wrapper #top-left-content {
		width:335px;
		float:left;
		margin-right:30px;
	}
	#top-wrapper #top-left-content #join-tc-badge {
		float:left;
		margin-right:15px;
	}
	#top-wrapper #top-left-content #top-join-copy {
		margin-top:10px;
		height:95px;
		width: 190px;
		clear: none;
		float: left;
	}
	#top-wrapper #top-left-content #top-join-button {
		width:87px;
		height:27px;
		margin:5px 0px 0px 85px;
		background: transparent url(../cssimg/sprite.png) no-repeat -89px -125px;
		float:left;
		display:block;	
	}
		#top-wrapper #top-left-content #top-join-button:hover {
			margin:5px 0px 0px 85px;
			background: transparent url(../cssimg/sprite.png) no-repeat 1px -125px;
			float:left;
		}
	#top-wrapper #top-right-content {
		width:536px;
		float:right;
	}
	#top-wrapper #top-left-content .top-content-rule {
		width:100%;
		border-top:solid 1px #9fa3af;
		margin-bottom:10px;
	}

/* ==================== Top Content Home END ==================== */
/* ====================== Footer start ====================== */
.footer {
	background:transparent url(../cssimg/footer-bg-slice.jpg) repeat-x;
	height:90px;
	margin:0 0 0 20px;
width:958px;
}
	.footer a:hover {
		text-decoration:underline;
	}
	.footer-links {
		margin:35px 0px 0px 15px;
		display:inline;
	}
	.footer-links a, .footer-poweredby a {
		color:#2f5b98;
		border-right:1px solid #2f5b98;
		font-weight:normal;
	}	
	.footer-poweredby {
		margin:35px 15px 0px 0px;
		display:inline;
	}

/* ====================== Footer end ====================== */	


h1 {
	text-transform:uppercase;
	font-size: 18px;
	line-height:23px;
	color:#2f5b98;
	font-style:italic;
	font-weight:bold;
	padding-bottom:10px;
	text-align: left;
}
h2 {
	font-size: 12px;
	line-height:15px;
	color:#2f5b98;
	font-weight:bold;
	padding-bottom:10px;
	text-align: left;
}
p {
	font-size:12px;
	line-height:15px;
	color:#000;
	padding-bottom:10px;
}



