/* CSS Document */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	background-color: #b5b3b6;
}
body {
	scrollbar-base-color: #8195b7;
	scrollbar-face-color: #8195b7;
	scrollbar-track-color: #8195b7;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #f2f2f2;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tableBorder {
	color: #afaeaf;
	border: 5px solid #999;
}
.contentBG .tableBorder tr td a img {
	border: 2px solid #8195b7;
}

.lftSideBg {
	background-attachment: scroll;
	background-image: url(../images/lft-side-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.rtSideBg {
	background-attachment: scroll;
	background-image: url(../images/right-side-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8195b7;
	text-decoration: none;
	margin-bottom: 5px;
}
.homeFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
.contentBG {
	background-image: url(../images/content-bg-tall.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.contentBGhome {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 655px;
	width: 980px;
	clear: right;
	
}
.contentBGfeatured {
	background-image: url(../images/featured-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 264px;
	width: 980px;
	clear: right;
}

.contentBox {
	background-color: #99C;
	padding: 10px;
	width: 850px;
	border: 8px solid #D2D2D2;
	margin: 35px;
	text-decoration: none;
	font-size: 24px;
	font-weight: 500;
	color: #333;
}
.contentTxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #333;
	text-align: left;
}
.smallText.smallText a:hover {
	color: #FFF;
}
.headerBG {
	background-image: url(../images/pennant-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.headerText {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: blink;
	font-style: italic;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

.headerTextLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 900;
	font-variant: small-caps;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 35px;
}
.contentBG #contentBox p a img {
	border: 0px none #8195b7;
}
.footer {
	background-color: #b5b3b6;
}
.noBorder {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
