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

body {
	margin: 0;
	padding: 0;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

a img { 
	border: none;
}

a:visited {

}

a:hover, a:active, a:focus {
	text-decoration: underline;



}




.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 660px;
	font-family: Calibri;
	background-position: center bottom;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}

.header {
	height: 80px;
}

.content {
	height: 460px;
	background-image: url(..images/background_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}
.testimony {
	color: #8DC641;
	text-align: right;
	font-style: italic;
	line-height: 5px;
}


.editable {
	color: #A3A3A3;
	font-size: 20px;
	height: 530px;
	margin: auto;
	padding-left: 40px;
}



.textArea {
	max-width: 544px;
	width: 544px;
	overflow: auto;
	float: right;
	margin-right: 55px;
	margin-bottom: auto;
	margin-left: auto;
	height: 470px;
	padding-right: 20px;
	font-size: 16px;
}


.footer {
	font-size: 14px;
	text-align: center;
	color: #FFF;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	margin-top: 15px;
}

.footerLink {
	color: #FFF;
	text-decoration: none;
}

.heading {
	color: #9DC8F5;
	font-size: 36px;
	font-weight: bolder;

}
.bold {
	font-weight: bold;
	color: #BFBFBF;
	font-size: 22px;
}
.signature {
	color: #F79422;
	font-size: 12px;
	font-family: Calibri;
	font-weight: bold;
	font-style: italic;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 2px;
	text-decoration: none;
}
.container .editable .textArea p #Diane {
	float: left;
	padding-right: 15px;
}
