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

body {
	background-color:#ffffff;
	margin: 0px;
}

#banner {
	background-image:url(archives/images/washingtonB&W.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 800px;
	margin: 0px;
	align: center;
}

#pageTitle {
	background:#4d4b4b;
	color:000000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:18px;
	
}

#menu {
	float:left;
	width: 200px;
	padding-top:5px;
	color:#000000;
	font-size: 14px;
	font-style:italic;
	margin: 0px;
	background:#6f6f6f;
		
	}

a {
	color: #000000;
	text-decoration: none;
}

a:link {
       color:#ggg;
}

a:hover {
        color:#4e4e4e;
}


#pageContent {
	float:right;
	width: 770px;
	text-align:justify;
	padding:10px 25px 10px 25px;
	color:#ffffff;
	background-color:#ffffff;
}

.pageContentCenter {
	color: #777;
	text-align: center;
	background-color:#fff;
}
#footer {
	width: 1024px;
	padding-top: 5px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
#footerTop {
	width:1024px;
	height:15px;
	background-color:#4e4e4e;
}

