/* CSS Document */
/*=============================*/
/* Home & Giving Container Styles */
/*=============================*/

/* Styles the container with normal text, large white heading and transparent background */
.plainContainerWrapper {
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}
.plainContainerTitle {
	width: 100%;
}
.plainTextContainer H2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	color:#55849F;
	text-align: left;
	font-weight: normal;
	}
.greenRuleContainerWrapper {
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #D0D73E;
}
.blueContainerWrapper {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	background-color: #EFF8FA;
	padding: 8px;
}
.outlookContainerWrapper {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	/*background-color: #FCF2CB;*/
	background-color: #F6E2B2;
}
#outlookPic {
	float: left;
	margin: 1px 7px 1px 1px;
	background-image: url(outlook.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	width: 57px;
}
.outlookTextContainer p {
	font-size: 13px;
	line-height: 14px;
	color:#54839F;
	letter-spacing: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 8px 0 7px 0;
	}
html>body .outlookTextContainer p {
	padding: 8px 0 5px 0;
}
.outlookTextContainer a {
		font-size: 10px;
}
.plannerContainerWrapper {
	width: 100%;
	text-align: center;
	background-image: url(viewPlanner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
	height: 60px;
}
.plannerTextContainer p {
	font-size: 14px;
	line-height: 14px;
	color:#FFFFFF;
	letter-spacing: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 19px 0 7px 67px;
	font-weight: bold;
	}
html>body .plannerTextContainer p {
	padding: 19px 0 5px 67px;
}
.plannerTextContainer a, .plannerTextContainer a:link, .plannerTextContainer a:active, .plannerTextContainer a:visited  {
	font-size: 10px;
	font-weight: bold;
	color:#10547C;
	text-transform: uppercase;
}
.plannerTextContainer a:hover {
	color:#FFFFFF;
}