#container {
		width: 686px;
		height: 488px;
		margin: 0 auto;
		margin-top: 40px;
		min-height: 100%;
		text-align: center;
		background-color: #003399;
		border: 2px solid white;
		}
		
#logo {
		top: 20px;
		left: 15px;
		position: relative;
		float: left;
}

#banner {
		top: 20px;
		left: -1px;
		*left: -3px;
		*width: 690px;
		position: relative;
		float: left;
}

#login {
position: relative;
left: 131px;
*left: 295px;
top: 87px;
*top: -150px;
font-family: Verdana, sans-serif;
font-size: 13px;
color: white;
text-decoration: none;
}

#login a {
color: white;
text-decoration: none;
}

#nav {
	background-color: #3f7fc2;
	float: left;
	width: 686px;
	height: 35px;
	top: 15px;
	position: relative;
}

#nav .text {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	color: white;
}

#nav .text a {
color: white;
text-decoration: none;
}

#frame {
		clear: both;
		width: 500px;
		text-align: center;
		padding: 0px;
		}

#slogan {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	color: white;
	top: 55px;
	left: 100px;
	*left: 0px;
	position: relative;
	text-align: center;
	line-height: 2em;
}

#bottombar {
	position: relative;
	top: 127px;
	*top: 111px;
}

#footer {
	width: 686px;

		margin: 0 auto;
		margin-top: 40px;
		min-height: 100%;
		text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: black;
	top: 145px;
	left: 10px;
}