/* standard elements */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #000000;
	font: 12pt tahoma, serif;
	color: #FFFFFF;
}
.logoscreen {
	float: left;
}

/* text styles */
h1 {
	font: bold 18pt tahoma, serif;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}
h2 {
	font: bold 14pt tahoma, serif;
	color: #FFFFFF;
	text-align:left;
	text-decoration: none;
}
	
/* link styles */
a {
	background: transparent;
	color: #003366;
	text-decoration: none;
}
.one a {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a.small {
	background: transparent;
	color: #336699;
	text-decoration: none;
	font: 10pt tahoma, serif;
}
a.small:hover {
	text-decoration: underline;
}

/* page layout */
.topbanner {
	float: right;
}
.outercontainer {
	position: absolute;
	top: 0px;
	left: 15%;
	width: 910px;
	margin: 0px;
}
.container {
	width: 910px;
	height: 100%;
	background: #CCCCCC;
	padding: 5px;
	color: #000000;
}
.innercontainer {
	width: 910px;
	height: 100%;
	background: #000000;
	color: #FFFFFF;
}
.menu {
	width: 900px;
	height: 30px;
	white-space: nowrap;
}
.menu a {
	float: left;
	width: 125px;
	padding: 3px;
	font: bold 14pt tahoma, serif;
	text-align: center;
	text-decoration: none;
	background: transparent;
	color: #FFFFFF;
	border-right: 2px solid #CCCCCC;
	overflow: hidden;
}
.menu a:hover {
	text-decoration: underline;
	background: #CCCCCC;
	color: #000000;
}
.menu ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu li {
	display: inline;
}
.one {
	text-align: justify;
	width: 890px;
	margin: 0px;
	background: #000000;
	color: #FFFFFF;
	padding: 10px;
	list-style: inside decimal;
	}
.heightspace {
	position: relative;
	left: 25%;
	margin: 0px;
	height: 500px;
	width: 100%;
}
.footer {
	text-align: center;
	width: 910px;
	background: #000000;
	color: #666666;
	font: small-caps 9pt tahoma, serif;
	clear: both;
}
.clearer {
	clear: both;
}
