@charset "utf-8";
/* CSS Document */

body
{
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	
}

.master {
	background:;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nav {
	background: url(images/nav.gif) no-repeat top right;
	width: 775px;
	height: 76px;
}

.banner {
	background: url(banner.swf) no-repeat top right;
	width: 775px;
	height: 180px;
}

.footer {
	background: url(images/footer.gif) no-repeat top right;
	width: 775px;
	height: 62px;
	text-align: center;
	font-size: small;
	padding-top: 20px;
	color: #333;
	
}

.g {
	background: url(images/Gary.jpg) no-repeat top right;
	width: 169px;
	height: 205px;
	text-align: left;
}

.l {
	background: url(images/lonnie.jpg) no-repeat top right;
	width: 167px;
	height: 216px;
	text-align: right;
}

.tri {
	background: url(images/tri.gif) no-repeat top right;
	width: 336px;
	height: 305px;
	text-align:left;
}
.content {
	color: #000;
	font-family: Arial;
	font-size: small;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	
	}
.maincontent {
	color: #000;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	font-weight: regular;
}
.header {
	color: #000;
	font-size: large;
}
.nav table tr td p {
	font-size: medium;
	color: #000;
}
.nav table tr td {
	font-size: medium;
	text-align: center;
}
