html { background-color: #600; height: 100%; margin: 0; }
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; text-align: center; height: 100%; margin: 0; line-height: 1.4em; }
a:link {color: #c00}
a:visited {color: gray}
a:hover {color: orange}
a:active {color: orange}
h2 {color: #c00; font-weight: bold; font-size: 15px;}
img {border:none;}
#wrapper { background-color: white;  text-align: left; margin: 0 auto; width: 950px; min-width: 950px; max-width: 950px; min-height: 100%; position: relative; }
#header { width: 950px; float: left; height: 174px; }
#navigation { width: 950px; height: 37px; float: left; }
#leftcolumn { background: white url('../images/Bkg_Logo.jpg') no-repeat 20% 80% fixed; padding: 10px 10px 37px; width: 660px; float: left; }
#rightcolumn { position: relative; float: right; height: auto; width: 256px; margin-top: 300px; display: block; }
#footer { text-align: center; width: 950px; height: 37px; clear: both; }
#DidYouKnow { color: white; font-weight: bold; font-style: italic; }
.headings { color: #c00; font-size: 22px; font-weight: bold; }
b, strong { font-weight: bold; }
.copyright { color: white; font-size: 10px; }
.RedBold { color: red; font-weight: bold; }
.newsdiv {
	border: 2px red solid;
	background-color: #eeeeff;
	padding: 10px;
}

#ExtendedHours {
	position: relative;
	border: 1px red solid;
	background-color: #ffffcc;
	padding: 5px;
	letter-spacing: .15em;
	text-align: center;
}