

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #253b62;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

h1{
	font-size: 17px;
	font-weight: bold;
	color: #253b62;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.hLine{
	margin: 10px 0px 10px 0px;
	border-bottom:#999 solid 1px;
	}

p{
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}


h2.nav {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	margin: 15px 0px 10px 0px;
	padding: 4px 0px 4px 0px;
	border-top:#999 solid 1px;
	border-bottom:#999 solid 1px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 8px 0px;
	padding: 0px;

}

.newCell{
	margin: 0px 0px 6px 0px;
	padding: 5px;
	background-color:#eeeeee;
	}


.contentTable{
	background-color: #FFF;
	border: 2px solid #FFF;
	}
	
.clubRow{
	color: #FFF;
	background-color: #525252;
	padding:5px;
	border-top:#FFF solid 1px;
}

.clubRowText1{
	font-weight: bold;
	text-align: right;
}

.contentCell{
	padding-top:2px;
	padding-bottom:2px;
	}
	
.leftColumn{
	background-color: #e9e9e9;
	margin: 0px;
	padding: 5px;
	width:170px;
	vertical-align: top;
}


.leftColumn h2{
	margin:0px;
	padding:6px;
	display: block;
	border-top:#000 solid 1px;
	border-bottom:#000 solid 1px;
	font-size: 15px;
	font-weight: bold;
	}

.leftColumn ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
	display: block;
	}

.leftColumn li{
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#000;
	display: block;
	font-size: 12px;
	font-weight: normal;
	border-bottom:#ffdb6d solid 0px;
	}
	
.leftColumn li a{
	color:#000;
	padding:5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background-image: url(/includes/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
.leftColumn li a:hover{
	color:#9b9b9b;
	display: block;
	background-color:;
	}


.inner ul{
	margin:0px;
	padding:0px;

	}

.inner li{
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	color:#000;
	display: block;
	font-size: 12px;
	font-weight: normal;
	border-bottom:#ffdb6d solid 0px;
	}
	
.inner li a{
	color:#000;
	padding:5px 5px 5px 24px;
	display: block;
	text-decoration: none;
	background-image: url('/includes/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
	}
	
.inner li a:hover{
	color:#9b9b9b;
	display: block;
	background-color:;
	}




.rightColumn{
	background-color: #e9e9e9;
	margin: 0px;
	padding: 5px;
	width:150px;
	vertical-align: top;
}

.rightColumn h2{
	margin:0px;
	padding:6px;
	display: block;
	border-top:#000 solid 1px;
	border-bottom:#000 solid 1px;
	font-size: 15px;
	font-weight: bold;
	}

.rightColumn ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
	display: block;
	}

.rightColumn li{
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#000;
	display: block;
	font-size: 12px;
	font-weight: normal;
	border-bottom:#ffdb6d solid 0px;
	}
	
.rightColumn li a{
	color:#000;
	padding:5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background-image: url('/includes/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	}
	
.rightColumn li a:hover{
	color:#9b9b9b;
	display: block;
	background-color:;
	}

.logoCell{
	padding:5px 0px 5px 0px;
	text-align: center;
	vertical-align: top;
}

.logoCell img{
	border:2px solid #CCC;
	margin:1px;
	}

.contentCellArea{
	padding: 20px;
	vertical-align: top;
}




.footerCell{
	color: #FFF;
	background-color: #767676;
	padding: 10px;
}

.footerText{
	vertical-align: top;
	width:200px;
	line-height:18px;
}

.footerText a{
	color:#FFF;
	text-decoration: none;
}

.footerText a:hover{ 
color:#dfe96b;
}

.footerText ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
	display: block;
	}

.footerText li{
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#FFF;


	display: block;
	font-size: 12px;
	font-weight: normal;
	border-bottom:#ffdb6d solid 0px;
	}
	
.footerText li a{
	color:#FFF;
	padding:2px 0px 2px 0px;
	display: block;
	text-decoration: none;
	}
	
.footerText li a:hover{
	color:#dfe96b;
	display: block;
	background-color:;
	}



.baseTable{
	margin-top: 2px;
	background-color: white;
	border-color: white 1pt solid;
}


.baseText{
color:black;
vertical-align: top;
}

.baseText a {
color:white;
}

.baseText a:hover{
/*color:#dfe96b;*/
text-decoration: underline;
}


/* links */
a:link {
	color: blue;
	text-decoration: none; 
}
a:visited {
	color: blue;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}

/* table cells */
th {
	color: #ffffff;
	font-weight: bold;
	padding: .3em .4em;	
	text-align: left;
	vertical-align: top;	
}

th.rightside {
	color: black;
	text-decoration: bold; 
	background-color: #CCC;

}

th.sponsorheader {
	background-color: #CCC;
	background-repeat: repeat-x;	
	color: black;
	text-decoration: bold; 
		
	/* color: white;
	text-decoration: bold; 

	letter-spacing: 1px;	*/	
}

th.summaryheader {
	background-color: #CCC;
	background-repeat: repeat-x;	
	color: black;
	text-decoration: bold; 
	
	/* color: white;
	text-decoration: bold; 
	background-color: #1e1a16;
	letter-spacing: 1px;	*/	
}

th.eventsheader {
	background-color: #CCC;
	background-repeat: repeat-x;	
	color: black;
	text-decoration: bold; 
	
	/*color: #ffffff;
	text-decoration: bold; 
	background-color: #1e1a16;
	letter-spacing: 1px;	*/	
}
th.newsheader {
	background-color: #CCC;
	background-repeat: repeat-x;	
	color: black;
	text-decoration: bold; 

	/* color: #ffffff; */
	/* letter-spacing: 1px;	 */	
}

th.gradeheader {
	background-color: #CCC;
	background-repeat: repeat-x;	
	color: black;
	text-decoration: bold; 

	/* color: #ffffff; */
	/* letter-spacing: 1px;	 */	
}

th.memberheader {
	background-color: #CCC;
	background-repeat: repeat-x;	
	color: black;
	text-decoration: bold; 

	/* color: #ffffff; */
	/* letter-spacing: 1px;	 */	
}

th.guestbookheader {
	background-color: #CCC;
	background-repeat: repeat-x;	
	color: black;
	text-decoration: bold; 

	/* color: #ffffff; */
	/* letter-spacing: 1px;	 */	
}

th.linksheader {
	background-color: #CCC;
	background-repeat: repeat-x;	
	color: black;
	text-decoration: bold; 

	/* color: #ffffff; */
	/* letter-spacing: 1px;	 */	
}

th.fieldlocationheader {
	background-color: #CCC;
	background-repeat: repeat-x;	
	color: black;
	text-decoration: bold; 

	/* color: #ffffff; */
	/* letter-spacing: 1px;	 */	
}


table.sponsortable {
	border: 2px solid #CCC;
}

table.albumtable {
	border: 2px solid #CCC;
}

table.sponsortable2 {
	border: 2px solid #CCC;
}

table.linktable {
	border: 2px solid #CCC;
}

table.gradetable {
	border: 2px solid #CCC;
}

table.newstable {
	border: 2px solid #CCC;
}

table.summarytable {
	border: 2px solid #CCC;
}

table.eventstable {
	border: 2px solid #CCC;
}

table.membertable {
	border: 2px solid #CCC;
}

table.guessbooktable {
	border: 2px solid #CCC;
}

table.fieldlocationtable {
	border: 2px solid #CCC;
}


