@charset "UTF-8";
/* CSS Document */
body {
	font: 100% MS Sans Serif, verdana, Helvetica, sans-serif, Arial;
	background: #000000;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background-color: #333;
	font-size: 12px;
}
.oneColElsCtr #container {
	width: 1024px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	text-align: left;
}

.oneColElsCtr #container #mainContent table tr td p {
	font-size: 12ptl;
}
#menu {
	font-size: 12px;
	text-transform: lowercase;
	text-align: center;
	word-spacing: normal;
}
.oneColElsCtr #container #mainContent table tr td p {
	color: #333;
	text-align: left;
}
.oneColElsCtr #container #mainContent table tr td table tr td h2 {
	color: #F60;
	text-align: left;
}
.oneColElsCtr #container #mainContent table tr td table tr td ul li {
	color: #333;
	text-align: left;
}
.oneColElsCtr #container #mainContent table tr td table tr td h2 {
	text-align: left;
	color: #F60;
	font-size: 12pt;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #00cbff;
}
a:active {
	text-decoration: none;
	color: #F60;
}
body-link {
	color: #000;
}
.oneColElsCtr #container #mainContent table tr td table {
	color: #000000;
	text-align: left;
}
#quote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000000;
	align: center;
	text-align: left;
	font-size: 13px;
	text-align: left;
	word-spacing: normal;
	padding: 15px;
	background: lightgrey;
	border: 1px solid #000000;
	font-style:italic;
	width: 80%;
	margin: auto;
}
.oneColElsCtr #container #mainContent table tr td table tr td blockquote p {
	text-align: left;
	font-style: italic;
	font-size: 13px;
	text-align: left;
}
.oneColElsCtr #container #mainContent table tr td table tr td blockquote ul li {
	text-align: left;
	font-size: 13px;
	text-align: left;
}
.oneColElsCtr #container #mainContent table tr td table tr td blockquote p {
	font-style: normal;
	font-size: 13px;
	text-align: left;
	color: #000;
}
#sameday {
	color: #F60;
}
.sameday {
	color: #F60;
	font-size: medium;
}
#menu-active {
	color: #F60;
}

