@charset "UTF-8";
/* CSS Document */

.background {
	background-color: #CCC;
	background-image: url(images/dotBG.jpg);
}
.content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	background-image: url(images/circlesTop.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodyText {
	line-height: 150%;
	padding-right: 30px;
	text-align: justify;
	padding-bottom: 15px;
}
.noteBox {
	padding-top: 10px;
	padding-right: 10px;
	line-height: 150%;
	color: #333;
	font-weight: normal;
	padding-left: 15px;
}
.noteDate {
	line-height: 100%;
	font-weight: bold;
	color: #333;
}
.bottomFade {
	background-image: url(images/fadeBottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftFade {
	background-image: url(images/leftFade.png);
	background-repeat: repeat-y;
	background-position: right;
}
.rightFade {
	background-image: url(images/rightFade.png);
	background-repeat: repeat-y;
	background-position: left;
}
.navRed {
	background-color: #D91C5C;
}
.navBlue {
	background-color: #00b0d8;
}
.navOrange {
	background-color: #f26522;
}
.navGreen {
	background-color: #8bc53f;
}
.navGrey {
	background-color: #b3b3b3;
}
.noteTitle {
	line-height: 100%;
	font-weight: bold;
	color: #d91c5c;
	text-transform: none;
	text-align: left;
}
.noteBoxText {
	line-height: 150%;
	color: #333;
	font-weight: normal;
}
.bodyTextGrey {
	line-height: 150%;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #b3b3b3;
	text-align: justify;
	padding-bottom: 15px;
}
.bodyTextBlue {
	line-height: 150%;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #00b0d8;
	text-align: justify;
	padding-bottom: 15px;
}
.bodyTextGreen {
	line-height: 150%;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #8bc53f;
	text-align: justify;
	padding-bottom: 15px;
}
.bodyTextRed {
	line-height: 150%;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D91C5C;
	text-align: left;
	padding-bottom: 15px;
}
.blueHeadings {
	line-height: 150%;
	font-family: "Century Gothic";
	font-size: 20px;
	text-transform: uppercase;
	color: #00b0d8;
	font-weight: lighter;
}
.orangeHeadings {
	line-height: 150%;
	font-family: "Century Gothic";
	font-size: 20px;
	text-transform: uppercase;
	color: #f26522;
	font-weight: lighter;
}
.subHeadings {
	line-height: 150%;
	font-family: "Century Gothic";
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
}
.bodyTextNone {
	line-height: 150%;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D91C5C;
	text-align: justify;
	padding-bottom: 15px;
}
.noteTitleBlue {
	line-height: 100%;
	font-weight: bold;
	color: #00b0d8;
}
.noteTitleBlueImg {
	line-height: 100%;
	font-weight: bold;
	color: #00b0d8;
}
.featItemL {
	background-image: url(images/featItem_L.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.featItemR {
	background-image: url(images/featItem_R.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.featItemBL {
	background-image: url(images/featItem_BL.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.featItemBR {
	background-image: url(images/featItem_BR.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.featItemB {
	background-image: url(images/featItem_B.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.featItemBG {
	background-image: url(images/featBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodyTextOrange {
	line-height: 150%;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f26522;
	padding-top: 15px;
}
.featItemBGBottom {
	background-image: url(images/featBG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

