body{
	margin:0px;
	padding:0px;
	font-family: "sans-serif", "Arial","Segoe UI","Segoe","Segoe WP", "Arial","Tahoma","Verdana","Arial";
	font-weight:400px;
	font-style:normal;
	font-size:15px;
	background-color: #FFFFFF;
	padding: 0;
	margin:0;
}
.header
{
	width: 30px;
	height: 200px;
	color:white;
	margin-left: auto;
	margin-right: auto;
}



.header img
{
	width: 100%;
	height: auto
	float:left;
	margin-top:40px;
}


.staffid
{
	width:50%;
	min-width: 200px;
	height: auto;
	margin-left: auto;
	margin-right:auto;
	background-color: blue;
}
.staffid img
{
	width:100%;
	height:auto;
	float:left;
}



.display
{
	width: 100%;
	min-height:140px;
	height: auto;
	float: left;
	color:black;
	margin-top: 5px;
	background-color: white;
	text-align: center;
	font-size:40px;
	padding-top:100px;
	letter-spacing: 10px;
}

.display-inner
{
	max-width: 400px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: green;
	color:black;
}
.display-thanks
{
	width: 100%;
	height: 30px;
	font-size: 25px;
	float:left;
	font-weight: bolder;
	text-align: center;
}

.display-disclaimer
{
	width: 100%;
	height: 200px;
	font-size: 12px;
	background-color: #FFFFE0;
	margin-top:15px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	float:left;
	text-align: center;
}
.display-disclaimer a{
	text-decoration: none;
	font-weight: bold;
	color:black;
}
.display-disclaimer a:hover{
	text-decoration: none;
	font-weight: bold;
	color:#333333;
}

.display-disclaimer-inner
{
	width: 90%;
	margin-left: 5%;
	height:inherit;
	float:left;
}
.display video
{
	display: block;
	float:left;
	width: 100%;
	height:300px;
}
.links
{
	width: 100%;
	height: auto;
	float:left;
	margin-top: 10px;
	text-align: center;
}
.links-inner
{
	max-width: 250px;
	width: auto;
	min-width: 200px;
	min-height:60px;
	height:auto;
	color:black;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}


.links a{
	width: auto;
	display: block;
	height:15px;
	font-size: 12px;
	border-radius: 10px;
	padding: 5px;
	text-decoration: none;
	float:left;
	margin-top: 5px;
	color:black;
	text-align:center;
	font-weight: bolder;
	margin-right: 2px;
	margin-right: 2px;
	border:1px groove #000000;
}
.links a:hover{
	color:#ffffff;
	background-color: black;
	border: none;
}

.links-interest
{
	margin-top: 10px;
	width: 100%;
	max-width: 280px;
	min-height: 20px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.links-interest2
{
	margin-top: 10px;
	width: 100%;
	max-width: 300px;
	min-height: 20px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.donate-advert
{
	width: 100%;
	height:auto;
	float:left;
}



.bold-code{
	width: 100%;
	height:auto;
	text-align: center;
	float:left;
	font-weight: bold;
	font-size: 20px;
	background-color: #FFFF60;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.cancel-placement
{
	width: auto;
	height:auto;
	text-align: right;
	float:right;
	font-weight: bold;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 30px;
	display: block;
	cursor: pointer;
	text-decoration: underline;
}
.cancel-placement:hover
{
	color: blue;
}



.b-check-control
{
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 15px;
	margin-left: 5px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
/* hide the browser's default */
.b-check-control input
{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* create a custom checkbox */
.b-checkmark
{
	position: absolute;
	top:0;
	left:0;
	height: 20px;
	width: 20px;
	margin-right: 5px;
	background-color: #f3f3f3;
	border:1px #cccccc groove;
}
.b-check-control:hover
{
	background-color: #ffffff;
}

.b-check-control:hover input ~
.b-checkmark{
	background-color: #ccc;
}

.b-check-control input:checked ~
.b-checkmark{
	background-color: black;
	border:1px #cccccc groove;
}

.b-checkmark:after
{
	content: "";
	position: absolute;
	display: none;
}

/*show the checkmark when checked */
.b-check-control input:checked ~
.b-checkmark:after
{
	display: block;
}



.b-check-control .b-checkmark:after
{
	left:5px;
	top:5px;
	width: 10px;
	height: 10px;
	background: white;
	border-width: 0px 0px 0px 0px;
	-webkit-transform:rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.footer
{
	width: 100%;
	height:40px;
	color:black;
	float:left;
	margin-top:100px;
	font-size: 30px;
	font-weight: bolder;
	text-align: center;
	font-family: "Arial black", "Arial","Segoe UI","Segoe","Segoe WP", "Arial","Tahoma","Verdana","Arial";
}
.mission
{
	width: 100%;
	height:auto;
	color:black;
	float:left;
	margin-top:5px;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color:#000000;
	font-family: "Arial black", "Arial","Segoe UI","Segoe","Segoe WP", "Arial","Tahoma","Verdana","Arial";
}

.twitter
{
	width: 100%;
	height:auto;
	color:#cccccc;
	float:left;
	margin-top:30px;
	font-size: 14px;
	text-align: center;
	font-family: "Segoe UI","Segoe","Segoe WP", "Arial","Tahoma","Verdana","Arial";
}

.twitter a{
	text-decoration:underline;
	color:#cccccc;
	color:black;
	font-weight: bold;
}
.twitter a:hover{
	color:blue;
	text-decoration: none;
	}

.support
{
	width: 100%;
	height:auto;
	color:black;
	float:left;
	margin-top:5px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: "Arial black", "Arial","Segoe UI","Segoe","Segoe WP", "Arial","Tahoma","Verdana","Arial";
}

.support a{
	text-decoration:underline;
	color:#cccccc;
	color:black;
	font-weight: bold;
}
.support a:hover{
	text-decoration: none;
	color:blue;
	}

