body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #172633;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #48738C;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
}
.gateway #container {
	width: 1000px;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 17px;
}
.gateway #header {
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	height: 65px;
	text-align: right;
	padding-top: 210px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
	color: #172633;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 13px;
}
.gateway #mainContent {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 50px;
}
.gateway #footer {
	background-color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	height: 195px;
	padding-top: 33px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 250px;
	color: #FFFFFF;
}
.gateway #address {
	background-color: #4B512B;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}
.white_text {
	color: #FFFFFF;
}
.green_text {
	color: #C9CEA6;
}
.large_text {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.large_darl_text {
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
}
.large_orange_text {
	font-size: 17px;
	font-weight: bold;
	color: #FF6633;
	line-height: 20px;
}
.large_blue_text {
	font-size: 17px;
	font-weight: bold;
	color: #3F647E;
	line-height: 20px;
}
.form_button {
	background-color: #C0CB74;
	color: #FFFFFF;
} 
.byline {
	color: #FFFFFF;
	font-size: 10px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EAF0E6;
}
a:hover {
	text-decoration: underline;
	color: #FF6633;
}
a:active {
	text-decoration: none;
	color: #EAF0E6;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 24px;
	color: #FF6633;
}
