html {
	height: 100%;
     overflow-y: scroll;
}
body {
	font-family: georgia, Arial, serif;
	background: #D6D6D6;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
}
.oneColElsCtr #container {
	width: 51.6em;
	min-height: 99%;
	background: #ffffff;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.topBanner {
	font-size: 18px;
	color: #000000;
	background-color: #000000;
	border: medium solid #ffffff;
}
.links {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration:bold;
	color: #FED809;
}
.links:hover {
	color: #000000;
	background-color: #FED809;
}
.banner {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	border: medium solid #ffffff;
	cellspacing: 10px;
}

h1 {
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
	text-align: center;
}
h2 {
	font-size: 14px;
	padding: 0;
}
h3 {
	font-size: 14px;
}
.assignmentsTable {
	border: thin none #000000;
}
.style1 {
	margin: 0px;
	padding: 4px;
	display: compact;
}

.boxxy {
    margin-bottom: 20px;
    border-width: 1px;
    border-radius: 10px;
    padding: 10px;
    border-style: solid;
}
.banner td {
    width: 16%;
    text-align: center;
    font-family: Helvetica;
}
.boxxy td {
    text-align: center;
}

.hours td {
	text-align: center;
}