body {
	background-image: url(images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-position: center;
	background-repeat: repeat-y;
}

#mainArea {
	background-color: #FFFFFF;
	background-position: left;
	width: 844px;
	text-align: left;
	color: #333333;
	border: none;

}
h1 {
	color: #FFCC00;
	padding-left: 10px;

}
.nav {
	float: left;
	width: 200px;
	padding-top: 10px;
}
.news {
	float: right;
	width: 600px;
}
.foot {
	clear: both;
	padding: 30px 10px 10px;

}
a:link {
	color: #0c629e;
	text-decoration: underline;
}
a:visited {
	color: #0c629e;
	text-decoration: underline;
}
a:hover {
	color: #0c629e;
	text-decoration: underline;
}
a:active {
	color: #0c629e;
	text-decoration: underline;
}
td {
	vertical-align: top;
	text-align: left;
	padding: 4px;
	font-size: 12px;
}
li {
	text-indent: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: x-small;
}
h3 {
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.backto {
	text-align: right;
	float: right;
	padding: 5px;
}
