/* Title Bar */
	.TitleBar {
		background-color: #0066ff;
		color: white;
		font-size: 150%;
	}
	
/* For Use in the Toolbar include */	
	.WhiteLink {
		color: white;
		font-family: arial;
	}
	
/* This will bring all of the text in .3 inches */
	.IndentedBody {
		/* margin-left: .6in; */
		background-color: white;
		/* padding-left: .1in; */
		padding-top: .1in;
	}

	.DateFormat {
		font-style: italic;
		font-size: 10pt;
		color: black;
	}
	
	.HighlightedSmall {
		background-color:#FFFF66;
	}

	.Highlighted {
		font-weight: bold;
		background-color:#FFFF66;
		font-size: 100%;
	}
	
	.AccentOnToolbar {
		background-color: #FFFFCC;
	}
/*
	These styles are for the latest evets list that will usually show on the front page.
*/
.LatestEventDate {
	font-size: 80%;
	padding-top: 10px;
}
.LatestEventTitle {
	font-size: 80%;
	padding-left: 10px;
}
.LatestEventLocation {
	font-size: 80%;
	padding-left: 10px;
}
#contentarea {
	padding:20px;
	width:560px;
}