@charset "UTF-8";
#container {
	width: 800px;
	display: table;
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
#header {
	height: 150px;
	text-align: right;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
}
#nav {
	float: right;
	width: 500px;
	padding-top: 50px;
}
.table {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.head1 {
	font-size: 1.4em;
}
.head2 {
	font-size: 1.2em;
}
.head3 {
	color: #213585;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
