.navcontainer {
	width: 165px;
	background-color: #B4C1D6;
	margin: 3px 1px 1px;
	padding: 3px 1px 1px;
}
.navcontainer ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B4C1D6;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-weight: bold;
}
.navcontainer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B4C1D6;
	display: block;
	padding: 3px;
	width: 162px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
.navcontainer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navcontainer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navcontainer a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navcontainer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #879CBC;
	text-decoration: none;
	font-weight: bold;
}
.highlightedbox {
	text-align: center;
	padding: 5px;
	border: 2px dashed #8A7338;
	font-size: medium;
	width: 345px;
}
.welcome_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B4C1D6;
	font-weight: bold;
}
.box_home_white {
	float: left;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box_home_blue {
	background-color: #DFE4EE;
	float: left;
	width: 350px;
	padding-bottom: 10px;
	border-top: thin solid #DFE4EE;
	border-right: thin solid #B4C1D6;
	border-bottom: thin solid #B4C1D6;
	border-left: thin solid #DFE4EE;
}
.green_moments_sidebar {
	float: right;
	width: 160px;
	font-size: smaller;
	margin: 10px;
	padding: 10px;
	line-height: 1.2em;
	border: 1px dashed #49AF00;
}
.upcoming_events_p {
	font-size: x-small;
	padding-left: 5px;
	padding-right: 5px;
}
