html {
	height: 		100%;
}

body { 
	background-color: 	#FFFFFF;
	font-family:		sans-serif;
	height: 		100%;
}

div.nav {
	position: 		absolute;
	top: 			25px;
	left: 			25px;
	width: 			125px;
	text-align: 		center;
}

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

* html	#nonFooter {
	height:			100%;
}

div.content {
	position:		relative;
	padding-top:		50px;
	padding-left:		175px;
	padding-right:		50px;
	padding-bottom:		150px;
}

div.footer {
	position: 		relative;
	font-size:		x-small;
	font-style:		italic;
	text-align:		center;
	margin-top:		-140px;
}

span.head {
	font-size: 		large;
	font-weight: 		bold;
}

span.error {
	font-size: 		large;
	font-weight: 		bold;
	color:			red;
}


a {
	color: #33339F;
}

a.noline {
	text-decoration: 	none;
}
