html, body {
	width:100%;
	height:100%;
	margin:0px;
}
body {
	text-align:center;
	background-color:#080953;
}
a {
	color:#2E3192;
}
a.navi, a.naviactive {
	color:#FFF;
	font-family:"Century Gothic", sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
a.navi:hover, a.naviactive {
	color:#80B1DC;
}
h1 {
	margin:0px;
	display:inline;
	font-family:"Century Gothic", "Trebuchet MS", sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#2E3192;
}
h2 {
	margin:0px;
	display:inline;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, sans-serif;
}
h3 {
	margin:0px;
	display:inline;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, sans-serif;
	color:#2E3192;
}
#startscreen {
	position:relative;
	margin:auto;
	height:100%;
	background-color:#080953;
}
#headerclrbar {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:160px;
	background-color:#080953;
}
#container {
	position:relative;
	margin:auto;
	width:700px;
	text-align:left;
}
#head {
	position:relative;
	height:160px;
	text-align:center;
	background-color:#080953;
}
#navi {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:23px;
	padding-top:2px;
	text-align:center;
	background-color:#2E3174;
	color:#FFF;
}
#content {
	position:relative;
	line-height:22px;
	background-color:#FFF;
	font-family:Arial, sans-serif;
	font-size:16px;
}
.seperator {
	height:1px;
	border-top:1px dotted #000;
}