body {
	background-color: #333333;
	font-size: 14px;
}
.logo {
	text-align: center;
	width: 100%;
}
a {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}
.nav {
	width: 150px;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
	top: 1px;
	vertical-align: top;
	text-align: left;
	float: left;
	height: 100%;
}
.nav li {
	top: -15px;
	left: -40px;
	list-style-type: none;
	position: relative;
}
.nav a {
	font-style: italic;
	color: #CC3300;
	text-decoration: none;
}

.main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	position: relative;
}
.content {
	width: 625px;
	position: relative;
	float: left;
}
.footer {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	background-color: #333333;
}
.news {
	float: right;
	width: 200px;
	top: 5px;
	position: relative;
	right: 1px;
	font-size: 12px;
	border: 1px solid #333333;
	text-indent: -8px;
}
.news .heading {
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	text-transform: uppercase;
}
.insert {
	position: relative;
	width: auto;
}
.newstext {
	text-indent: -8px;
	margin-left: 8px;
	top: 5px;
	position: relative;
}

.highlight {
	font-size: 18px;
	font-weight: bold;	
}.pre {
	font-family: "Courier New", Courier, monospace;
	font-size: smaller;
	font-weight: bold;
}
.center {
	text-align: center;
}
