@charset "UTF-8";
.SiteColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 15px;
	padding: 5px;
	width: 400px;
	float: left;
	border: 2px outset #000;
	height: 860px;
	background-color: #FFEBA5;
}
#logoText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	color: #002886;
	font-weight: bold;
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #002886;
}
#SidebarTitle {
	font-size: 24px;
}
.smallText {
	font-size: 14px;
	text-align: center;
}
.Underscore {
	text-decoration: underline;
}
.thrColFixHdr #CalSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 184px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	background-image: url(file:///BOOCKER OCC/CIS1722-Web Publishing/CST/images/Parchment_Paper_Texture_by_sinnedaria.jpg);
	font-family: Papyrus;
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	height: 800px;
	background-image: url(images/parchment_texture.jpg);
	padding: 10px;
}
.CalendarTitle {
	font-size: 24px;
	font-weight: bold;
}
.IndentParagraph {
	margin-left: 50px;
}
.emphasis {
	font-weight: bold;
}
