/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/enterback.png);
	background-repeat: repeat;
}

.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 50px;
}
.textsize {
	width: 98%;
	text-align: right;
	font-size: 1.2em;
	margin-right: auto;
	margin-left: auto;
}
.textsmall {
	color: #333333;
	background-color: #CCCCCC;
	padding-right: 5px;
	margin-right: 10px;
	padding-left: 5px;
	font-weight: bold;
}
.textbig {
	color: #333333;
	background-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 1.2em;
}
.helplink {
	margin-right: 10px;
}
.helplink a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.helplink a:active {
	color: #333333;
	background-color: #dddddd;
}
.helplink a:hover {
	color: #333333;
	background-color: #dddddd;
}
.helplink a:focus {
	color: #333333;
	background-color: #dddddd;
}
.helplink a:visited {
	color: #666666;
}
.header {
	width: 100%;
	height: 110px;
	float: left;
}
.hidden {
	float: left;
	width: 150px;
	visibility: hidden;
}
.nav {
	width: 95%;
	color: #FFFFFF;
	margin-bottom: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: right;
	font-size: 1.6em;
}
.nav a {
	padding-right: 26px;
	color: #4D4D4D;
	font-weight: bold;
	text-decoration: none;
	padding-left: 26px;
	text-align: center;
	padding-bottom: 2px;
}
.nav a:active {
	color: #333333;
	background-color: #DDDDDD;
}
.nav a:hover {
	color: #333333;
	background-color: #dddddd;
}
.nav a:focus {
	color: #333333;
	background-color: #dddddd;
}
.maincontent {
	width: 900px;
	font-size: 2.4em;
	line-height: 1.1em;
	text-align: center;
	clear: left;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 206px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/diverspageback.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
}
.space {
	width: 100%;
	clear: right;
}
.footer {
	width: 100%;
	font-size: 1.4em;
	color: #666666;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	margin-top: 20px;
	float: right;
}
.larger {
	font-size: 1em;
}
.clearer {
	clear: right;
}
.accessability {
	visibility: hidden;
}

