@CHARSET "US-ASCII";

*{
	/* font-size: 9pt; */
}

body{
	/* padding-right: 18px;
	padding-bottom: 18px; */
	font-family: sans-serif;
	padding: 18px;
    background-image: url("images/regpic2.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	font-size: 9pt;

}



@media only screen and (max-width: 600px) {
    body {
        padding: 18px;
        font-family: sans-serif;
        background-image: url("images/regpicsmall.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    	font-size: 9pt;

    }
}




.resulttable{
	font-size: 9pt;
	/* border: 2px solid #627EAF; */
	padding: 0px;
	background-color: #627EAF;

}

td{
	padding: 3px;
}

a{
    color: #425e8e;
}

h2{
	font-size: 18pt;
	font-weight: bold;
	color: #627EAF;
}

h3{
	font-size: 14pt;
	font-weight: bold;
	color: #627EAF;
}

.centerpage{
	margin-left: auto;
	margin-right: auto;
}

/* .titlebar
{
	background-color: #627EAF;
	padding: 12px;
	border-top: solid 2px #EFF5FF;
	border-left: solid 2px #EFF5FF;
	border-bottom: solid 4px #000000;
	border-right: solid 4px #000000;
} */

.pagetitle{
	font-size: 24pt;
	font-weight: bold;
	color: #627EAF;
}

/*
.titleimg
{
	border-top: solid 2px #B6CFFF;
	border-left: solid 2px #B6CFFF;
	border-bottom: solid 4px #000000;
	border-right: solid 4px #000000;
	float: left;
	margin-right: 18px;
}
*/

.contentcontainer{
	background-color: #FFFFFF;
	padding: 0px 18px 18px 18px;
	min-height: 550px;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	/*max-width: 950px;*/
    transition: opacity 0.4s ease-in-out .2s;
    opacity: 0.85;
    max-width: 1400px;
}
.contentcontainer:hover{
    opacity: 1;

}
.container{
	background-color: #252B62;
	padding: 18px;
    border-radius: 0 0 15px 15px;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	/*max-width: 950px;*/
    max-width: 1400px;
}

.toplink{
	color: #37517F;
	font-weight: bold;
	text-decoration: none;
}
.toplink:hover{
	text-decoration: underline;;
}

.link1{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.link1:hover{
	text-decoration: underline;;
}

.imglink{
    transition: transform .5s;
    border-width: 2px;
    padding: 2px;
    border-style: inset;
    border-color: gray;
    box-shadow: 5px 5px 5px #A8A8A8;
}

.imglink:hover, .imglink:active{
    transform:scale(1.05);
}

.staffpics{
/*	float: left;*/
	text-align: center;
	padding: 8px;
/*	margin-left: 20px;*/
	width: 225px;
}
