/* CSS DEFINITIONS FOR StMARYs-UPTON MAIN PAGE LAYOUT (base) */

*	{
	padding: 0;
	margin: 0;
	border: 0;
}
body	{
	background-color: white;
	text-align: center;
	font-family: Verdana;
	font-size: 0.75em;   /* thats 12px */
}

#wholepage	{
/*	height:612; */
	width: 800px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
#tl	{
	height: 90px; 
	width: 660px;
	float: left;
}
#tr	{
	height: 90px; 
	float: left;
}
#ml	{
	width: 660px;
	float: left;
	clear: left;
}

#mr	{
/*	height: 500; */
/*	width: 138;  */
	float: left;
}
.mini	{
	font-family: verdana;
	font-size: xx-small;
	color: black;
	text-decoration: none;
	}
h5 	{
	display: inline;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}
