body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#container {
	width: 850px;
  	margin 0 auto; 
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

#content {
	position: relative;
	width: 800px;
	top: 0px;
	z-index: 1;
	left: 0px;
	float: left;
	height: 850px;
	padding: 25px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
#textbox {
	position: absolute;
	top: 35px;
	left: 200px;
	width: 600px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 14px;
}
.text a {
	text-decoration: none;
	color: #669966;
	font-weight: bold;
}
.text a:hover {
	text-decoration: none;
	color: #669966;
	font-weight: bold;
}
.text_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	color: #000000;
	line-height: 14px;
	margin-bottom: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #669966;
	text-align: left;
	font-weight: normal;
	margin: 35px 0px 12px 0px;
	letter-spacing: 2px;
		}		
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 25px 0px 2px 0px;
		}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #104429;
	text-align: left;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	letter-spacing: 2px;
		}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 14px;
	font-weight: bold;
	margin: 7px 0px 0px 0px;
		}

p {
	margin: 10px 0px 20px 0px;
}

