@charset "utf-8";
/* CSS Document 

greenish color:#A8A97F
purple 7e5c73
light green bg c9e49c
burgandy 702c6a


*/
* {
	margin: 0;
}
html, body {
	height: 100%;
	text-align:center;
	background:#021b21;
	color:#ffffff;
}
img {
	margin:10px 10px 0 0;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 2em; /* .push must be the same height as .footer */
}




.header {
	width: 950px;
	height: 15px;
	text-indent: -9999em;
	background: #021b21 url() no-repeat;
}

.footer p {
	padding: 0px 0 0;
	color: #fff;
	font: 0.6em/2.6em arial,sans-serif;
	 border-top:solid 1px #ffffff;
}



hr {color:#FFFFFF; width:100%;}


h1 {font-size:1.1em; font-family:arial,sans-serif; font-weight:bold; margin:0 0 0 0; padding:20px 13px 0px 0px; color:#ffffff;}


.mainText {
	color:#FFFFFF;
	font: 0.9em arial,sans-serif;
	text-align:left;
	width:950px;
	margin: 0 auto;
}

	
a:link, a:visited {color:#d93327; text-decoration:none;}
a:hover, a:focus, a:active {color:#d93327; text-decoration:underline;}



	span {
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px !important;	
	}
	
	html {height: 100%; }


	
	
	


	
	
		.mainTable {
		padding:0 25px;
		width:950px;
		text-align:left;
		
		
		
	}
	
