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

body {
background: rgb(182,175,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2YWZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(182,175,255,1) 0%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(182,175,255,1)), color-stop(73%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(182,175,255,1) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(182,175,255,1) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(182,175,255,1) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(182,175,255,1) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6afff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */


	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
}

.header {
	background-color: #9CF;
	height: auto;
	width: 800px;
	border: 3px solid #000;
	text-align: center;
	line-height: 3.9;
	margin-right: auto;
	margin-left: auto;
	border-radius: 30px;
	background-color: #9CF;
	opacity: .75;
	vertical-align: middle;
	padding-bottom: -0.5px;
	padding-top: 1px;
}

.text-body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.text-header-big {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 0px;
}

.text-header-center {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	text-align:center;
	font-size: 40px;
	line-height: 0px;
}

.text-headline-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 0;
	text-wrap: normal;
	text-align: center;
}

.wrap-text-right {
	clear: right;
	float: right;
	margin-left: 10px;
	margin-top: auto;
}

.wrap-text-left {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-top: auto;
}

.container-spf {
	background-color: #FFF;
	height: auto;
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20;
	line-height: 16px;
	border: 2px solid #000;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: -0.5px;
	padding-left: 10px;
}


.text-headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1;
	left: auto;
	right: auto;
	text-align: center;
	font-weight: bold;
}

.headline_smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-wrap: normal;
}

.container-box {
	background-color: #9CF;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20;
	line-height: 16px;
	border: 2px solid #000;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: -0.5px;
	padding-left: 10px;
}

.container-box2 {
	background-color: #FFF;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20;
	line-height: 16px;
	border: 2px solid #000;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: -0.5px;
	padding-left: 10px;
}

.box-within {
	height: auto;
	width: 97%;
	text-align: left;
}

.img-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	width: 960px;
	text-align: center;
	text-transform: capitalize;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	line-height: 25px;
}