body {
	padding: 0;
	margin: 0;
}

a {
	border: none;
	outline: none;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

td {
	font-family: 'Trebuchet ms', Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#bannertop {
	background: url('images/headerbg.jpg') repeat-x left top;
}

#afeslogo {
	margin-left: 40px;
}

#nav {
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li a {
	display: block;
	padding: 5px 10px;
	width: 100%;
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	background-color: #e1e4f2;
	color: #000;
}

#content {
	background-color: #e1e4f2;
	padding: 30px;
	font-size: 13px;
}

#content p {
	line-height: 18px;
	margin: 0 0 16px;
}

#content a, #footer a {
	text-decoration: underline;
	color: #2e47ad;
}

#content a:hover, #footer a:hover {
	text-decoration: none;
}

td#nextmeeting {
	background: #fff url('images/bg_note.png') no-repeat left bottom;
}

td#nextmeeting h2 {
	border-bottom: 1px solid #efefef;
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

td#nextmeeting div {
	width: 232px;
	margin: 10px;
}

#footer {
	background-color: #e1e4f2;
	font-size: 11px;
	padding: 10px;
	text-align: center;
}

#iframe {
	overflow:auto;
	width:500px;
	height:200px;
	border:4px double #eee;
	padding:4px;
	margin:10px 0 10px 0;
}

h3 {
	margin: 0 0 8px;
}