@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #CCCCCC;
	background-image: none;
	vertical-align: bottom;
}
.header {
	height: 70px;
	padding-bottom: 10px;
	background-color: #FFF;
}

.oneColFixCtr #container {
	width: 1008px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #d2d2c8;
	height: 100%;
}
.oneColFixCtr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
}
.Michie_ODay_inside {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-style: normal;
	font-variant: small-caps;
	padding-top: 50px;
	margin-top: 50px;
}
.inside_menu {
	width: 1008px;
	height: 35px;
	background-color: #959585;
}
.ODay_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-style: normal;
	font-variant: small-caps;
	color: #222222;
	letter-spacing: 10px;
	padding: 5px,0px,0,px,0px;
}
