body {
	font-family:arial, 'sans serif';
	color:#333;
}

.wrapper {
	width:800px;
}

.header {
	width:100%;
	height:60px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	background-image:url('images/whs_logo.jpg');
}

.nav {
	float:left;
	width:100px;
	margin-bottom:20px;
}
.nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.nav li {
	width:100px;
	border-bottom:1px dotted #ccc;
}
.nav li:hover {
	background-color:#eee;
}
.nav a {
	text-decoration:none;
	font-size:.8em;
	color:#333;
}

.content {
	float:left;
	width:470px;
	margin:0px 10px 20px 10px;
	padding:0px 10px 0px 10px;
	text-align:justify;
	font-size:1em;
	border-left:1px solid #555;
	border-right:1px solid #555;
}
.contentImgLeft {
	float:left;
	margin-right:5px;
}
.contentImgRight {
	float:right;
	margin-left:5px;
}
.content h3 {
	border-bottom:1px solid #555;
	color:#3b297d;
}
.content img {
	border:0px;
}
.content a {
	text-decoration:none;
}

.rightSide {
	float:left;
	width:186px;
	margin-bottom:20px;
	font-size:.8em;
	text-align:center;
}
.rightSide h4 {
	margin:0px;
	color:#337;
}
.rightSide ul {
	text-align:left;
}

.KAHCFAwards {
	border:1px solid #ccc;
	font-size:.9em;
	font-style:italic;
	margin:20px auto 20px auto;
}
.KAHCFAwards td {
	vertical-align:top;
	padding:10px;
	background-color:#eee;
}

.spotlight {
	margin-bottom:20px;
}

.footer {
	clear:left;
	margin:0 auto;
	width:100%;
	padding-top:10px;
	text-align:center;
	font-size:.8em;
	border-top:3px solid #ddd;
}
