html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,p,address,blockquote,div,ul,li {
	margin: 0;
	padding: 0;
}

p {
	font-size: 100%;
	margin-bottom: 1em;
	text-align: left;
}
a:link {
	color: #2806F5;
	text-decoration: none;
}
a:visited {
	color: #6664E7;
}

a:hover,a:active {
	color: #81778C;
	text-decoration: none;
}
	
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-align: left;
	margin-top: 70px;
	background-color: #FBFBFB;
}

.txt_main_h1 {
	font-size: 1.7em;
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: lighter;
	color: #9094A9;
}

.txt_main_h2 {
	font-size: 1.4em;
	line-height: 0.5em;
	color: #C415EC;
}
.txt_main_DOI {
	color: #00F;
}

#container {
	width: 900px;
	position: relative;
	height: auto;
	padding: 0px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	clear: none;
}
#header {
	width: 900px;
	height: 300px;
	text-align: left;
	clear: both;
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.txt_small {
	font-size: 0.6em;
}
.txt_alignleft {
	text-align: left;
	font-weight: normal;
}
#lineseparation {
	width: 900px;
	height: 5px;
	border-top: 1px solid #B3A2A2;
	clear: none;
	float: none;
}
#lineseparationblank {
	width: 900px;
	height: 1px;
	clear: none;
}
#header #amllclogo  {
	margin-top: 50px;
	margin-left: 5px;
}
#header #headertext  {
	width: 450px;
	height: 250px;
	float: right;
	padding-right: 20px;
	font-size: 0.8em;
	margin-top: 50px;
}
#container #mission {
	width: 800px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	border-top-color: #B1A4A4;
	border-bottom-color: #B1A4A4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: center;
	clear: both;
}
#container #closure {
	padding-left: 100px;
	padding-right: 100px;
	width: 700px;
	padding-top: 20px;
	padding-bottom: 20px;
}
