@charset "utf-8";

/* CSS Document */



body {

	background: #FFFFFF;

	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: #000000;

	font-family: "Times New Roman", Times, serif;

	font-size: 10pt;

}

p {

	margin-top: 0px;

}



.oneColElsCtr #container {

	width: 60em;

	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */

	border: none;

	text-align: left; /* this overrides the text-align: center on the body element. */

	margin-top: 150;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

	padding-top: 85px;

}

.oneColElsCtr #mainContent {

	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.oneColElsCtr #homeText {

	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	width: 150px;

	height: 461px;

}

.oneColElsCtr #homeImages {

	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	width: 307px;

	height: 461px;

}

.slideShowCell {

	width: 600px;

	height: 600px;

}

.homeTextCell {

	padding-left: 12px;

	width: 125px;

	font-style: italic;

}

.oneColElsCtr #container #mainContent .homeTextCell #bottomNav {

	margin-top: 50px;

}

.archiveCellPad {

	height: 45px;

}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

