a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000066;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;



}
a.navlinks:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	word-spacing: normal;
	text-align: center;
	vertical-align: 50%;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 130%;
	white-space: nowrap;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 12px;
}

a.navlinks:hover {
	color: #5FBEB9;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;


}
a.navlinks:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a.whitelink:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.whitelink:hover {
	color: #5FBEB9;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
}
a.whitelink:visited {
	color: #FFFFff;
	text-decoration: none;
	font-weight: bold;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;


}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;

}
input , textarea {
 	font-size: 10pt; 
	color: #505050; 
	border: 1px solid #505050; 
	background-color: #ffffff;
}
/*this is to enlarge the text box when typing into it--!>*/
input:focus,  textarea:focus  {
	border:1px solid #505050;
	background-color: #5FBEB9;
 }  .sifr {
	position: absolute;
	visibility: hidden;
}
.blacktext {
	color: #000000;
}
hr {
	color: #284361;

}
img {
  max-width: 100%;/*stops images displaying wider than the mobile screen*/
}
.header {
	background-color: #231F20;
	color: #FFFFFF;
	text-align: left;
	min-height: 11px;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	max-width: 1000px;
	padding-bottom: 5px;
}
.header img {
	float: left;
	margin-bottom: 11px;
	margin-left: 11px;
	
}
.header a {
	color: #FFFFFF;
	margin-right: 22px;
	white-space: nowrap;
	
}
.contentarea {
	color: #000000;
	background-color: #FFFFFF;
	width:95%;
	margin-top: -5px;
	margin-right: auto;
	margin-left: auto;	
}
.contentarea p {
	color: #000000;
	width:100%;
	padding: 0px;
	
}

.contentarea .about {
	border: 3px solid #666666;
	min-height: 320px;
	margin-right: 10%;
	margin-left: 10%;
	padding-right: 11px;
}

.contentarea .about img {
	float: left;
	margin-top: 11px;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 11px;
}
.contentarea .registration {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	background-color: #efefef;
		border-radius:25px 25px 25px 25px;
	-webkit-border-radius:25px 25px 25px 25px;
	radius:25px 25px 25px 25px;
}

.texthighlighted {
	font-weight: bold;
	color: #5FBEB9;
}


.footer {
	color: #FFFFFF;
	background-color: #231F20;
	text-align: center;
	margin: 0px;
	padding: 20px;
}
.page {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1000px;
	background-color: #FFFFFF;
}


.banner {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.navbar {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	min-height: 32px;
	width: 100%;
	margin-top: -3px;
}
