@CHARSET "UTF-8";
@import url(font-nunito.css);
@import url(font-source-sans-pro.css);
body {
	word-wrap: break-word;
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', verdana, arial, helvetica, geneva, sans-serif;
	font-size: 1.15em;
	background: url(bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #00031b;
}

h1 {
	font-family: 'Nunito', cursive, Arial;
	color: white;
	text-shadow: 2px 2px 1px rgba(53, 45, 37, 1);
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	font-size: 1.5em;
	padding-top: 20px;
}

h1 a {
	color: #ffffff;
}

h1 a:hover, h1 a:active {
	color: #b1b7ff;
}

#sloganh2 {
	display: inline;
	font-size: 1.0em;
}

#slogan {
	margin-left: 21px;
	font-size: 1.0em;
	color: white;
	font-family: 'Nunito', cursive !important;
	text-shadow: 1px 1px 1px rgba(53, 45, 37, 1);
}

#slogan b, #slogan strong {
	font-weight: normal;
}

#slogan a {
	color: #ffffff;
}

#slogan a:hover {
	color: #fff2b7;
	transition: color 1s ease;
}
#linkstop, #linksbottom {
	margin-right: 15px;
	word-spacing: 5px;
	margin-bottom: 7px;
}
#linkstop{
	padding-top: 10px;
	text-align: center;
}
#linksbottom{
	text-align: center;
}

#linkstop a, #linksbottom a {
	font-size: 0.8em;
	word-spacing: 0px;
	line-height: 0.83em;
	font-weight: normal;
	color: white;
	text-shadow: 1px 1px 1px rgba(53, 45, 37, 1);
}

#linksbottom {
	margin-top: 7px;
}

a {
	text-decoration: none;
	font-weight: bold;
	transition: color 1s ease;
	color: #021783;
}

a:hover {
	transition: color 1s ease;
	color: #1c22ff;
}

a:ACTIVE {
	color: #1c22ff;
}

h1 a:hover {
	border: none;
}

input[disabled] {
	color: #4b5aac;
}

input[type=text], input[type=number], input[type=password] {
	outline-width: 0;
	padding: 8px 5px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-indent: 5px;
	transition: border-bottom 1s ease, color 1s ease;
	background-color: #fcfcfe;
	border-bottom: 2px double #4862ef;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	color: #021783;
	font-weight: bold;
	font-size: 14px;
}

input[type=text]:focus, input[type=number]:focus, input[type=password]:focus
	{
	border-bottom: 2px double #15267d;
	transition: border-bottom 1s ease, color 1s ease;
	color: #15267d;
}

input[type=button], input[type=submit] {
	outline-width: 0;
	padding: 6px 10px;
	font-size: 0.9em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font-size: 0.95em;
	font-family: 'Source Sans Pro', 'Arial';
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
	border: solid 1px #0026a1;
	background-color: #454fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6678ff),
		to(#4d4dff));
	background: -moz-linear-gradient(top, #6678ff, #4d4dff);
	transition: background 1s ease, background-color 1s ease, border 1s ease;
}

input[type=button]:hover, input[type=submit]:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3852ff),
		to(#2626ff));
	background: -moz-linear-gradient(top, #3852ff, #2626ff);
	transition: background 1s ease, background-color 1s ease;
}

input[type=button]:active, input[type=submit]:active {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2945ff),
		to(#0d0dff));
	background: -moz-linear-gradient(top, #2945ff, #0d0dff);
	transition: background 1s ease, background-color 1s ease;
}

input[type=button]:disabled, input[type=submit]:disabled, input[type=button]:disabled:hover,
	input[type=submit]:disabled:hover {
	border: solid 1px #9a9a9a;
	text-shadow: 1px 1px 2px #5d5d5d;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d6d6d6),
		to(#bababa));
	background: -moz-linear-gradient(top, #d6d6d6, #bababa);
}

input[type=submit] {
	margin-left: 5px;
}

#top {
	width: 790px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #585858;
	border-left: 28px solid #585858;
	border-right: 28px solid #585858;
}

#centereddiv {
	width: 790px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
	background-color: #585858;
	border-left: 28px solid #585858;
	border-right: 28px solid #585858;
	border-top: 5px solid #585858;
	border-bottom: 5px solid #585858;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#contentdiv {
	border: 1px solid darkgray;
	width: 750px;
	word-wrap: break-word;
	font-size: 0.85em;
	line-height: 1.333em;
	z-index: 1;
	position: relative;
	padding: 20px;
	background-color: white;
	overflow: hidden;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #814000;
}

h2 {
	font-size: 1.2em;
	line-height: 1.333em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.66em;
}

label {
	font-weight: bold;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.boldredfont{
	font-weight: bold;
	color: red;
}