body {
	padding:0;
	margin:0;
	background-color:#DE3600;
}

ul {
	padding-left:0;
	margin-left: 14px;
	left: 0px;
	line-height: 14px;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
}

li{
	margin-bottom: 5px;
}


.bodytext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytext a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytext a:hover {
	font-weight: bold;
	color: #FFA200;
	text-decoration: none;
}
.headlines {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
.mainnavigation {
	background-image: url(../images/navbackground2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 214px;
	background-color:  #E0420F;
}
.navigation {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.navigation a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navigation a:hover {
	font-weight: bold;
	color: #FFA200;
	text-decoration: none;
}
.yellowhighlighter {
	color: #FFA200;
}