body {
	background-color: #333031;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color:#1C3A09;
}
td {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color:#1C3A09;
}
hr {
	color:#E4D1B3;
	size:1px;
	height:1px;
	width:90%;
}

/* LINK SETTINGS */

A {
	color: #356119;
	text-decoration: underline;
}
A:hover {
	text-decoration: none;
	color:#8DA107;
}

A.filelink {
	text-decoration:underline;
	font-size:16px;
}
A.filelink:hover {
	text-decoration:none;
}
A.membernav {
	color: #356119;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
A.membernav:hover {
	text-decoration: underline;
	color:#8DA107;
}
A.footernav {
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}
A.footernav:hover {
	text-decoration: underline;
	color:#ffff66;
}


/* TABLE CELL FORMATTING */
td.bighead {
	background:#E4D1B3;
	padding:5px;
	padding-left:10px;
	font-weight:bold;
	border-left:6px solid #756853;
	border-top:1px solid #756853;
	font-size:14px;
	color:#383132;
}
td.bigcell1 {
	background:#B6CFE7;
	border-left:6px solid #1D5181;
	color:#113A60;
	font-size:14px;
	padding:3px;
}

td.bigcell2 {
	font-size:14px;
	padding:3px;
	background:#F2EBE0;
	color:#383132;
}

/* MEMBERSHIP DIRECTORY FORMATTING */
.memberhead { 
	font-weight:bold;
	border-bottom:1px solid #1D5181;
}
.membercell1 {
	background-color:#ffffff;
}
.membercell2 {
	background-color:#eeeeff;
}
A.letters {
	font-size:18px;
	font-weight:bold;
}



/* 7 DAY CALENDAR FORMATTING */
.dcalhead {	
	padding:10px;
	font-weight:bold;
	text-align:center;
	background-color:#E4D1B3;
	border:1px solid #333031;
	font-size:12px;
	color:#333031; 
}
.dcalcell {
	color:#2B377F;
	background-color:#ECEEFA;
	border-bottom:1px solid #A6ADDA;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
}



/* ANNOUNCEMENTS FORMATTING */
.announcehead {
	color:#48582A;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	border-bottom:1px solid #48582A;
}
.announcetitle {
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #7B8B5B;
}
.announcebody {
	color:#000000;
	font-size:11px;
}
A.announce {
	text-align:right;
	color:#FFFF00;
	text-decoration:underline;
}
A.announce:hover {
	color:#FFFFFF;
	text-decoration:none;
}


/* STAFF PAGE FORMATTING */
.staffname {
	font-size: 16px;
	font-weight: bold;
	color:#356119;
}
.stafftitle {
	font-size: 14px;
	font-style: italic;
}



/* FORM INPUT FORMATTING */

.formalert {
	font-size:16px;
	color: red;
	font-weight: bold;
}

input
{

}
input.pdform {
  font-family: tahoma, verdana, arial, helvetica;
  font-size: 11px;
  color: #616161;
  border:1px solid #999999;
  padding-left: 2px;
  letter-spacing: 1px;
  background:#ffffff;
}
input.button {
	background-color:#E4D1B3;
	color: #333031;
	font-size:11px;
	font-weight: normal;
	border:2px outset #c4b193;
}



/* CALENDAR SETTINGS */

.listcal_title {
	font-weight:bold;
	font-size:20px;
}
.listcal_time {
	font-weight:bold;
	font-size:16px;
	color:#999999;
}
.listcal_description {
	font-weight:normal;
	font-size:16px;
	margin-left:28px;
}




table.legend {
	border:3px solid #28387A;
}
td.legendtitle {
	color:#28387A;
	font-weight:bold;
	font-size:15px;
}

.calhead {
	font-size: 18px;
	font-weight:bold;
	color:#3F4926;
}

#calendar table {
	border: 1px solid #3F4926;
}
#calendar th {
	font-weight:normal;
	font-size:12px;
	background: #3F4926;
	color: #fff;
	margin: 3px;
	padding: 2px 5px;
}
#calendar td {
	background: #fff;
	font-weight:normal;
	color: #3F4926;
	padding: 2px;
	margin:0;
	height: 60px;
	text-align: right;
	vertical-align: top;
	border: 1px solid #3F4926;
}
#calendar td.notInMonth {
	background: #999;
}

.popupLink { 
	COLOR: red; 
	outline: none
}
.popup { 
	font-weight:light;
	text-align:center;
	POSITION: absolute; 
	VISIBILITY: hidden; 
	width: 200; 
	PADDING: 3px; 
	z-index: 10 
}
.popuptitle {
	font-weight:bold;
	font-size:15px;

}
.eventhead {
	font-size:22px;
	font-weight:bold;
	color:#253476;
}
