html, body{
	background-color: #333;
	color: #CCCC99;
	font-family: "Book Antiqua", Georgia, Century, "Goudy Old Style", sans-serif;
	margin: 0 0 0 0;
	
} 
.maintable {
	background-color: #E1D99A;
	color: #333;
	/*background-image: url(/images/yello033.jpg);*/
	font-family: "Book Antiqua", Georgia, Century, "Goudy Old Style", sans-serif;	
	margin: 0 5% 0 5%;
}
 table, form, fieldset, legend {
	background-color: #E1D99A;
	color: #333;
	/*background-image: url(/images/yello033.jpg);*/
	font-family: "Book Antiqua", Georgia, Century, "Goudy Old Style", sans-serif;	
}
	
 #runninghead {
	font-weight: bold;
	margin-top: 0.1em;
	margin-bottom: 1.5em;
	background-color: #333;
	color: #CCCC99;
	background: none;
}	

h1 {
	background-color: #666666;
	background: url(/images/astonhbh.gif);
	text-align: center;
	color: White;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	line-height: 1.5em;
	font-size: 200%;
	border: medium solid #99994D;
}


.backgrnd {
	background-color: #666666;
	/*background: url(/images/astonhbh.gif);*/
	color: White;
	}



img {
	border:0;
}	


.skiplink {
	/*this hides the 'skip navigation' tag. screen readers will see the skip nav link but regular users won't*/
	/*display : none; doesn't work; screen readers skip also*/
	position: absolute;
	top: -10000px;
}

/* start of  navigation */

#navcontainer {
	padding: 0px 10px 3px 3px;
	margin: 0px 0px 3px 0px;
	}

#navcontainer ul
{
	margin-left: 0px;
}
#navlist {
	padding: 3px 3px 3px 3px;
	
	background: transparent;
	color: White;
	font-size: smaller;
}


#navlist li {
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
	list-style: none;
	text-align: center;
	border-bottom: thin solid Black;
	border-right: thin solid Black;
}

#navlist li a {
	display: block;
	padding: 5px 5px 5px 5px;
	background: transparent; 
	text-decoration: none;
	background-color: #666666;
	border: medium solid #99994D;
	/*background: url(/images/astonhbh.gif);*/
}

#navlist li a:link { color: White;}
#navlist li a:visited { color: #cccccc; }

#navlist li a:hover {
	border-bottom: medium solid #F5F5ED;
	border-top: medium solid #F5F5ED;
	
}
/* end of right upper nav */



ul{
	margin-top: 0em;
	}
li {
	padding-bottom: 0.5em;
}


#copyright {
	border-top: thick ridge #66611C;
	font-size: x-small;
}


.font-1
{
font-size: small
}