/*set margin = 0 for footer. CANNOT BE CHANGED*/
* {
	margin: 0;
}

/*text headers*/
html, body{
	text-align: justify;
	font-family: Chancellor;
	height: 100%;
	background-color: #FFFFCC;
}

p{
	text-align: justify;
	font-family: Chancellor;
	font-size: 16px;
}
h1{
	text-align: center;
	font-family: Chancellor;
	font-size: 30px;
}

h2{
	text-align: center;
	font-family: Chancellor;
	font-size: 24px;
}

h3{
	text-align: center;
	font-family: Chancellor;
	font-size: 20px;
}

/*header*/
/*header*/
.header{
	background-color: #068237;
	color: #FFFFFF;
	min-height: 0%;
	height: auto;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -36px; /* the bottom margin is the negative value of the footer's height */
}
.footer{
	background-color: #068237;
	color: #FFFFFF;
	height: 36px; /* .push must be the same height as .footer */
}

.push{
	height: 150px; /* .push must be the same height as .footer */
}
/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
