﻿body {
	margin: 0px;
	background-color: #082201;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#homeWrapper {
	width: 970px;
	height: 800px;
	background-image: url('images/PageBackground.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#topText {
	float: left;
	width: 360px;
	height: 71px;
	margin-left: 250px;
	padding-top: 60px;
	display: inline;
}
#topText p {
	margin: 0px;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 95%;
}
#logo {
	width: 338px;
	height: 131px;
	float: right;
	display: inline;
}
#navBar {
	clear: both;
	text-align: right;
}
#navBar a {
	clear: both;
	text-align: center;
	display: inline-block;
	height: 31px;
	line-height: 31px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navBar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: underline;
}
.navSpacer {
	background-image: url('images/nav_spacer.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
#homeContent {
	float: right;
	width: 700px;
}
#homeContent h1 {
	margin: 20px 0px 0px 0px;
	text-align: left;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	padding-left: 60px;
}
#homeContent h2 {
	margin: 0px;
	text-align: right;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: normal;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	padding-right: 60px;
}
#homeContent p {
	color: #FFFFFF;
	padding: 20px 60px 10px 60px;
	margin: 0px;
}
#footer {
	background-position: left center;
	width: 930px;
	clear: both;
	background-color: #032445;
	color: #FFFFFF;
	padding: 20px;
	margin: 0px 0px 10px 0px;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #FFFFFF;
	text-align: right;
	background-image: url('images/creditcards_home.gif');
	background-repeat: no-repeat;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright {
	font-size: 80%;
	color: #999999;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
