/* CSS Document */
body,td,th {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #006600;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-image: url(../Images/RoofFascia.gif);
	background-repeat: repeat-x;
}
#navlist {
	color: white;
	background-color: #006600;
	padding: 5px;
	list-style-type: none;
	margin-top: 180px;
	margin-left: 0px;
}
#navlist a {
	display: block;
	color: white;
	background-color: black;
	text-decoration: none;
	padding-left: 7px;
	border-bottom: 1px solid #006600;
	border-top: 1px solid #006600;
	width: 198px;
}
#navlist a:hover {
	color: white;
	background-color: gray;
}	
#navlist a:active {
	color: red;
	background-color: gray;
}
#maintextarea {
	color: #003300;
	background-color: white;
	background-image: url(../Images/TrainBackgroundTrans.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px;
	position: absolute;
	top: 190px;
	left: 225px;
	margin-right: 15px;
}
#footer {
	background-color: #006600;
	text-align: center;
	color: white;
	font-size: x-small;
	line-height: 2em;
	margin: -5px -5px -5px -5px;
}
#ImagePlacingRight {
	float: right;
	padding: 5px;
	width: 200px;
	text-align: center;
	color: #993300;
}
#ImagePlacingLeft {
	float: left;
	padding: 5px;
	width: 200px;
	text-align: center;
	color: #993300;
}
.mainlink a {
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: red;
}
.mainlink a:hover {
	color: #006600;
}
.navlistImages {
	color: white;
	background-color: #006600;
	padding: 5px;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0px;
}
.navlistImages a {
	display: block;
	color: white;
	background-color: #006600;
	text-decoration: none;
	padding-left: 7px;
	border-bottom: 1px solid #006600;
	border-top: 1px solid #006600;
	width: 198px;
}
.mainNavbar {
	text-decoration: none;
	color: #00FF00;
}
.mainNavbar a {
	text-decoration: none;
	color: #FF00FF;
}