body {
    margin: 0px;
    padding: 0px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    ;
    color: #8D8D8D;
    background-color: #ffffff;
}

a:link {
	color: #2c4799;
	text-decoration: none;
}
a:visited {
	color: #2c4799;
	text-decoration: none;
}
a:hover {
	color: #2c4799;
	text-decoration: none;
}
a:active {
	color: #2c4799;
	text-decoration: none;
}

h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 54px;
	line-height: 54px;
}
h2 {
	font-weight: bold;
	font-size: 40px;
	line-height: 54px;
}
h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 32px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #666;
}
h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
}
h5 {
	line-height: 12px;
	font-size: 10px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 28px;
	font-size: 18px;
	font-weight: normal;
}
ul {
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
li {
	margin-bottom: 2px;
}

#wrapper {
	padding: 0px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	width: 600px;
	height: 100%;
}
#header   {
	height: 100%;
	text-align: center;
	margin: auto;
}
#nav  {
	float: left;
	height: 80px;
	text-indent: 0px;
	width: 100%;
}
.pageContent {
	text-align: center;
	min-height: 40px;
}
#leftHalf {
	width: 50%;
	text-align: left;
	float: left;
}
#rightHalf {
	width: 50%;
	text-align: left;
	float: left;
}

.dropShadow {
	-webkit-box-shadow: 0px 1px 5px 0px #999999;
	-moz-box-shadow: 0px 1px 5px 0px #999999;
	box-shadow: 0px 1px 5px 0px #999999;
}
.goButton {
	background-color: #FFCC66;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFF;
	font-family: 'FrankfurterMediumRegular', Helvetica, Arial, sans-serif;
	border: none;
	font-size: 24px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}
.goButton:hover {
	background-color: #EC6779;
}
p .goButton {
	color: #FFF;
	text-decoration: none;
}
