@charset "utf-8";
/* CSS Document */

body {
	background: #f8f8f8;
	background-image:url(../images/topnav.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #535353;
	}
.light {
	color: #f8f8f8;
}

h1 {
	color: #49778a;
	font-size: 2em;
	line-height: 1.2em;
}
h2 {
	color: #49778a;
	margin-bottom: 10px;
	font-size: 1.6em;
	line-height:1.2em;
}
h3 {
	color: #49778a;
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height:1.2em;
}
	
#regform {
    display: block;
	width: 523px;
	height: 106px;
	background-image:url(../images/reg_form_button.jpg);
	
}
#regform:hover {
	background-image:url(../images/reg_form_button_rollover.jpg);
}
