body {
	background-image: none;
	background-repeat: repeat-y;
	background-color: #A7C9EB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
}
#NAV {
	float: left;
	width: 25%;
	font-weight: bold;
}
#MainContent {
	float: right;
	width: 74%;
}


#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 850px;
	padding: 0px;
}


#footer {
	clear: both;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: x-small;
}
h2, h3, h4, h5 {
	text-align: center;
}

#NAV li {
	padding: .5em;
	list-style-image: none;
	list-style-type: none;
}

#MainContent img {
	margin-right: 12px;
	margin-left: 12px;
}

#newslist li {
	font-weight: bold;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 3px;
}
a:link {
	font-weight: bold;
}
a:visited {
	color: #9900FF;
}
a:hover {
	color: #FF33FF;
}
a:active {
	color: #FFCCCC;
}
.highlight {
	background-color: #66FFFF;
	border: thin groove #6666CC;
	padding: 1em;
}
#wrapper #MainContent #pastperflist li {
	list-style-image: url(images/palm7.jpg);
}

