/*Banner Attributes*/
#Banner { 
	position:absolute; 
	top:0px; left:0px; 
	background-image: URL(images/BannerBG.jpg);
	background-repeat: repeat-x; 
	height: 75px; width: 100%;
	z-index:20;}
#bannerTop {
	position: relative;
	top:0px;
	left: 0px;
	background-image: URL(images/bannerTop.jpg);
	width: 634px;
	height: 75px;
	z-index: 30;
}
/*End Banner Attributes*/

/*Navbar Attributes*/
#navbar {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 100%;
	background-image: URL(images/NavBarBG.jpg);
	background-repeat: repeat-x;
	height: 26px;
	z-index: 2;
}
/*End Navbar Attributes*/

/*Left Column Attributes*/
#leftColumn {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 200px;
	margin-left: 5px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
/*End Left Column Attributes*/

/*Pate Title Attributes*/
#pageTitle {
	position: absolute;
	top: 130px;
	left: 220px;
	width: 330px;
}

h3.swap {
  height:50px;
  width: 330px;
  background-repeat:no-repeat;
}
h3.swap span {display: none;} 
h3#About {background-image:url(pagetitles/about.gif);}
h3#Characters {background-image:url(pagetitles/characters.gif);}
h3#Columbus {background-image:url(pagetitles/columbus.gif);}
h3#Contact {background-image:url(pagetitles/contact.gif);}
h3#Franklin {background-image:url(pagetitles/franklin.gif);}
h3#Houston {background-image:url(pagetitles/houston.gif);}
h3#Jefferson {background-image:url(pagetitles/jefferson.gif);}
h3#Lincoln {background-image:url(pagetitles/lincoln.gif);}
h3#Pricing {background-image:url(pagetitles/pricing.gif);}
h3#Railroad {background-image:url(pagetitles/railroad.gif);}
h3#Revere {background-image:url(pagetitles/revere.gif);}
h3#schedule {background-image:url(pagetitles/schedule.gif);}
h3#Travis {background-image:url(pagetitles/travis.gif);}
h3#Washington {background-image:url(pagetitles/washington.gif);}
h3#Welcome {background-image:url(pagetitles/welcome.gif);}
h3#Tour {background-image:url(pagetitles/tour.gif);}
h3#Consulting {background-image:url(pagetitles/consulting.gif);}
h3#CIK {background-image:url(pagetitles/CIK.gif);}
/*End Page Title Attributes*/

/*Main Page Content Attributes*/
#mainContent {
	position: absolute;
	top: 200px;
	left: 220px;
	width: 60%;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#ThmbFloatLeft {
position: relative;
width: 200px;
float: left;
padding-right: 10px;
padding-bottom: 1px;
}
#floatLeft {
position: relative;
float: left;
padding-right: 10px;
padding-bottom: 10px;
margin-right: 6px;
}
#floatright {
position: relative;
float: right;
padding-left: 10px;
padding-bottom: 10px;
margin-left: 6px;
}
#footer {
position: relative;
top: 20px;
left: auto;
width: auto;
text-align: center;
}
#list {
position: center;
top: 30px;
padding-top: 10px;
left: auto;
width: 100%;
height: 280px;
overflow: auto;
font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
/*End Main Page Content Attributes*/

/*Text Attributes*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 600;
	color: #990000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12;
	font-weight: bold;
	color: #990000;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
.linktext {
	font-family: Tahoma;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.footertext {
	font-family: Tahoma;
	font-size: 12px;
	color: #BBBBBB;
	text-align: center;
}
.ulmenu {
	margin-top: 2px;
	margin-left: 2em;
	list-style-image: url(images/BullettSmall.jpg);
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
/*End Text Attributes*/