@charset "utf-8";
.RB #header {
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.RB #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 809px; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	height: 590px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #A9233E;
	border-bottom-color: #a9233e;
	border-left-color: #000000;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	background-color: #000;
}
.RB #header {
	height: 80px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 1px;
	clip: rect(0px,auto,auto,auto);
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
	border-bottom-color: #a9233e;
	background-image: url(Images/header_BG_Test.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#NavBar {
	position:absolute;
	width:133px;
	height:589px;
	z-index:4;
	left: 0px;
	top: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(Images/NavBarA.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	padding-right: 10px;
	visibility: visible;
}
#Footer {
	position:absolute;
	width:809px;
	height:115px;
	z-index:5;
	left: 0px;
	top: 591px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFFFFF;
	visibility: visible;
}
#Text {
	position:absolute;
	width:490px;
	height:570px;
	z-index:5;
	left: 158px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	visibility: visible;
}
#RightNavBar {
	position:absolute;
	width:133px;
	height:589px;
	z-index:1;
	left: 659px;
	top: 1px;
	border-right-color: #FFFFFF;
	background-image: url(Images/RightNavBarA.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	visibility: visible;
}

