body {
	background-color: #333333;
}
.Maincontainer {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	background-color: #B5B5B5;
	text-align: center;
}
.Navcontainer {
	background-repeat: repeat-x;
	background-position: top;
	background-color: #494748;
	color: #B5B5B5;
	background-image: url(images/horline.jpg);
	height: 45px;
	width: 948px;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	line-height: 25px;
	text-align: center;
	padding-top: 5px;
}
.CenterImgContainer {
	text-align: center;
	height: auto;
	width: 948px;
	background-color: #B5B5B5;
	margin-right: auto;
	margin-left: auto;
}


h1 {
	text-align: center;
}

li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
}
.Logocontainer {
	height: 66px;
	width: 948px;
	text-align: center;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
}
.Textcontainer {
	height: auto;
	width: 900px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 45px;
	text-align: justify;
	margin-right: 24px;
	margin-left: 24px;
	color: #494748;
	margin-bottom: 50px;
}
.NarrowTextcontainer {
	height: auto;
	width: 700px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 45px;
	text-align: justify;
	color: #494748;
	left: auto;
	right: auto;
	margin-right: 134px;
	margin-left: 124px;
}
body {
	background-color: #999999;
}
a:visited {
	color: #DD090E;
	text-decoration: none;
	text
; 	font-weight: bold;
}
a:link {
	color: #F7373D;
	text-decoration: none;
}
a:hover {
	color: #F7373D;
	text-decoration: underline;
}
a:active {
	color: #F7373D;
	text-decoration: none;
}
