@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkgcontent.png);
	background-repeat: no-repeat;
	background-position: center 150px;
	height: 100%;
	width: 100%;
}
#wrapper {
	text-align: left;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	clear: left;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7f7f7f;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	line-height: 18px;
}
h1 {
	color: #BED847;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #5792bf;
	background-image: url(../images/bkgh2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #D5E3E6;
	width: 550px;
	clear: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #5792BF;
	margin-left: 30px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #A09DC8;
	margin-left: 30px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


em {
	color: #a5bf2e;
}
a img {
	border: none;
}
.imgleft {
	float: left;
	margin-right: 15px;
}
.imgright {
	float: right;
	margin-left: 15px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}
strong {
	color: #84AFD0;
	font-size: 16px;
}
a.email {
	color: #84AFD0;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
:focus { -moz-outline-style: none; } .center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
