/* CSS Document */

#menu
{
  position:absolute;
  display:none;
}

#sitemap {
	position: absolute;
	display:none;
}

#text1 {
	position: absolute;
	display:none;
}

BODY{
	background-color: white;
	
}

A:LINK {
	color : Blue;
	text-decoration : underline;
}

#body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 5px;
	padding: 5px;
	position: absolute;
	left: 2%;
	top: 250px;
	width: 93%;
	padding-left: 10px;
}

.right_image {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	padding: 5px;
}

.right_image_wide {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	padding: 5px;
	width: 400px;
}
.left_image {
	float: left;
	padding-bottom: 5px;
	padding-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin-right: 10px;
	padding: 5px;
}