html {
	margin: 0px; 
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
	background-color:#FFFFFF;
}
a:hover {
	color: #2b3f55;
	text-decoration: underline;
}
a:link {
	color: #2b3f55;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2b3f55;
}
a:active {
	text-decoration: none;
	color: #2b3f55;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #999999; 
}

#topspace {
	FLOAT: right; 
	MARGIN-BOTTOM: -350px; 
	WIDTH: 100%; 
	HEIGHT: 50%; 
	BACKGROUND-COLOR: transparent;
}
#inner {
	CLEAR: left; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px;  
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px auto; 
	WIDTH: 926px; 
	PADDING-TOP: 0px; 
	POSITION: relative;
}
#outer-cell {
	POSITION: relative;
}
#outer {
	position:relative;
	height: 642px;
}

#content {
	clear: both; float: left;
}
#navigation {
	width:300px;
}
#copy {
	width:500px;
	float:right;
	}