body {
	background-color: #DFDFDF;
}
#container {
	margin: 0 auto;
	position: relative;
	width: 650px;
	top: -20px;
	
}
#header {
	height: 120px;
	width: 650px;
	top: 0px;
	float: none;
	position: absolute;
	left: 0%;
	background-color: #FFFFCC;
}
#navigation {
	position: absolute;
	height: 30px;
	width: 650px;
	left: 0px;
	top: 120px;
	background-color: #FFFFFF;
}
#navbar {
	height: 28px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #FFFFCC;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF6600;
	line-height: 30px;
	white-space: nowrap;
	text-align: center;
}
#navbar li {
	list-style-type: none;
	position: relative;
	display: inline;
}
#navbar a {
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #FF6600;
}
#navbar a:link {
   color: #FF6600;
}
#navbar a:visited {
    color: #FF6600;
}
#navbar a:hover {
	color: #FFFFCC;
	background-color: #FF6600;
}
#content {
	position: absolute;
	width: 650px;
	left: 0px;
	top: 150px;
	background-color: #FFFFCC;
}
.textheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #592CB4;
	font-weight: bold;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	width: 475px;
	float: left;
	margin-left: 80px;
}
.text a:link {
	color: #FF6600;
	text-decoration: underline;
}
.text a:visited {
	text-decoration: underline;
	color: #FF6600;
}
.text a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #FF6600;
}
.text a:active {
	text-decoration: underline;
	color: #FF6600;
}
.imageright {
	float: right;
	margin-left: 5px;
}
.imageleft {
	float: left;
	margin-right: 5px;
}
