@charset "utf-8";
body {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/Blue-Background.png);
	background-repeat: repeat-y;
}
#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	width: 1024px;
	height: auto;
	line-height: 22px;
	margin: 0px;
}
#navbar {
	height: 35px;
	padding-bottom: 5px;
}
#leftside {
	margin: 5px;
	padding: 5px;
	float: left;
	height: auto;
	width: 650px;
}
#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;
}

