body {
	background-color: #f4f2ce;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #726324;
}


td {
	background-color: transparent;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #726324;
	text-align:left;
}

.site_bg {
	background-image: url("/images/site_bg.jpg");
	background-repeat: no-repeat;
	background-color: #dbd8a1;
}



.site_bg2 {
	background-image: url("/images/site_bg2.jpg");
	background-repeat: repeat-y;
	background-color: #f4f2ce;
}

.content {
	padding: 8px;
}

.header1 {
	color: #3e3408;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 18px;
}

.header_image {
	padding-left:5px;
}

.page_area {
	padding-left:10px;
}


.header2 {
	color: #5f5219;
	font-weight: bold;
}


/* ///////////////
  FILE SHARING
//////////////// */


.title {
	background-color: #063e14;
	color: #f4f2ce;
	font-weight: bold;
}


.members {
	background-color: #FFF;
}

.dim {
	background-color: #FFF;
	color: #928344;
}





/* ///////////////
  MAILING LIST
//////////////// */

.mlist {
	background-color: #726324;
	color: #f4f2ce;
	font-weight: bold;
}


.mlist1 {
	background-color: #FFF;
}


.mlist2 {
	background-color: #f6f5e6;
}





a.mlink:link {
color: #FFF;
}

a.mlink:hover {
color: #f4f2ce;
}

a.mlink:active {
color: #f4f2ce;
}

a.mlink:visited {
color: #FFF;
}

a.label {
color:#5F5219;
}






/* ///////////////
  DROPDOWN MENUS
//////////////// */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 73px;
	}
	
ul li {
	position: relative;
	}


li ul {
	position: absolute;
	left: 72px;
	top: 0;
	display: none;
	padding: 0px;
	width: 115px;
	}


ul li a {
	display: block;
	text-decoration: none;
	color: #eeecc4;
	background: #7d9f74;
	padding: 0px;
	}
   

li:hover ul, li.over ul { 
	display: block; 
	z-index: 10;
	}



/* Fix IE. Hide from IE Mac */
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */















a:link {
color: #174c27;
}

a:hover {
color: #779a70;
}

a:active {
color: #779a70;
}

a:visited {
color: #648a70;
}

a.label {
color:#5F5219;
}
