@charset "utf-8";
body {
	background-color: #0E6DAF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
#navbar {
	height: 35px;
	padding-bottom: 5px;
}
#leftside {
	margin: 5px;
	padding: 5px;
	float: left;
	height: auto;
	width: 450px;
}
#right1 {
	padding-bottom: 5px;
}
#right2 {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
#right3 {
	padding-bottom: 5px;
	padding-left: 5px;
}

#rightside {
	margin: 5px;
	padding: 5px;
	float: right;
	height: auto;
	width: 300px;
}
#footer {
	clear: both;
	height: auto;
	padding-top: 5px;
}
#logo {
	padding-bottom: 5px;
}
