/* CSS Document */

a {
	color: #99CC99;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
}
a:hover {
  color: #186321;
}
a:visited {
  color: #99CC99;
}
a:active {
  color: #99CC99;
}
body {
	background-color: #000000;
	color: #ffc400;
	margin: 0px;
	padding: 0px;
}
tr {
	vertical-align: top;
}
.indeximage {
  background-image: url(http://www.gummistudio.com/fhs/www/images/random-images/index/rotator.php);
  background-repeat: no-repeat;
}
.mainContentCell {
	margin: 0px;
	padding: 15px 20px;
}
.textcell {
	background-color: #e6e6e6;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 15px 20px;
	letter-spacing: 1px;
	background-repeat: repeat;
	background-position: center center;
	background-image:  url(http://www.franklinquakers.org/images/logo-bck2.gif);
	background-attachment: scroll;
	line-height: 14px;
	border: 1px solid #999999;
	vertical-align: top;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffc400;
	letter-spacing: 1px;
}
.missiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 21px;
	letter-spacing: 1px;
	padding-left: 40px;
	padding-right: 60px;
}
.criticalcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffc400;
	letter-spacing: 1px;
	background-image:  url(images/crit-spot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 15px 10px;
	vertical-align: top;
}
.criticalcelltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffc400;
	letter-spacing: 1px;
}
.texttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #186321;
}
.greycell {
	text-align: left;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CC99;
	font-style: normal;
	background-color: #333333;
	font-weight: bold;
	padding: 2px;
	vertical-align: middle;
}
.ltgreentext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #99CC99;
	text-decoration: none;
	font-size: 11px;
}
.whttext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
.flushright {
	padding-right: 5px;
}
.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
	font-size: 11px;
}
.yllwtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #ffc400;
	text-decoration: none;
}
.cellborder {
	border: thin solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.cellmargin {
	margin-right: 60px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

/* Styles for Main Menu added by elmiller
   Be careful about changing ul and li elements here, it may break the menu dropdowns */

#menu {
	background-color: #000;
	color: #c3dbba;
	font-family: arial, "sans serif";
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 0px;
	padding: 0px;
	width: 126px;
}
#menu a, #menu a:visited {
	display: block;
	background-color: inherit;
	color: #c3dbba;
	width: 126px;
}
#menu a:hover {
	color: #ffc400;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
}
#menu li {
	float: left;
	width: 126px;
}
#nav li:hover ul {
	left: auto;
}
#menu ul li {
	cursor: pointer;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	width: 126px;
}
#menu li ul {
	background-color: #333;
	font-size: 11px;
	position: absolute;
	left: -999px;
	width: 185px;
}
#menu li ul a {
	width: 185px;
}
#menu li ul li {
	border-bottom: 1px solid #555;
	padding: 4px 0px 4px 10px;
	width: 185px;
}
#menu li:hover ul, #menu li.sfhover ul { 
	left: 95px;
	top: -2px;
	z-index: 5;
}

/* Styles for Flash Media Player added by elmiller */

#mediaPlayer p {
	background-color: #000;
	color: #c3dbba;
	font-family: arial, "sans serif";
	font-size: 10px;
	font-weight: bold;
	width: 120px;
}

/* Styles for Footer added by elmiller */

#copyRightDate {
	font-size: 80%;
	background-color: #000;
	color: #c3dbba;
	padding: 2px 10px;
}
