@charset "UTF-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FEFEF6;
}


@font-face {
	font-family: 'Conv_MrsEavesRoman';
	src: url('fonts/MrsEavesRoman.eot');
	src: local('☺'), url('fonts/MrsEavesRoman.woff') format('woff'), url('fonts/MrsEavesRoman.ttf') format('truetype'), url('fonts/MrsEavesRoman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.nav {border-top: 1px solid #184b72; border-bottom: 1px solid #184b72;}

.footer {border-top: 1px solid #184b72;}

body,td,th {
	font-family: Conv_MrsEavesRoman, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #184b72;
	line-height:1.6;
}

h4 {border-bottom: solid #184b72 thin;

width: 360px;
font-weight:normal;
text-transform:uppercase;}
	

a:link {
	color: #184b72;
	text-decoration:none;
}
a:visited {
	color: #184b72;
}
a:hover {
	color: #2370AB;
}
a:active {
	color: #184b72;
}

a img {
	text-decoration: none;
	border: 0 none;
	}
	
.footer_text {
	font-size:12px;
	padding-top:10px;
}

.right {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}

.mapit {
	padding-left: 60px;
	padding-right: 60px;
	font-size: 14px;
	padding-top:30px;
}

.registry {
	padding: 30px 60px 30px  60px;
	text-align:center;
}

hr {
	color: #56718C;
	background-color: #56718C;
	height: 1px;
}

#container
{
	margin:auto;
	width:560px;
	/* border:1px solid black; */
}

#form_area
{
	position:relative;
	width:560px;
	height:494px;
	border:2px solid #133086;
	margin-top:20px;
	/*border-style:double solid;
	border-color:#133086;*/
}

#form_area_inner
{
	position:relative;
	width:545px;
	height:480px;
	border:3px solid #133086;
	margin:4px 5px 5px 5px;
	background-color: #FFF;	/*border-style:double solid;
	border-color:#133086;*/
}

#form_area_inner p
{
	padding:0px 20px 0px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#133086;
}

#register-form
{
	padding:0px 20px 0px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#133086;
	
}

#register-form input[type="text"]
{
	width:250px;
	height:30px;
	margin-top:20px;
	margin-left:15px;
}


#register-form input[type="radio"]
{
	margin-top:20px;
	margin-left:25px;
}

#register-form input[type="submit"]
{
	background-color:#1C3462;
	width:160px;
	height:40px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	border-radius:5px;
	border:none;
	margin-top:20px;
	margin-left:155px;
}

#message
{
	padding:0px 20px 0px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#133086;
	text-align:justify;
	font-size:14px;
	margin-top:25px;
}

#bottom
{
	text-align:center;
	margin-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#133086;
	font-weight:normal;
}

#register-form label
{
	color:red;
	float:right;
	margin-top:16px;
}

#form_area_inner_thanks
{
	position:relative;
	width:545px;
	height:480px;
	border:3px solid #133086;
	margin:4px 5px 5px 5px;
	/*border-style:double solid;
	border-color:#133086;*/
}

#form_area_inner_thanks p
{
	padding:150px 20px 0px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#133086;
	text-align:center;
}

#continue
{
	width:200px;
	height:30px;
	background-color:#133086;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding:5px 0px 0px 0px;
	border-radius:3px;
	margin-left:175px;
	margin-top:30px;
}

#continue a
{
	color:#FFF;
	text-decoration:none;
}
