body,
td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, 	helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #ffffff;
}
body {
	text-align: center;
}
td {
	text-align: justify;
	padding-right: 12px;
}
.BIG {
	font-size: 140%;
	color: #e93237;
	background-color: #ffffff;
}
#container {
	position: relative;
	text-align: left;
	margin: 20px auto;
	padding: 0px;
	width: 900px;
}
#navlist {
	display: inline;
	position: absolute;
	top: 100px;
	left: 280px;
	float: right;
	margin: 0;
	padding: 0 0 0px 0px;
}
#navlist ul, 
#navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, 
#navlist a:visited,
#navlist a:hover {
	float: left;
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999999;
	background-color: #ffffff;
}
#navlist a:hover {
	color: #e93237;
	background-color: #ffffff;
}
#title {
	display: block;
	text-align:center;
	position: absolute;
	width: 700px;
	top: 140px;
	left: 200px; 
	color: #e93237;
	background-color: #ffffff;
        font-size: 140%;
	margin: 0;
	padding: 0 0 0 0;
}
#bodycopy {
	text-align: justify;
	width: 700px;
        margin-left: 200px;
}

