@charset "UTF-8";
/* CSS Document */


body {
	background-color: Gray;
}

.maintable {
	background-color: white;
}

.Links {
	color: White;
	font-family: "Bookman Old Style";
	
}

.Top {
	font-family: Capitals;
	font-size: larger;
	font-weight: bolder;
	height: auto;
	width: 800px;
	position: relative;
	background-image: url(top-background.jpg);
	background-color: White;		
}
.Left {
	font-family: "Bookman Old Style";
	height: auto;
	width: 110px;
	background-color: blue;
	color: White;
	float: left;
}
.Main {
	font-family: "Bookman Old Style";
	height: auto;
	width: 580px;
	color: Blue;
	float: left;
	background-color: white;
}
.Right {
	font-family: "Bookman Old Style";
	background-color: Red;
	height: auto;
	width: 110px;
	float: right;
}


.Top2 {
	font-family: Capitals;
	font-size: larger;
	font-weight: bolder;
	height: auto;
	width: 800px;
	position: relative;
	border-style: solid;
	background-color: White;
}
.Left2 {
	font-family: "Bookman Old Style";
	height: auto;
	width: 110px;
	background-color: blue;
	color: White;
	float: left;
}
.Main2 {
	font-family: "Bookman Old Style";
	height: auto;
	width: 690px;
	color: Blue;
	float: left;
	background-color: white;
}
.Main3 {
	width: 690px;
	float: left;
	height: auto;
	background-color: white;
}
.Main4 {
	font-family: "Bookman Old Style";
	height: auto;
	width: 800px;
	color: Blue;
	float: left;
	background-color: white;
