@charset "UTF-8";
main {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
.navigation {
	background-color: #333;
	float: none;
	margin-bottom: 0px;
	margin-left: 150px;
	text-decoration: none;
	width: 800px;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-top: 50px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.navigation a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #FC0;
}

.navigation a:visited {
	text-decoration: none;
	color: #FC0;
}
.navigation a:hover {
	color: #F33;
	text-decoration: none;
}
.navigation a:active {
	text-decoration: none;
}

.maincontent {
	width: 800px;
	float: none;
	margin-left: 150px;
	background-color: #333;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FC0;
	vertical-align: top;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
.bodytext a:link {
	color: #FC0;
	text-decoration: none;
	font-size: 12px;
}
.bodytext a:hover {
	color: #C00;
	text-decoration: none;
	font-size: 12px;
}
.bodytext a:active {
	color: #F00;
	text-decoration: none;
	font-size: 12px;
}
.bodytext  a:visited {
	color: #FC0;
	text-decoration: none;
	font-size: 12px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FC0;
}
.bodytextgrey {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F60;
}
.greentext {
	font-family: Verdana, Geneva, sans-serif;
	color: #9F0;
	text-decoration: none;
	font-size: 12px;
}
