@charset "utf-8";
/* CSS Document */
body {
	background-color:#d2e7fc;
}

#wrapper {
	width:960px;
	background-color:#d2e7fc;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background-image:url(header%20images/masthead_june_10.jpg);
	background-repeat:repeat-x;
	background-position:center;
	width:960px;
	height:114px;
}

#navbar {
	width:955px;
	background-color:#ffffff;
	color:#000000;
	padding:2px;
}

a:link {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#00F;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
a:visited {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#00F;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

a:active {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#00F;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

#contentwrapper {
	width:855px;
	padding:3px;
	margin-left:auto;
	margin-right:auto;
	border:medium;
	border-color:#00F;
	border-style:double;
}

.breaker {
    width:960px;
	height:5px;
	background-color:#d2e7fc;
}

.narrowbreaker {
	width:950px;
	height:5px;
	background-color:#d2e7fc;
	clear:right;
}

.quote {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#0000FF;
	text-align:center;
}

ul {
	list-style-type:none;
}

li {
	text-align:center;
	text-decoration:none;
}

#navigation ul {
	list-style:none;
	width:955px;
	background-color:#ffffff;
	color:#000000;
	padding:2px;
}


#navigation li {
	display:inline;
	text-decoration:none;
	text-align:center;
}
	