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

@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Merienda:400,700|Open+Sans:400,700');

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #01052B;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.06em;
	line-height: 25px;
	width:100%;
	height:100%; 
	overflow:auto;
	
	
}

body::-webkit-scrollbar {
    display: none;
}

body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.perimeter {
	padding: 10px;
	
	
	
	
}





#staff-line-break {
	background-repeat: repeat-x;
	height: auto;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	max-width: 365px;
	border-bottom-color: #142189;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.staff-name-blue {
	font-family: 'Open Sans', sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color: #142189;
	letter-spacing: 0.06em;
	text-shadow: 0px 0px 0px #20063a;
	line-height: 30px;
}
.reg-btn {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #08FF00;
	background-color: #132088;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	max-width: 270px;
	border: 1px solid #020c5d;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 30px;
	display:inline-block;
}
.reg-btn:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #08FF00;
	background-color: #061fe1;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	text-transform: uppercase;
	border: 1px solid #020c5d;
}
a{
text-decoration:none;

}
a.text:link {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #08FE02;
	text-decoration: none;
	line-height: 25px;
	text-shadow: 1px 1px 2px #20063a;
}
a.text:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #08FE02;
	text-decoration: none;
}
a.text:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FE5C07;
	text-decoration: none;
}
a.text:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FE5C07;
	text-decoration: none;
}
#site-bg {
	background-image: url(../img/site-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
}
a:link {
	font-family: 'Open Sans', sans-serif;
	
	font-weight: normal;
	color: #FF6909;
	text-decoration: none;
}
a:visited {
	
	color: #FF6800;
	text-decoration: none;
}

a:hover {
	
	color: #0909ff;
	text-decoration: none;
}
a:active {
	
	color: #0909ff;
	text-decoration: none;
}



#ctr-table {
	background-color: #FFF;
	border: 2px solid #EB681C;
	-webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	margin: 0 auto;
	max-width: 400px;
	text-align: center;
}
.photo_staff {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 2px solid #132088;
	margin: 10px;
	max-width: 300px;
	
}
a.center-with-link:link {
	font-size: 10pt;
	font-weight: normal;
	color: #142189;
	text-decoration: none;
	letter-spacing: 0.06em;
	text-transform: lowercase;	
	
	
}
.survey-text {
	padding: 10px;
	text-align: left;
}
a.center-with-link:visited {
	font-weight: normal;
	color: #142189;
	text-decoration: none;
}
a.center-with-link:hover {
	font-weight: normal;
	color: #E15102;
	text-decoration: none;
}
a.center-with-link:active {
	font-weight: normal;
	color: #E15102;
	text-decoration: none;
}
.text-blue {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #142189;
	
}
