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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #03867E;
	background-image: url(assets/back3.jpg);
	background-repeat: repeat;
}
#container {
	color: #000066;
	font-weight: normal;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
}
.rightimg {
	float: right;
	margin-right: 1px;
}
.leftimg {
	float: left;
	margin-left: 3px;
}

#content p {
	margin-left: 10px;
}
#header {
	text-align: center;
}
.highlighted {
	color: #333333;
	background-color: #999999;
	border: 2px inset #999999;
}
#content table {
	color: #000066;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container #header p {

}
.tlshigh {
	font-family: "Tempus Sans ITC";
	color: #000066;
	background-color: #87A897;
	border: 2px inset #999999;
}

