/**********RESETS**************/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777;
	background: #FFF;
}

*{
	margin:0; 
	padding:0;
}
a{
	color: #00F;
}

a:hover{
	color: #000;
}
/**********GENERAL**************/

#container{
	width: 785px;
	height: auto;
	margin: 20px auto;
	overflow: hidden;
}

#content{
	float: right;
	border: 1px solid #AAA;
	width: 608px;
	overflow: hidden;
	padding: 10px;
	font-size: 13px;
}


.box-line{
	width: 138px;
	height: 136px;
	background: url(../images/home/box_line.jpg) no-repeat;
	float: left;
	margin-top: 20px;
	padding: 10px;
}

.box-line-wide{
	width: 263px;
	height: 136px;
	background: url(../images/home/box_line_wide.jpg) no-repeat;
	float: left;
	margin-top: 20px;
	padding: 10px;
	font-size: 12px;
}

.box-noline{
	width: 142px;
	height: 136px;
	background: url(../images/home/box_noline.jpg) no-repeat;
	float: left;
	margin-top: 20px;
	padding: 10px;
}

.box-noline a{
	border: none;
	margin-top: 4px;
	margin-right: 9px;
  background: #a7d0c0;
	color: #FFF;
	font-size: 11px;
	padding: 2px;
	float: left;
	text-decoration: none;
}

.box-noline a:hover{
	border: none;
	margin-top: 4px;
	margin-right: 9px;
  background: #03468c;
	color: #FFF;
	font-size: 11px;
	padding: 2px;
	float: left;
}

.register-box{
	width: 250px;
	height: 136px;
	background: url(../images/home/box_register.jpg) no-repeat;
	float: left;
	margin-top: 20px;
	padding: 10px;
}
.register-box p, .register-box-end p{
	width: 220px;
	margin-top: 10px;
}

.register-box-end{
	width: 221px;
	height: 136px;
	background: url(../images/home/box_register_end.jpg) no-repeat;
	float: left;
	margin-top: 20px;
	padding: 10px;
}

.field{
	width: 240px;
	height: 20px;
	border: 1px solid #DDD;
	font-size: 12px;
	color: #777;
	background: #FFF;
	margin-bottom:2px;
}

.register-field{
	width: 220px;
	height: 20px;
	border: 1px solid #DDD;
	font-size: 12px;
	color: #777;
	background: #FFF;
	margin-bottom:5px;
}

.submit{
	border: none;
	margin-right: 22px;
  background: #a7d0c0;
	color: #FFF;
	font-size: 11px;
	padding: 2px;
	float: right;
}
.submit:hover {
  background: #03468c;
	cursor: pointer;
}

.alert{
	margin-top: 20px;
	font-size: 12px;
	color: #03468c;
	font-weight: bold;
}


#footer{
	height: 60px;
	background: #a7d0c0;
	background:url(../images/general/footer.jpg) repeat-x;
	margin: 0 auto 20px auto;
	padding-top: 25px;
	width: 800px;
	font-size: 10px;
}

.instructions{
	font-size: 11px;
}
/***********HEADERS**************/

h1{
	margin-top: 25px;
	font-weight: lighter;
	font-size: 24px;
	width: 580px;
}

h2{
	margin-bottom: 3px;
	font-weight: lighter;
	font-size: 16px;
}

