/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0;
	background-color: #F7EED1;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat;
	background-position: top;
	margin-bottom: 0px;
	}
	
.bigtable{

	width: 100%;
	height: 100%;
	}

.smalltable {
	margin-top: 0px;
	background-position: center; 
	background-position: top;
	width: 1010px;
	height: 100%;
	background-color: #CBE1F6;
	background-image: url(images/bgblue.jpg);
	background-repeat:repeat-y;
	}
.smalltablebootom {
	margin-top: 0px;
	background-position: center; 
	background-position: top;
	width: 1010px;
	height: 25px;
	background-color: #CBE1F6;
	background-image: url(images/bgbluebottom.jpg);
	background-repeat:no-repeat;
	}
	
.header {
	margin-top: 0px;
	width: 1000px;
	height: 240px;
}

.midsection {
	margin-top: 0px;
	width: 1000px;
}
.midsectionright {
	margin-top: 0px;
	width: 766px;
}
.midsectionleft {
	margin-top: 0px;
	width: 234px;
}

.leftnave {
	width: 234px;
	}

.whitebody {
	margin-top: 0px;
	width: 766px;
}

.whitebodytop {
	margin-top: 0px;
	width: 765px;
	background-image: url(images/whitebody.jpg);
	background-repeat:repeat-y;
}

.whitebodybottom {
	margin-top: 0px;
	width: 765px;
	height: 80px;
	background-image: url(images/whitebodybottom.jpg);
	background-repeat:no-repeat;
}

.mainbody {
	width: 725px;
	height: 100%;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
.mainbody A:link {
	COLOR: #053460;
}
.mainbody A:visited {
	COLOR: #053460;
}
.mainbody A:active {
	COLOR: #02315B;

}
.mainbody A:hover {
	COLOR: #E1E202;

}
	
.menutop {
	width: 1000px;
	height: 50px;
	font-family: "Californian FB", "Trebuchet MS", "Times New Roman";
	font-size: 20px;
	font-weight: bold;
}
.menutop A:link {
	COLOR: #000000;
	padding: 20px;
	text-decoration: none;
}
.menutop A:visited {
	COLOR: #000000;
	padding: 20px;
	text-decoration: none;
}
.menutop A:active {
	COLOR: #000000;
	padding: 20px;
	text-decoration: none;
}
.menutop A:hover {
	COLOR: #03325E;
	padding: 20px;
	text-decoration: none;
}


.menuleft {
	width: 220px;
	height: 200px;
	font-family: "Californian FB", "Trebuchet MS", "Times New Roman";
	font-size: 27px;
	font-weight: bold;
}
.menuleft A:link {
	COLOR: #000000;
	text-decoration: none;
}
.menuleft A:visited {
	COLOR: #000000;
}
.menuleft A:active {
	COLOR: #000000;
}
.menuleft A:hover {
	COLOR: #03325E;	
}


