body {
	background: url('images/bg.jpg') repeat;
	font-family:Tahoma, sans-serif;
	font-size:12px;
}

#wrapper {
	background: url('images/wrapper_bg.gif') repeat-y;
}

#branding {
	background: url('images/header.jpg') top no-repeat;
}

#topNav {
	background: url('images/topnav_bg.gif') repeat-x;
	color:white;
	font-size:12px;
}

#topNav li {
	border-right:2px solid white;
}

#topNav li a {
	color:white;
	text-decoration:none;
}

#topNav li:hover, #topNav li a:hover {
	color:#F0D77D;
}

.postTitle, .categoryButton, #morePosts {
	color:#003663;
}

.postTime {
	color:#444;
}

.postHr {
	color:#ddd;
	background-color:#ddd;
}

.categoryButton {
	background-color:#F0D77D;
}

.activeCategory, #newer, #older {
	color:white !important;
	background-color:#003663 !important;
}

/* leadershipStaff */

.leadershipStaff {
	float:left;
	clear:both;
	width:800px;
	margin:10px 0px 10px 27px;
	padding:10px;
	border:1px solid grey;
	background:#FEFDF5;
	font-family:"Georgia", serif;
}

.leadershipStaff img {
	float:right;
	border:2px solid #ccc;
	margin:10px;
	padding:10px;
	background:white;
}

.leadershipStaff h2 {
	margin:10px 0px;
	font-size:28px;
	font-weight:normal;
}

.leadershipStaff h3 {
	margin:10px 0px;
	font-size:18px;
	font-weight:normal;
}

.leadershipStaff p {
	margin:10px 0px;
	line-height:140%;
}

