html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #A0C3DA;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 16px;
	text-transform: uppercase;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 5px;
	margin-top: 1px;
	line-height: 13px;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 13px;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 13px;
}


a:link, a:visited, a:active { color: #F8F8F8; text-decoration: none; outline: none; }
a:hover { color: #FFFFFF; text-decoration: none; outline: none; }
p { margin-top: 0px; margin-bottom: 0px; padding-bottom: 10px; }
.clear { clear:both; margin-top:-1px; height:1px; overflow:hidden; }

/* content formatting containers ******************************************** */


#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content {
	margin-left: -380px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 760px;
	height: 500px;
	visibility: visible;
}

#start_logo {
	position: relative;
	top: 170px;
}

/* navigation *************************************************************** */
#start_nav_container {
	position: relative;
	width: 100%;
	top: 200px;
}

#start_nav {
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
	width: 760px;
}

#start_nav li {
	display:inline;
}

#start_nav li a {
	font-weight: normal;
	/*font-size: 13px;*/
	font-size: 140%;
	color: #E0ECEF;
	text-decoration:none;
	/*float:left;*/
	margin-left: 0.2em;
	margin-right: 0.2em;
	padding:0.2em 0.4em;
	outline: none;
	text-transform: uppercase;
}

#start_nav li a:hover {
	color: #FFFFFF;
	text-decoration:none;
	outline: none;

}

#start_nav li a.current {
	text-decoration:none;
	outline: none;
}