@charset "utf-8";
/* CSS Document */

/*This is the Home Page Opening Narrative*/
#narrative_english{
	font-size: .9em;
	margin: 5px;
	padding: 5px;
	height: 304px;
	width: 405px;
	position: absolute;
	left: 430px;
	top: 314px;
	right: auto;
	bottom: auto;
}
#quality {
	font-size: 1.5em;
	margin: 5px;
	padding: 5px;
	height: 50px;
	width: 432px;
	position: absolute;
	left: 200px;
	top: 251px;
	right: auto;
	bottom: auto;
	color: #666666;
}	 
/*This is the ASP Calender and the CSS is  for positioning only
The Styling is contained in the file TDE_ASP_VCalendar/public.css*/
#calendar {
	position:absolute;
	left:214px;
	top:334px;
	width:200px;
	height:200px;
	z-index:1000;
	visibility: visible;
}
/*copyright notice*/
#copyright {
	position: absolute;
	top: 804px;
	left: 0px;
	width: 1000px;
	z-index: 500;
}

#top {
	position: absolute;
	width: 100px;
	left: 205px;
	top: 673px;
	right: auto;
	bottom: auto;
}
a:hover {
	color: #333333;
	font-size: 0.8em;
}
#spanish {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	height: auto;
	width: auto;
	left: 890px;
	top: 211px;
	right: auto;
	bottom: auto;
}
