/* contains everything, except the footer */
#container1 {
	width: 100%;
	margin-top: 20px;
}

.divider {
	width: 50px;
	height: 2px;
	position: absolute;
	margin-top: 25px;
	margin-left: 40px;
	background-color: #6fbf91;
	border: none;
}

#title1_box {
	width: 600px;
	height: 60px;
	position: absolute;
	top: 10px;
	left: 80px;
	border-bottom: #ffffff solid 2px;
}

p.title1, span.title1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 1em 1em 0em 0em;
}

#info_box {
	width: 600px;
	height: 20px;
	position: absolute;
	top: 80px;
	left: 110px;
	z-index: 1;
}

p.bibnav, span.bibnav {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	letter-spacing: 0.09em;
	text-decoration: none;
}

p.text, span.text {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 1em 1em 0em 0em;
}

p.text_indent, span.text_indent {
	text-indent: 3em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 1em 1em 0em 0em;
}

.text a:link, .text a:visited, .text_indent a:link, .text_indent a:visited {
	font-size: 0.9em;
}

.text a:hover, .text a:focus, .text_indent a:hover, .text_indent a:focus {
	font-size: 0.9em;
}

p.quote {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 1em 6em 1em 3em;
}

.pdf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-bottom:15px;
	text-align:right;
}

#page_box {
	width: 600px;
	height: 20px;
	position: absolute;
	bottom: 90px;
	left: 110px;
}

#page_box_bib {
	width: 600px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.pages {
	width: 400px;
	height: 20px;
	position: absolute;
	right: 0px;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

.pages a:link, .pages a:visited {
	text-decoration: none;
}

.pages a:hover, .pages a:focus {
	color: #CC9900;
}

