body {
	background-color: #FFF;
	text-align: center;
	margin-top: 0px;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color: #666;
}

img {
	border: none;
}

h1 {
	color: #066;
	font-size: 26px;
	margin-bottom:20px;
}

h2 {
	color: #066;
	font-size: 18px;
	margin-top: 0px;
}

h3 {
	color: #CCC;
	font-size: 12px;
}

p, ul, em {
	font-size: 14px;
	color: #666;
}

a {
	font-size: 12px;
	font-weight: bold;
	color: #066;
	text-decoration: none;
}

a:hover {
	color: #699;
}

/* Content*/

.container {
	margin: 0 auto;
	padding-top: 18px;
	width: 860px;
	min-height: 600px;
}

.header {
	/*background-image: url("../images/afLogo.png");*/
	background-repeat: no-repeat;
	height: 42px;
	width: 200px;
	margin:0 auto;
}

.divider_down {
	background: #FFF url("../images/main_bottom.png") no-repeat;
	height: 30px;
	width: 860px;
}

.divider_up {
	background: #FFF url("../images/footer.png") no-repeat;
	height: 30px;
	width: 860px;
}

.leadingText {
	width: 800px;
	margin: 20px auto 0px;
	font-size: 12px;
	font-weight: 100;
}

/* Job Listings*/

.jobListing {
	background-repeat: no-repeat;
	width: 860px;
	margin: 0 auto 20px;
}

.listing_content {
	margin-left: 60px;
	text-align: left;
	width: 740px;
}

/* Footer*/

.footer {
	width: 860px;
	height: 30px;
	clear: both;
	margin: 20px auto 0;
	padding-top: 20px;
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	color: #999;
}

.footer_nav a {
	font-size: 12px;
	font-weight: normal;
	padding-right: 30px;
	padding-left: 30px;
	color: #999;
}

.footer_nav a:hover {
	color: #699;
}