body, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left; 
}

#calendarcontent {
	padding: 10px;
}
#calendarcontent a:link {
	color: #993333;
}
#calendarcontent a:visited {
	color: #0033FF;
}

#menu {
	background-color: #99cc99;
	padding: 7px;
	font-size: 16px; 
	line-height:31px; 
	font-family: Arial, Helvetica, sans-serif;
}
#menu a:link {
	color: #993333;
}
#menu a:visited {
	color: #0033FF;
}
#menu a:hover {
	color: #0033FF;
}
#menu a:active {
	color: #0033FF;
}

#menub {
	background-color: #99cc99;
	padding: 20px;
	font-size: 15px; 
	line-height:18px; 
	font-family: Arial, Helvetica, sans-serif;
}

#menuright {
	background-color: #99cc99;
	padding: 10px;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
}
#menuright a:link {
	color: #993333;
}
#menuright a:visited {
	color: #0033FF;
}

.entry0 {
	margin-left: 0px;
margin-right:10px;
text-align:left;
	/*margin: 10px;*/ 
	line-height: 18px; 
	width: 100%;
}

.entry1 {
margin-left: 0px;
margin-right:10px;
text-align:left;
	/*margin: 10px;*/ 
	line-height: 18px;
	width: 100%; 
}

/*event titles and headers in menu column not using for Foresthill at this time
h1 {
	color: #0b0b75;
	font-family: Trebuchet MS, Arial, Helvetica, san-serif; 
	font-size: 15px; 
	font-weight: lighter; 
	border-bottom: 1px solid  #999999;
	background-color: #EEEEEE;
	padding: 4px 4px;
	margin: 0;
}*/

h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: lighter; 
	color: #335500;
	text-decoration:underline;
}
h1 a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: lighter; 
	color: #993333;
	text-decoration:underline;
}


.more {
	text-align: right; 
	text-transform: uppercase; 
	font-size: 9px; 
	margin: -10px 5px 0 5; 
}

.more a {
	text-decoration: none; 
	font-weight: bold; 
}

input, textarea, select {
	background-color: #FFFFFF;
	border: 1px solid #003333;
	padding: 2px; 
	font-size: 11px;
}

.addform {
	margin-left: 20px; 
}

.big {
	width: 100%;
}

.right {
	text-align: right; 
}

.left {
	text-align: left; 
}

.small {
	font-size: 10px; 
}

#caltable {
	background-color: #C5EBD8;
	margin: 10px; 
	padding: 5px; 
}

.readright {
	text-align: right;
	width: 30%;
	color: #9F9F9F;
}

.readdesc {
	text-align: left;
	margin-left:3px;
	width: 70%;
}

.eventtags {
	padding-top: 20px; 
}

.calendar {
	font-family: Verdana; 
}

.calendar-month {
	font-size: 11px; 
	font-weight: bold; 
}

.day-name {
	font-size: 9px; 
}

.weekday {
	font-size: 9px; 
}

.cats {
	padding: 3px 20px;
	text-align: left; 
}


/*vertical dividers between listing sections*/
.entleft {
	border-right: 1px solid #FFFFFF;
	text-align: left; 
	padding: 0 4px;
}

/*horizontal divider rule on read mores*/
.enttop {
	border-top: 1px solid #FFFFFF;
	text-align: left; 
	padding-top: 5px;
}

/*don't know what this is*/
.calendarbox {
	border: 1px solid #FFFFFF;
	margin: 10px;
	float: left;
	height: 120px;
	text-align: center; 
}

/*solid box behind welcome to user on right*/
#information {
	background-color: #FFFFFF;
}

/*solid box behind welcome to user on left*/
.infotitle {
	/*background-color: #993333;*/
	background-color:#660000;
	color:#FFFFFF;
	text-align:right;
}

