html {
	height: 100%;
	overflow: -moz-scrollbars-vertical !important; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin: 0 0 0 0;
	height: 100%;
 	behavior: url(csshover3.htc);	/* Workaround for IE's inability to dynamic content */
	background: url("../images/HelamanAcademyBackground.png") 50% 0% no-repeat;
	color : #000;
}

a:link { color: #5e2b33; }
a:visited { color: #aaaaaa; }
a:active { color: #b85464; }
a:hover { color: #b85464; }

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#content {
	padding-bottom: 35px;
}

#footer {
	position: relative;
	margin: -31px auto 0 auto;
} 

.style45 {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5e2b33;
	font-weight: bold;
}

table.footer {
	border-width: 1px;
	border-spacing: 0px;
	border-style: inset;
	border-color: black;
	border-collapse: collapse;
}
table.footer th {
	border-style: none none none none;
}
table.footer td {
	padding: 0px 8px 0px 8px;
	border-style: none none none none;
}

h1 {
	font-size: 1.5em;
}