/* table{
	border-style: solid;
	border-color: #000;
	border-width: 1;
}
table td{
	border-style: solid;
	border-color: #000;
	border-width: 1;
} */
body{
	background-color: #676767;
}
.bodyContent{
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	
}
h1{
	padding-left: 10px; 
	padding-right: 10px; 
	color:#327138;
	font-size: 22pt; 
	font-family: Georgia;
	text-align: center;
 	padding-top: 0px;
 	padding-bottom: 0px;
}

h3{
	font-size: 18pt; 
	font-family: Georgia;
	color: #232523;
}

h4{
	font-size: 16pt; 
	text-align: center; 
	font-family: Georgia;
	color: #232523;
}	

h5{
	font-size: 12pt; 
	font-family: Georgia;
	color: #232523;
}

.menuBar{
	background: url(images/bar.png) no-repeat 0 0;
	width:890px;
	height: 43px;
 	padding-top: 0px;
 	padding-bottom: 0px;
}

.leftMenu {
	vertical-align: top;
	width:890px;
}

.leftMenu a{
	display: block;
	background:url(images/button.png) no-repeat 0 0;
	background-position:center;
	height: 100%;
	width: 100%;
	/* width: 174px; */
	/* height: 20px; */ 
	text-decoration: none;
 	padding-top: 12px;
 	padding-bottom: 10px;
	color: #327138;
	text-align: center;
	font-size: 12px;
	font-family: Georgia;
}

.leftMenu a:hover{
	display: block;
	background:url(images/button.png) no-repeat 0 0;
	background-position:center;
	height: 100%; 
	width: 100%;
	text-decoration: none;	
 	padding-top: 12px;
 	padding-bottom: 10px;
	color: #000;
	text-align: center;
	font-size: 12px;
	font-weight: bold; 
	font-family: Georgia;
}

.leftMenu .selected{
	display: block;
	background:url(images/button.png) no-repeat 0 0;
	background-position:center;
	height: 100%; 
	width: 100%;
	text-decoration: none;	
 	padding-top: 12px;
 	padding-bottom: 10px;
	color: #000;
	text-align: center;
	font-size: 12px;
	font-weight: bold; 
	font-family: Georgia;
}

.coaches th{
	background-color: #c4e5aa;
	color: #394236;
	border-style:solid;
	font-size: 14pt; font-family: Georgia;
}

.coaches td{
	text-align: center;
	font-size: 11pt; font-family: Georgia;
	padding: 6px;
	border-bottom: none;
}

.foot td{
	text-align: center;
	font-size: 11pt; font-family: Georgia;
	padding: 6px;
	border-bottom: none;
}

.customerTable{
	border-top: solid 3px #7eb06c;
	font-size: 12pt; font-family: Georgia;
	text-align: center;
}

.customerTable2{
	border-top: solid 3px #7eb06c;
	font-size: 12pt; font-family: Georgia;
	padding: 1px;
}

.bluePrints p{
	font-size: 12pt; font-family: Georgia;
	text-align:left;
}

.contactus td{
	font-size: 12pt; font-family: Georgia;
	text-align:left;

}
.headertext	{font-size: 12pt; font-family: Georgia; text-align:center; color: #fff;}
.headertext	A:link {text-decoration: none; font-size: 12pt; font-family: Georgia; text-align:center; color: #fff;}
.headertext	A:visited {text-decoration: none; font-size: 12pt; font-family: Georgia; text-align:center; color: #fff;}
.headertext	A:active {text-decoration: none; font-size: 12pt; font-family: Georgia; text-align:center; color: #fff;}
.headertext	A:hover {text-decoration: underline; font-size: 12pt; font-family: Georgia; text-align:center; color: #fff;}

