#Centerer {
	position: absolute;
	top: 0px; height: auto;
	left: 50%; width: auto;
}
#Container_old {
	background-color: White;
	position : relative; z-index: 1;
	top: 0px; height: 600px;
	left: -400px; width: 800px;
}
#Container {
	display: table;
	background-color: White;
	position: absolute;
	top: 0px; height: 600px;
	margin-left: 10%;
	margin-right: 10%;
	width: 800px;
}
#Top_Navbar {
	position:absolute; z-index: 2;
	left: 0px; width:800px;
	top:120px; height:26px;
	background-color : #9A0019; color: #FFFFFF;
	border : 1px solid Black;
	border-right : none; border-left : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13pt;
 }
.subnav {
	position: absolute;
	left: 0px; width: 800px;
	top: 146px; height: auto;
 	background-color : #FAF5F6; color: #606060;
	border : 1px solid #9A0019;
	border-right : none; border-left : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
#subnav1 {
	visibility : visible;
	z-index:2;
} 
#subnav2, #subnav3, subnav4 {
	visibility : hidden;
	z-index:1;
}
#Bottom_Navbar {
	position: absolute; z-index: 2;
	left: 0px; width: 800px;
	top: 570px; height: 24px;
	background-color : #FAF5F6; color: #000000;
	border : 1px solid Black;
	border-right : none; border-left : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#MetroAMEZ_Logo {
	position: absolute; z-index: 2
	left:25px; width:430px;
	top:20px; height:96px;
}
#Column_Divider {
	position: absolute;  z-index:2;
	left:165px;  width:10px;
	top:172px; height:395px;
}
#Bishop_Campaign {
	position:absolute; z-index:2;
	left:587px; width:165px;
	top:36px; height:60px;
}
#Side_Column {
	position: absolute; z-index: 2;
	left: 5px; width: 160px;
	top: 172px; height: 396px;
	background: White; color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	overflow: hide;
	text-align: center;
}
#Main_Body {
	position: absolute;
	z-index: 2;
	left: 176px;
	width: 624px;
	top: 172px;
	height: 395px;
	background: White;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	overflow: auto;
}
#Main_Body_Wide {
	position: absolute;
	z-index: 2;
	left: 5px; width: 795px;
	top: 172px;
	height: 395px;
	background: White;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	overflow: auto;
}
#Fade_Bar {
	 position: absolute; z-index: 1;
	 left: 442px; width: 358px;
	 top: 76px; height: 40px;
}
img.rtfloat {
	clear : left;
	float: right;
}
body  {
	background-color : Silver;
	border : 0px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	font-size : 100%;
	background-image : url(../images/background.PNG);
	background-repeat : repeat-y;
}
div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
a:link {
	color : White;
	text-decoration : none;
}
a:visited {
	color : White;
	text-decoration : none;
}
a:hover {
	color: White;
	text-decoration : underline;
}
a:focus {
	color: White;
	text-decoration : underline;
}
a.dark:link {
	color : Black;
	text-decoration : none;
}
a.dark:visited {
	color : Black;
	text-decoration : none;
}
a.dark:hover {
	color: Black;
	text-decoration : underline;
}
a.dark:focus {
	color: Black;
	text-decoration : underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
