@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #330000;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}
.oneColFixCtrHdr #FlashPlayer {
	height: 402px;
	width: 800px;
	background-color: #000000;
	margin-left: 0px;
}
.oneColFixCtrHdr #LvicSB {
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/MainstreetHome_02.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	width: 98px;
	height: 402px;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	height: 123px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.oneColFixCtrHdr #NavBar {
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	background-color: #000000;
	float: right;
	z-index: 1;
}
.oneColFixCtrHdr #NavBarGrad {
	width: 800px;
	float: left;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #000000;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
	margin-top: 0px;
	color: #666666;
}
.oneColFixCtrHdr #MainSBPic {
	float: left;
	width: 165px;
	height: 240px;
}
.oneColFixCtrHdr #SidebarRIGHT {
	float: right;
	width: 180px;
}
.oneColFixCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/footer.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.oneColFixCtrHdr #RvicSB {
	float: right;
	height: 402px;
	width: 98px;
	background-image: url(images/MainstreetHome_04.gif);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.oneColFixCtrHdr #NextButton {
	float: right;
}
.oneColFixCtrHdr #LowerNavButtons {
	float: none;
	margin-left: 170px;
	padding-left: 15px;
	padding-top: 10px;
}
.oneColFixCtrHdr #LowerNavButtonsLEFT {
	float: left;
	margin-right: 170px;
}
.oneColFixCtrHdr #MainText {
	margin-left: 170px;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
}
.oneColFixCtrHdr #MaintextRIGHT {
	margin-right: 170px;
	padding-right: 15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #ContactUs {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 1px;
	padding-bottom: 10px;
}

