h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BAC3E4;
}
#maincontent{
	padding: 20px 100px 10px 80px; /*top right bottom left */
	background-repeat: no-repeat;
	background-position: left bottom;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}
p a:link{
	color: #D4EBEE;
}
p a:visited{
	color: #D4EBEE;
}
.regtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}
.regtext a:link{
	color: #D4EBEE;
}
.regtext a:visited{
	color: #D4EBEE;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 15px 15px 15px 15px; /*top right bottom left */

}
#footer a:link{
	color: #D4EBEE;
	text-decoration: none;
}
#footer a:visited{
	color: #BAC3E4;
	text-decoration: none;
}
/*
#footer a:hover{
	color: #ccc;
	text-decoration: none;
}
*/