* {
	margin:0;
}
html, body {
	height: 100%;
}
body{
	margin:auto;
	background-color:#fff;
	color:#fff;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, Sans-Serif;
}

#content{
	padding:40px 40px 0 40px;
}

h1{
	font-size:36px;
	margin:0 0 40px 0;
	padding:0;
	line-height:12px;
	
}

p{
	font-size:13px;
	margin-bottom:20px;
}

.logo{
	float:left;
	margin:0 40px 100px 0;
	border:0;
}
.homeLogo{
	border:0;
	margin-top:30px;
}
.centered {
	text-align:center;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 40px; /* .push must be the same height as .footer */
}

#footer{
	font-size:18px;
	text-align: center;
	white-space:nowrap;
	background-color:#eef;
}

#footerNavBox{
	height:39px;
	border-top:1px solid #ddf;
	width:100%;
	color:#ff0;
	font-size:18px;
	text-align: center;
	white-space:nowrap;
}

#footerNav {
	margin:8px;
	padding:0;
	font-size:18px;
}

#footerNav li {
	display:inline;
	padding:0;
	margin:0 50px;
}




a:link, a:visited {
	color:#700;
	background:transparent;
	text-decoration:none;
	border-bottom:1px dotted #400;
}

a:hover, a:active {
	color:#400;
	background:transparent;
	text-decoration:none;
	border-bottom:1px dotted #400;
}

#footerNav a:link, #footerNav a:visited {
	color:#09f;
	background:transparent;
	text-decoration:none;
	border:0;
}

#footerNav a:hover, #footerNav a:active {
	color:#0fc;
	background:transparent;
	text-decoration:none;
	border:0;
}

.homeLogo a{
	border-bottom:0;
}