body {
	background:#FFFFFF
}
div#title {
	text-align: left;
	display: inline;
}

ul#nav {
	float: left;
	background-color: #999999;
	width: auto;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	clear: both;
}
ul#nav li {
	display: inline;
}
ul#nav a {
	display: block;
	float: left;
	padding: .2em 1em;
	text-decoration: underline;
	border-right: 1px solid #fff;
}
ul#nav a:hover {
	color: #000;
	background: #69c;
}

div#maintext {
	width: 55%;
	float: left;
	margin: 0.5em 2%;
}

div#news {
	background-color: #6699CC;
	text-align: center;
	float: left;
	width: 20%;
}
div#newstext {
	text-align: center;
	background-color: #FFFFFF;
}

#lownav {
	float: left;
	clear: both;
	width: 100%;
}
ul#lownav {


	float: none;
	width: auto;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	clear: both;
	font-size: 70%;
}
ul#lownav li {
	display: inline;
}
ul#lownav a {
	display: block;
	float: left;
	text-decoration: underline;
	border-right: 1px solid #fff;
	padding: .2em;
}
ul#lownav a:hover {
	color: #000;
	background: #69c;
}

#footer {
	clear: both;
	color: #333333;
	font-size: 80%;
}
div#date {
	text-align: left;
	float: left;
	width: 40%;
}
div#copy {
	text-align: right;
	float: left;
	width: 50%;
}
.style2 {
	color: #004080;
	font-weight: bold;
}
.style3 {
	font-size: 80%;
	clear: both;
	list-style-type: none;
}
.style4 {
font-weight: bold
}
