@charset "utf-8";
/* CSS Document */

#container {
	width:1000px;
	background:#eee9cc;
	overflow:hidden;
	height: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#banner {
	float: left;
	position: relative;
}
#Links {
	position: absolute;
	top: 210px;
	right: 0px;
	bottom: 0px;
	left: 630px;
	height: 33px;
	width: 339px;
}

#left_panel {
	width: 250px;
	float: left;
}
#center_panel {
	float: left;
	width: 400px;
}
#right_panel {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	width: 300px;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 10px;
}
#center_panel p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 375px;
}
#right_panel p {
	font-size: small;
}
#footer {
	float: left;
	position: relative;
	clear: both;
	padding-left: 250px;
	padding-top: 100px;
}
#committee_panel {
	padding-top: 20px;
}
#container #right_panel #notice #n1 {
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}
