/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #F9F4D7;
	scrollbar-base-color : #F9F4D7;
	scrollbar-face-color : #F78F08;
	scrollbar-track-color : #F9F4D7;
	scrollbar-shadow-color : #E48108;
	scrollbar-highlight-color : #F9F9E9;
	scrollbar-darkshadow-color : #C26F08;
	scrollbar-arrow-color : #F9F4D7;
	scrollbar-3dlight-color : White;
}
table {
border-collapse: collapse;
}
input, textarea {
	background-color:#FFF4CC;
	}
.ltCel {
	background-attachment: scroll;
	background-image: url(../images/L-strip.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.rtCel {
	background-attachment: scroll;
	background-image: url(../images/R-strip.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.heads   {
	color: #c43b00;
	font-style: oblique;
	font-size: 25px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.bluehds { color: #191970; font-style: normal; font-weight: bold; font-size: 15px; font-family: Helvetica, Verdana; letter-spacing: 1px }
.address { color: #191970; font-style: normal; font-weight: bold; font-size: 9px; line-height: 12px; font-family: Verdana, Helvetica, "Sans Serif" }
.txthm { color: black; font-size: 12px; line-height: 20px; font-family: Verdana, Helvetica, Arial }
.txtreg { color: black; font-size: 11px; line-height: 16px; font-family: Verdana, Helvetica, Arial }
.smtxt   {
	color: #c43b00;
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial;
	margin-left: 10px;
}
.smquote { color: #106baf; font-style: normal; font-weight: bold; font-size: 9px; font-family: Verdana, Helvetica, Arial }
.quotes  { color: #106baf; font-style: oblique; font-weight: normal; font-size: 13px; line-height: 18px; font-family: Verdana, Helvetica }
.bold { font-weight: bold }
.bold-orange { color: #c43b00; font-weight: bold; font-size: 10px; text-transform: none }
.padCel {
	padding: 10px;
}
.smallDark { color: #323A7C; font-style: normal; font-weight: bold; font-size: 9px; font-family: Verdana, Helvetica, Arial; }
#floater {
	position: absolute;
	display: inline;
}
.navCel {
	background-attachment: scroll;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.topLeftBorder {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}
.bluehdsLow {
	color: #191970;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	font-family: Helvetica, Verdana;
	letter-spacing: 1px;
	line-height: 16px;
	margin-bottom: 2px;

}
.imgTopPad {
padding-top:5px;
}
.imgTopAndBottomPad {
padding-top:5px;
padding-bottom:30px;
}
.textBottomPad {
padding-bottom:15px;
}
