@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #12420e;
	margin-top: 20px;
	}

table {
	margin: 0, auto, 0, auto;
	padding: 0px;	
	border-collapse: collapse;
	border: none;
}

tr {
	padding: 0px;
	border-collapse: collapse;
}

.records_hdr {
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
	
}
.records_content {
	font-size: 8pt;
	text-align: left;
	font-weight: 500;
	
}
#white {
	background: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0px;	
	border-collapse: collapse;
	border-spacing: 0px;
}

.stack {
z-index:-20;
}

#corners {
	background-repeat: no-repeat;
	border-collapse: collapse;
	padding: 0px;
	border: none;
}

table.qual_times_global {
	text-align: center;	
	margin: 0, auto, 0, auto;
	padding: 1px;	
	width: 917px;
	border-width: 0 0 1px 1px;
    border-style: solid;
	border-color: #000;

}

.qual_times
{
    border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
	background-color: #ffffff;
    margin: 0;
    padding: 2px;
	text-align: center;
}

#horizontal-border {
	background: url(images/border.png) repeat-x;
	border-collapse: collapse;
	padding: 0px;
}


.nav_bar {
	background: #090 url(images/nav_bar_bg.jpg);
	border-collapse: collapse;
	border: none;
	margin: 0;
	height: 41px;
	text-align: left;
	font-weight: bold;
}

hr {
	color: #ccc;
	border-width:0;
	background-color:gray
	
}

.quotes {
	font-size: 14px;	
	text-align: left;
	font-style: italic;
}
.main_content {
	font-size: 14px;	
}

.directory {
	font-size: 14px;
	text-align: left;
}

.table_border {
	border: solid;
	border-width: 2px;
	border-color: #cccccc;
	padding: 7px;
}

a {
	font-size: 11pt;	
}

a.title {
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}

.list {
	font-size: 10pt;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
}

.announcement {
	font-size: 13pt;
	text-align: center;
	font-weight: 800;
}
	
a.address {
	text-align: left;
	color: #666666;
	font-size: 8pt;
	padding-left: 20px;
}

a.copyright {
	color: #666666;
	font-size: 8pt;
	text-align: right;
	padding-right: 20px;
}

td {
	vertical-align: top;
}

.border {
	border-color: #000000;
	border-width: 2px;
	border-style: double;
}

#home_meet {
	background-color: #2b871f;
	color: #ffffff;
}

#water {
	background: url(images/dilute_water.jpg) repeat;
	border-color: #000000;
	border-width: 2px;
	border-style: double;
	margin: 0;
	width:225px;
}

#sm_water {
	background: url(images/long_dilute_water.jpg) repeat;
	margin: 0;
	height:30px;
}

a.menu:link {
	color:#06C;
	text-decoration: none;
	font-weight: bold;
} /* unvisited link */
a.menu:visited {
	color:#06C;
	text-decoration: none;
	font-weight: bold;
} /* visited link */
a.menu:hover {
	color:#006600;
	text-decoration: underline;
	font-weight: bold;
} /* mouse over link */
a.menu:active {
	color:#06C;
	text-decoration: none;
} /* selected link */


a.gallery:link {
	color:#cccccc; 
	text-decoration: none;
	font-size: 8pt;
} /* unvisited link */
a.gallery:visited {
	color:#cccccc; 
	text-decoration: none;	
	font-size: 8pt;

} /* visited link */
a.gallery:hover {
	color:#999999;
	text-decoration: underline;
	font-size: 8pt;
} /* mouse over link */
a.gallery:active {
	color:#cccccc;
	text-decoration: none;
	font-size: 8pt;
} /* selected link */
