body { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; background-color: white; background-image: url(images/bgImage.jpg); background-repeat: repeat-x; }
p { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; }
td { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; }
a:link { color: #069 ; text-decoration: none; }
a:visited { color: #069 ; text-decoration: none; }
a:hover { color: #39f ; text-decoration: underline; }
a:active { color: #069 ; text-decoration: none; }
h1 { color: #069; font-size: 24px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 30px; text-decoration: none; margin-top: 5px; margin-bottom: 5px; }
.fineprint { font-size: 10px; line-height: 12px; }
.leftLinks { font-size: 10px; line-height: 12px; }
#listTable th { color: #fff; font-weight: bold; background-color: #069; width: 500px; padding: 2px; }
#listTable td { color: #000; background-color: #fff; width: 500px; padding: 2px; border-bottom: 1px dashed #69c; }
#listTable { font-weight: normal; background-color: #fff; width: 550px; }
#rosterTable { font-weight: normal; background-color: #fff; text-align: left; width: 250px; }
#rosterTable td { color: #000; background-color: #fff; text-align: left; padding: 2px; width: 500px; border-bottom: 1px dashed #69c; }
#rosterTable th { color: #fff; font-weight: bold; background-color: #069; text-align: left; padding: 2px; width: 500px; }
#bioTable th { color: #fff; font-weight: bold; background-color: #069; text-align: left; padding: 5px; width: 500px; }
#bioTable td { color: #000; background-color: #fff; text-align: left; padding: 2px; }
#bioTable { font-weight: normal; background-color: #fff; text-align: left; width: 500px; }
#resultsTable { font-weight: normal; background-color: #fff; }
#resultsTable th { color: #fff; font-weight: bold; background-color: #069; text-align: left; padding: 5px; }
#resultsTable td { color: #000; background-color: #fff; padding: 2px; }
#bylawTable { font-weight: normal; background-color: #fff; text-align: left; width: 200px; }
#bylawTable th { color: #fff; font-weight: bold; background-color: #069; text-align: left; padding: 2px; width: 500px; }
#bylawTable td { color: #000; background-color: #fff; text-align: left; padding: 2px; width: 500px; }
#logInForm { font-size: 10px; font-weight: bold; background-color: #e0e0e0; padding: 3px; }
#logInTable { font-size: 10px; font-weight: bold; background-color: #e0e0e0; padding: 3px; }
#logInTable td { font-size: 10px; font-weight: bold; background-color: #e0e0e0; padding: 3px; }
.newsPhoto { margin-top: 3px; margin-right: 10px; margin-bottom: 10px; margin-left: 3px !important; padding: 0; }
input {
	font-size: 12px;
	color: #666666;
	background-color: #ebebeb;
	border: 1px dotted #666666;
	padding: 3px;
}
textarea {
	font-size: 12px;
	color: #666666;
	background-color: #ebebeb;
	border: 1px dotted #666666;
	padding: 3px;
}

/* Help Mouse Over Box */
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('../../Basstrail Design/basstrail3/site/images3/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('../../Basstrail Design/basstrail3/site/images3/shadow2.png');
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('../../Basstrail Design/basstrail3/site/images3/shadow2-reverse.png');
}

#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#contactForm {
	padding: 10px;
	margin: 10px;
	border: 1px solid #CCCCCC;
	position: relative;
}
#successBox {
	width: 300px;
	border: 1px dashed #006633;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	visibility: hidden;
	padding: 5px;
}
#errorBox {
	width: 300px;
	border: 1px dashed #990000;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	visibility: hidden;
	padding: 5px;
}
#tooltip.right { width: 250px; }
#fancy2 { float: right; }

/* End Help Mouse Over Box */