#container {
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	height: 150px;
	width: 960px;
	padding-bottom: 10px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 750px;
	display: inline;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	clear: both;
	background-color: #EDC87A;
	padding: 10px;
	width: 940px;
}
.image_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 3px;
}

.image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 3px;
}
#navbar {
	padding: 10px;
	float: left;
	width: 136px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	background-image: url(images/nav_blue.gif);
	background-repeat: repeat-x;
	border: 2px solid #CCCCCC;
	margin: 10px;
	display: inline;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #003399;
	padding: 0px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #003399;
}
#navbar a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0033CC;
}
#navbar a:visited {
	color: #0033CC;
	font-size: 14px;
	font-weight: bold;
}
#navbar a:hover {
	background-color: #FFFF99;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar a:active {
	background-color: #FFFF99;
}

