/*main body */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #003333;
	font-size: small;
	background-image: url(graphics/greenbklines.jpg);
}

/*picture on left side */
.sidebkname {
	background-image: url(graphics/sidetroop628gry.jpg);
}

/*announcement and webelo text areas */
.announcement {
	font-size: x-small;
	background-color: #92C4A7;
	color: #000000;
	margin: 0px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #4E8F69;
	border-left-color: #4E8F69;
}

/*navigation at the top, gray back */
.navannouncement {
	font-size: x-small;
	background-color: #92C4A7;
	color: #666666;
	margin: 0px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	background-image: url(graphics/backgry.jpg);
}

/*text in the middle section */
.maintext {
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	font-size: x-small;
	background-image: url(graphics/BSA_bg2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* gray text background in a table row or data */
.tdbkgrey {
	background-color: #DFDEDD;
	background-image: url(graphics/backgry.jpg);
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

/* gray ackground at the bottom of the page */
.tdbkgreybtm {
	background-color: #DFDEDD;
	background-image: url(graphics/backgry.jpg);
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
}

/* footer styling */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #999999;
}

/*border around the outside table */
.whitetablebk {
	background-color: #FFFFFF;
	border: thick double #673301;
	font-size: xx-small;
}

/* heading styles in the announcement and webelo sections */
.whitetablebk .announcement h4 {
	background-color: #333333;
	font-variant: small-caps;
	color: #FFFFFF;
}

/* graphic in the background of the main text section */
.announce2 {
	background-image: url(images/BSA_bg2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}

/* general links on the page */
a:link {
	font-size: x-small;
	font-weight: bold;
	color: #29A400;
	text-decoration: none;
}
a:hover {
	font-size: x-small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-size: x-small;
	font-weight: bold;
	color: #336633;
	text-decoration: none;
}

/* links in the top navigation section */
.navannouncement a:link {
	font-size: x-small;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.navannouncement a:hover {
	font-size: x-small;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.navannouncement a:visited {
	font-size: x-small;
	font-weight: bold;
	color: #92C4A7;
	text-decoration: none;
}

/*Links in the footer section at the bottom */
.footer a:link {
	font-size: xx-small;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:hover {
	font-size: xx-small;
	font-weight: bold;
	color: #92C4A7;
	text-decoration: none;
}
.footer a:visited {
	font-size: xx-small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.scoutmasterlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	background-color: #360;
}
.scoutmasterlink a:link {
	font-size: large;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #060;
}
.scoutmasterlink a:hover {
	font-size: large;
	font-weight: bold;
	color: #FFC;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #060;
}
.scoutmasterlink a:visited {
	font-size: large;
	font-weight: bold;
	color: #FF9;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #060;
}

