#brand {
	position: absolute;
	left: 0px;
	top: -200px;
	background-image: url(images/branding_bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	top: -200px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	border: none;
	height: auto;
	width: auto;
	position: absolute;

	}

#nav {
	position:absolute;
	top:0px;
	left: -500px;
	background-color: #6EBB1F;
	width: 170px;
	}
#copyContent {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 200px;
	font-weight: normal;
	height: auto;
	width: auto;
	border: none;
}

#copyContent p {
	line-height: 1.6em;
}

#copyContent table a:link {
	color: #000066;
	border: none;
	text-decoration: underline;
}

#copyContent table a:visited {
	color: #333333;
	margin: 0px;
	padding: 0px;
	border: none;
}

#copyContent table a:hover {
	color: #FF6600;
	border: none;
	text-decoration: underline;
}

#copyContent table {
	margin: 0px;
	padding: 0px;
	width: 90%;
	border-collapse: collapse;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	clear: both;
}

#copyContent tr {
	margin: 0px;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #666666;
	border-left: 0px none;
}

#copyContent td {
	margin: 0px;
	padding: 3px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #666666;
	border-left: 0px none;
}

#copyContent th {
	border: 0px none;
	margin: 0px;
	padding: 3px;
	background-color: #02243D;
	color: #FFFFFF;
	text-align: left;
}

#copyContent ul {
	list-style-image: url(images/bullet.gif);
	display: block;
}

#news th {
	background-image: url(images/newsHead.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #CFDDE8;
	border: 1px solid #000000;
	padding: 0px 0px 10px;
}

#news td {
	background-color: #FFFFFF;
	border: 0px none;
}

#news tr {
	background-color: #FFFFFF;
	border: 0px none;
}

#footer {
	color: #000000;
	padding: 50px 0 10;
	text-align: center;
	margin: 0px;
	font-size: 87%;
	display: none;
}

#news table {
	width: auto;
}

#sublinks {
	padding-left: 5px;
	display: none;
}
#content table {
	background-image: none;
}
