/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: 160%;
	font-weight: normal;
	color: #001822;
	margin-top: 4px;
	margin-bottom: 0;
	padding: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal; 
	color: #00bbd6;
	margin-top: 8px;
	margin-bottom: 0;
	padding: 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal; 
	letter-spacing: 2px;
	color: #00bbd6;
	margin-top: 4px;
	margin-bottom: 0;
	padding: 0;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #00bbd6;
}

a:hover {
	text-decoration: none;
	color: #556670;
}

ol {
	padding-top: 0;
	margin-top: 0;
}

ol li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: 160%;
	font-weight: normal;
	color: #001822;
	margin-top: 0;
	margin-left: 10px;
	padding-top: 0;
	list-style-type: upper-alpha;
}

#nav {
	position: fixed;
	top: 0;
	left: 20px;
	width: 236px;
	height: 135px;
	background-color: #73cee2;
	z-index: 3;
}

#header {
	position: fixed;
	top: 0;
	left: 256px;
	width: 748px;
	height: 135px;
	background-color: #ffffff;
	z-index: 3;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 20px;
	width: 236px;
	height: 42;
	background-color: #ffffff;
	z-index: 1;
}

.page {
	position: fixed;
	top: 106px;
	left: 33px;
	z-index: 3;
}

.screen {
	position: fixed;
	top: 106px;
	left: 106px;
	z-index: 3;
}

.spaces {
	position: fixed;
	top: 106px;
	left: 189px;
	z-index: 3;
}

.pagedown {
	position: fixed;
	top: 126px;
	left: 33px;
	width: 85px;
	height: 62px;
	z-index: 4;
}

.screendown {
	position: fixed;
	top: 126px;
	left: 106px;
	width: 85px;
	height: 50px;
	z-index: 4;
}

.title {
	position: fixed;
	top: 106px;
	left: 256px;
	width: 748px;
	height: 28px;
}

#content {
	position: absolute;
	left: 276px;
	top: 155px;
	width: 728px;
	background-color: #ffffff;
	z-index: 2;
}
