body {
	background-color: #ffffff;
	background-image: url(images/austinwordsgrad1.jpg);
	height: 122px;	
	background-repeat: repeat-x;
	font-family: Garamond, "Times New Roman", serif;
	color: #02132f;
	font-size: 1.2em;  /* was 1.6 */
	text-align: left;
	line-height: 108%;
	word-spacing: .167em;
	letter-spacing: .0128em;
	border: none 0px green;
	padding: 0px;
	margin: 0px;
}

.emhang {
	font-family: serif;
	font-style: italic;
	/* text-align: JUSTIFY; */
	padding-left: 5em;
	padding-right: 3em;
	text-indent: -2em;
}

.footer {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}

.quote {
	font-family: serif;
	font-style: italic;
	font-weight: 500;
	font-size: 100%; /* was 84% */
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 100%;
	color: #485e8a;
	word-spacing: .067em;
}


span.normalstyle {
	font-style: normal;
	/* font-size: 1em; */
}

span#warningstyle {
	color: #ff0000;
}


/*
a:link {
	background-color: #ede3ce;
	color: #27334b;
	text-decoration: none;
}

a:visited {
	background-color: #cfd8e0;
	color: #485e8a;
	text-decoration: none;
}

a:hover {
	background-color: #9baebf;
	color: #27334b;
	text-decoration: none;
}

a:active {
	color: #feedd1;
	background-color: #485e8a;
	text-decoration: none;
}
*/

H1, H2, H3 {
	color: #feedd1;
	text-align: center;
	background-color: #485e8a;
	/*  text-transform: capitalize;  */
	line-height:115%;
}

H4 {
	text-align: left;
	font-size: 1.2em;  /* was 1.6em */
	background-color: #ffffff;
}

H5 {
	font-size: 1.0em;
}

#header {
	background-image: url(images/AARSlogo.gif);
	height: 122px;
	background-repeat: no-repeat;
}

#main-text {
	position: absolute;
	top: 130px;
	/* right: 220px; */
	left: 210px;
	background-color: #ffffff;
	/* border: solid 1px #27334b; */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}


#navbar {
	position: absolute;
	top: 130px;
	left: 10px;
	width: 200px;
	/* height: 3000px; */
	/*border: 1px none blue;*/
	display: block;
}

	#navbar ul {
		list-style-type: none;
		/*margin: 0em;*/
	}

	#navbar a:link, #navbar a:visited {
		color: #27334b;
		background-color: #ffffff;
		background-image: url(images/bulletrec1.jpg);
		background-repeat: no-repeat;
		border-top: solid 1px #485e8a;
		border-bottom: solid 1px #485e8a;
		border-left: solid 5px #485e8a;
		border-right: solid 5px #485e8a;
		display: block;
		font-family: serif;
		text-align: center;
		font-size: 1em;
		text-decoration: none ;
		margin-right: 0px;
		margin-bottom: 3px;
		font-weight: bold;
		overflow: visible;
	}

	#navbar a:hover {
		background-color: #485e8a;
		color: #feedd1;
		background-image: url(images/bulletrec.jpg);
		margin-bottom: 3px;
	}
	
#sitehistory {
	position: absolute; 
	text-align: left;
	background-color: #feedd1;
	border: solid 1px #485e8a;
	width: 170px;
	top: 400px;
	left: 0px;
	right: 40px;
	margin-left: 6px;
	margin-top: 4px;
	margin-right 4px;
	margin-bottom 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	/* overflow: visible; */
	font-size: .8em;
	line-height: 108%;
}

	#sitehistory h1, h2, h3, h4 {
		text-align: center;
	}

	#sitehistory h6 {
		font-weight: 900;
		font-size: .9em;
	}

	#sitehistory small {
		font-size: 60%;
	}





