* {
	margin: 0;
	padding: 0;
	}
	
#client_header {
	display: none;
	}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../_media/backgrounds/bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color: #033025;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

a {
	color: #033025;
}

h1 {
	font-size: 175%;
	color: #033025;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	}

#temp_Wrapper {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 10px;
	}

#temp_Footer {
	width: 800px;
	height: 475px;
	background-image: url(../_media/backgrounds/bg_bottom.gif);
	background-repeat: no-repeat;
	float: left;
	}
	
#temp_FooterLeft {
	width: 260px;
	float: left;
	}
	
#text_FooterLeft {
	text-align: left;
	padding: 14px 10px 0px 30px;
	font-size: 14px;
	}
	
#temp_FooterRight {
	width: 540px;
	float: right;
	height: auto;
	}
	
#text_FooterRight {
	text-align: left;
	padding: 14px 10px 0px 20px;
	font-size: 14px;
	}
	
span.BottomHeader {
	font-size: 14px;
	color: #033025;
	}
	
	.BottomHeader {
	font-size: 14px;
	color: #033025;
	}
	
span.ContactInfo {
	font-size: 15px;
	font-style: italic;
	}
	
span.WelcomeText {
	font-size: 12px;
	}
	
#temp_Footer2 a {
	font-size: 10px;
	color: #033025;
	text-decoration: none;
	}
	
#temp_Footer2 a:hover {
	text-decoration: underline;
	}
