.ImageRight {
	vertical-align: top;
	position: relative;
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: thin solid #000000;
	padding: 5px;
}

.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: lighter;
}
.staffContainer {
	width: 350px;
	border: medium none #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.staffContainer img {
width: 110px;
}
.staffImage {
	vertical-align: top;
	position: relative;
	border: thin solid #000000;
	padding: 5px;
	float: right;
	margin-right: 10px;
	min-height: 0px;
}
.newsImage {
	vertical-align: top;
	position: relative;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	width: 100;
	z-index: 1;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.itemText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: top;
	word-spacing: normal;
	margin-bottom: 10px;
}
.sectionImage {
	vertical-align: top;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
	width: 125;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.newsDiv {
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 10px;
}
.formTxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 3pt;
}

.holeImage {
	vertical-align: top;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #666666;
}


.newsImageRight {
	vertical-align: top;
	position: relative;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	width: 100;
	z-index: 1;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #CCCCCC;
}
/*Diary entry styles*/
.DayEntryText, .calDays, .WkendDayEntryText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.DayEntryText, .WkendDayEntryText {
	font-style: normal;
	color: #000066;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.DayEntryText1 {

	background-color: #EAEAEA;
}



.WkendDayEntryText1 {
	background-color: #99CCCC;
}

.CalDays, .CalDaysWkend {
	font-weight: bold;
	color: #000066;
	text-indent: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-style: italic;
	padding: 5px;
	margin-bottom: 5px;
	vertical-align: text-top;
}

.CalDays1 {
	background-color: #919191;
	background-image: url(../site%20images/greyGrad.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.CalDaysWkend1 {
	background-color: #339999;
	background-image: url(../site%20images/greenGrad.gif);
	background-repeat: repeat-y;
	background-position: right;
}

