@charset "utf-8";
/* CSS Document 
Author: Jeffrey Gaines
Email: gainesjeff411@yahoo.com
*/
/* = Text & Design Styles 
*******************************************************************************/
body {
	background: #aaa;
	margin: 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #444;
	text-align: justify;
}
table{
	border: 0px;	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	text-align: center;
}
#container {
	min-height: 710px;
	height: 100%;
	width: 800px;
	margin: 0px auto;
}
#banner {
	height: 110px;
	width: 800px;
	background: url("other_images/banner/banner.jpg");
}
#navbar {
	height: 40px;
	width: 800px;
	margin-top: 20px;
	background: url(navbar.gif);
}
#content {
	min-height: 500px;
	height: 100%;
	width: 780px;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	background: #ffffff;
	text-align: justify;
}
/* = Link Styles 
*******************************************************************************/
a:link {
	color: #444;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #F8B3DA;
}
a:active {
	text-decoration: none;
	color: #F8B3DA;
}
/* = Class Styles 
*******************************************************************************/

#navbar img {
	border: 0;
	outline: none;
}
p.counter{
	margin: 5px 0px 0px 5%;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	text-align: center;
	font-style: normal;
}

/* = Scouting Page Styles
*********************************************************************************/
table.scouting_table {
	border: 0px;
	width: 780px;
	height: 100%;
	margin-top: 10px;
	padding: 0px;
}
table.scouting_table td {
	height: 270px;
	border-bottom: #444 1px dotted;
	padding-left: 10px;
	text-align: justify;
}
table.scouting_table tr:hover {
	background: #CCCCCC;
}
table.scouting_table td p {
	text-align: justify;
	vertical-align: middle;
}
table.scouting_table td.img_holder {
	height: 270px;
	width: 295px;
	padding: 0px;
}
table.scouting_table img {
	padding: 10px;
}
/* = Gallery Page Styles
*********************************************************************************/
table.gallery_img{
	height: 374px;
	width: 744px;
	margin-top: 10px;
}
table.gallery_img td{
	width: 180px;
	height: 130px;
}
table.gallery_img img{
	padding: 5px;	
}
table.gallery_img img:hover{
	background: #f8b3da;
}
.centered_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}
.centered_sponsors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	text-align: center;
}
