@charset "UTF-8";
body, input, textarea {
	font-family: "Lucida Sans",Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 85%;
	color:#000;
}
body {
	line-height: 14px;
	margin: 0px 0px 40px 0px;
	background: #00204e url(images/reg_back.gif) repeat-x;
}
textarea, input.text  { background: #CAE4FF; }
td {
	text-align:left;
	vertical-align:top;
}
form {
	margin:15px 0px;
	text-align:center;
}

form.table {
	margin: 0px auto;
}
hr {
	border: 0;
	height: 1px;
	width: 100%;
	background-color:#000;
	color:#00204e;
}

/* DIV Wrapper Styles*/
.wrapper {
	/*margin: 0px;
	min-height: 100%;
    height: auto !important;
    height: 100%;*/
    margin: 0 auto;
}
.content { padding-left: 15px; }
.box {
	width: 95%;
	background-color:#FFF;
	border: 4px solid #CAE4FF;
}
/* Image Replacement Styles*/
h1#logo {
	width:320px;
	height:175px;
	text-indent: -9999ex;
	background: url(images/family.jpg) no-repeat 0px -29px;
	margin: 15px 0px 0px 15px;
	border: 2px solid #00204e;
	padding: 0px;
}

h2#registration {
	margin: 0px;
	width:525px;
	height:45px;
	text-indent: -9999em;
	background: url(images/register_now.gif) no-repeat;
}

a:link, a:visited, a:hover {
	color:#00204e;
	text-decoration:none;
}

a:link:hover {
	border-bottom:dotted #391900 1px;
}

/*input.submit {
	width: 60px;
	height: 25px;
	background: url(images/btn_submit.jpg) no-repeat;
	outline:none;
	border: none;
	text-indent: -9999px;
}
input.submit:hover {
background-position:  0 -25px;
}


input.reset {
	width: 60px;
	height: 25px;
	background: url(images/btn_reset.jpg) no-repeat;
	outline:none;
	border: none;
	text-indent: -9999px;
}
input.reset:hover {
background-position:  0 -25px;
}
*/