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

body {
	background-image: url(images/background.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	}

a:link {
	color: #32CD32;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #32CD32;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline overline;
	font-weight: bold;
	}

h2 {
	font-size: 16pt;
	}

h3 {
	font-size: 14pt;
	}

h4 {
	font-size: 12pt;
	}

h6 {
	font-size: 11pt;
	font-weight: normal;
	}

.bold {
	font-weight: bold;
	}

.center {
	text-align: center;
	}

.container {
	background-color: #ffffff;
	top: 0;
	height: 800px;
	width: 1000px;	
	margin: auto;
	}
	
.title {
	position: absolute;
	top: 0;
	width: 750px;
	height: 120px;
	background-color: #000000;
	}

.end {
	position: absolute;
	top: 0;
	width: 250px;
	height: 120px;
	margin-left: 750px;
	background-image: url(images/end.gif);
	}

.navigation {
	position: absolute;
	top: 120px;
	width: 153px;
	height: 265px;
	background: #32CD32;
	border: 0;
	}

.space {
	position: absolute;
	top: 120px;
	width: 950px;
	height: 10px;
	}

.content {
	position: absolute;
	top: 130px;
	margin-left: 170px;
	width: 810px;
	height: 600px;
	text-align: justify;
	font-size: 11pt;
	}

.textbox {
	width: 790px;
	height: 550px;
	overflow: auto;
	padding-right: 10px;
	}

.footer {
	position: absolute;	
	top: 700px;
	margin-left: 170px;
	width: 780px;
	text-align: center;
	font-size: 9pt;
	}

.center {
	text-align: center;
	font-size: 9pt;
	}

.beef {
	font-size: 18pt;
	font-weight: bold;
	color: #32CD32;
	text-align: center;
	}

.chead {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	}
	
.cinfo {
	font-size: 12pt;
	text-align: center;
	}

.fname {	
	position: absolute;
	top: 160px;
	width: 120px;
	height: 25px;
	}

.fnamefield {	
	position: absolute;
	top: 160px;
	margin-left: 120px;
	height: 25px;
	}

.fmail {	
	position: absolute;
	top: 185px;
	width: 120px;
	height: 25px;
	}

.fmailfield {	
	position: absolute;
	top: 185px;
	margin-left: 120px;
	height: 25px;	
	}

.fphone {	
	position: absolute;
	top: 210px;
	width: 120px;
	height: 25px;
	}

.fphonefield {	
	position: absolute;
	top: 210px;
	margin-left: 120px;
	height: 25px;
	text-align: left;
	}

.fcomment {	
	position: absolute;
	top: 235px;
	}

.fcommentfield {	
	position: absolute;
	top: 260px;
	}

.fsubmit {	
	position: absolute;
	top: 410px;
	}

.tname {
	position: absolute;
	top: 25px;
	width: 50px;
	height: 25px;
	}

.tnamefield {
	position: absolute;
	top: 25px;
	margin-left: 50px;
	height: 25px;
	}

.ttestimonial {
	position: absolute;
	top: 50px;
	width: 50px;
	height: 25px;
	}

.ttestimonialfield {
	position: absolute;
	top: 75px;
	}

.ttext {
	position: absolute;
	top: 225px;
	width: 200px;
	height: 25px;
	}

.ttextfield {
	position: absolute;
	top: 225px;
	margin-left: 200px;
	height: 25px;
	}

.tsubmit {
	position: absolute;
	top: 350px;
	}