select {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: x-small;
	color: #630F1B;
}
input {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: x-small;
	color: #630F1B;
}
.style1 {
	font-size: xx-small;
	font-weight: bold;
	color: #FF0000;
}
.indexline {
   font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
   font-size:small;
   color: #60101a;
}

#content {
	position: absolute;
	left: 150px;
	top: 125px;
	width:80%;
    padding-bottom: 3em;
}

#tagline {
   font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
   font-size:small;
   color: #333333;
   text-align:right;
   width: 651px;
   border: 0px;
   border-top: #e7e09c solid 16px;
   padding-top: 3px;
   padding-right: 46px;

}

body {
    background: #ffffcc url(/images/bamboo_background.gif) no-repeat top left;
    padding-left: 125px;
    padding-top: 85px;
}

img {
	border: none;
}

#donate_box {
    position: absolute;
    left: 10px;
    top:  360px;
    display: block;
    background-color: #bc132a;
    color: #fff;
    border: 2px outset gray;
	text-decoration:none;
    padding: 5px;
    font-weight: bold;
    font-size: bigger;
    text-align: center;

}

.GeneralText{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:small;
	color:#333333;
	font-weight: normal;
}
	
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#navbar a {
	color: #000;
	background-color: #be0c15;
	background-color: #879815;
	vertical-align: middle;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	
}

a#current {
	color: #FFC;
	background-color: #879815;
}
#updated{
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
   	font-size: x-small;
	text-align:right;
   
}

.boardmember {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999900;
	cursor: pointer;
}
#bionames {
	width:150px;
	text-align:right;
	float:left;
	cursor: default;
	}
#biocontent {
	width:60%;
	height:475px;
	padding-right:15px;
	text-align:justify;
	float:left;
	padding-left: 50px;
	overflow: auto;
	}
#aboutdesc{
	display: block;
	width:100%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:small;
	color:#333333;
	font-weight: normal;

	}
#aboutpics {
	display: block;
	width:50%;
	height:300px;
	clip: rect(0px,0px,auto,auto);
	float: right;
	text-align: center;
}
a#signin:link, a#signin:visited{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-align: right;
	
	font-size:x-small;	
	color: red;
}

/*Styles for the Drop Down Menus */
#dropmenudiv {
    position:absolute;
    border:1px solid black;
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    filter:alpha(opacity=90); 
    -moz-opacity: 0.9; 
    opacity: 0.9;
}

#dropmenudiv a{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid black;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    color: #5A6605;
}

#dropmenudiv a:hover { 
    background-color: #E6E673;
}

.error {
    color: red;
    font-size: smaller;
}
