/* AFA CSS STYLE SHEET */

* {
font-family: helvetica, verdana, sans-serif;
}

a, a:link, a:visited {
	color: #003366;
}

p, a { font-size: 11px; }

h1, h2, h3 {
	color: #333;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 11px;
}

body {
	background-color: #ccc;
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
	margin-bottom: 8px;
}

li {
	margin-bottom: 3px;
	background-repeat: no-repeat;
}

ul.bulleted li {
	padding-left: 10px;
	background-image: url(/images/bullet.gif);
}


#wrapper {
	width: 740px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 35px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-top: 10px solid #999;
}

h1, h2, h3, h4, p {
margin: 0 0 2px 0;
}

p {
margin-bottom: 10px;
margin-top: 2px;
}

#top_nav {
padding: 20px 0 65px 120px;
background-image: url(logo.gif);
background-repeat: no-repeat;
}

#top_nav * {
/* display: inline; */
color: #666;
margin-left: 0;
padding-left: 0;
font-size: 11px;
}

#top_nav select {

}

#top_nav select option {
padding: 3px;
}

#top_nav li {
	display: inline;
}

#top_nav a {
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px;
	background-color: #dedede;
}

#top_nav a:hover {
	color: #333;
	background-color: #FFCC00;
}

#top_nav a.current {
	color: #fff;
	background-color: #6699CC;
}

#content {
padding: 20px 0 20px 16px;
text-align: center;
}

#content img {
	margin-bottom: 12px;
}

#footer {
padding-top: 12px;
clear: both;
text-align: center;
}