#calendar {
 width: 200px;
 text-align: center;
 margin: 10px 5px 20px 0px; 
}

.calendarBG {
 width: 100%;
 background-color: #000;
}

.calendarBlank {
 background-color: #f9f6ed;
}

.calendarHeader {
 font-weight: bold;
 color: #fff;
 text-align: center;
 background-color: #5A974B;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold;
 font-size:	11px;
 color: #fff;
 background-color: #1D9100;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}
fieldset {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px; 
        padding: 10px;
        border: 1px solid #f5f1c6;
}
label {
	font-size: 90%;
	float: left;
	width: 15em;
	margin-bottom: 8px;
        padding-bottom: 4px;
}
.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

#formnote {
  display: block;
  width: 340px;
  float: left;
}
.managementteamcontainer {
	display: block;
	float: left;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3AD6E;
	width: 540px;
	padding-top: 15px;
	font-size: 11px;
	line-height: 17px;
}
.leftphoto {
	float: left;
	width: 107px;
	margin-right: 25px;
	margin-bottom: 25px;
	height: auto;
}
.leftphototext {
	float: left;
	width: 107px;
	margin-right: 25px;
	margin-bottom: 4px;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}
