

html{
	height: 100%;
	}

body {
	height: 101%;
	margin: 0;
	padding: 0;
	background-color: #000F24;
	color: #7490b6;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	}

#flashcontent {
	position:absolute;
	top: 40px;
	bottom: 0px;
	left: 50%;
	margin-left: 100px;
	}
	
h1 {
	font-size: 13px;
	margin: 0px;
	font-weight: normal;
	}
	
#line{
	position:absolute;
	background-color: white;
	height: 2px;
	top: 90px;
	left: 50%;
	width: 5000px;
	margin-left: -4900px;
	font-size: 1px;
	}
	
#ed {
	margin-left: 20px;
	}
	
#topmenu {
	position:absolute;
	top: 10px;
	left: 50%;
	width: 400px;
	margin-left: -300px;
	}
	
#topmenu a {
	color: white;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	text-decoration: none;	
	margin-right: 10px;
	}
#topmenu a:hover {
	border-bottom: 1px dotted white;
	}	
	
#footer{
	color: #223c5f;
	font-size: 9px;
	margin-top: 50px;
	margin-bottom: 10px;
	}
	
#footer a{
	color: #223c5f;
	font-size: 9px;
	text-decoration: none;
	border-bottom: 1px dotted #223c5f;
	}	
#footer a:hover{
	border-bottom: 0px;
	}
	
#page {
	position:absolute;
	top: 125px;
	left: 50%;
	width: 400px;
	margin-left: -300px;
	}
	
a.link {
	font-size: 11px;
	color: white;
	border-bottom: 1px dotted white;
	margin-bottom: 00px;
	font-weight: normal;
	text-decoration: none;
	}
a.link:hover {
	border-bottom: 0px;
	}

a.smallLink {
	color: #7490b6;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px dotted #7490b6;
	}
a.smallLink:hover{
	border-bottom: 0px;
	}