@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/fading_background_21.png);
	background-repeat: repeat-x;
	color: #333333;
}
h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 24px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099CC;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	display: block;
	clear: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
}
#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
}
#content h1 {
	margin-bottom: 10px;
}

#content .section .text p {
	margin-top: 0px;
}
#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color:  #CCCCCC;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.6px;
}
#content .section .text a {
	font-size: 24px;
}

#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.section {
	clear: left;
	padding: 20px;
	background-color: #FBFBFB;
	height: 160px;
	border: thin solid #E7E7DE;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.image {
	float: left;
	padding-right: 30px;
}
.sectionUnrestricted {
	clear: left;
	padding: 20px;
	background-color: #F2F2F2;
	border: thin solid #E7E7DE;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-top: 10px;
}
