/* body styles */
body {
	background-color: #663105;
	margin: 0px;	 
	}
.back-grad {
	background-image: url(../images/knick-bg-grad.gif);
}
#headerWrapper {
background-image: url(../images/header.gif);
}
.nav-text-grad {
	background-image: url(../images/nav/nav-grad-1002.gif);
	background-repeat: no-repeat;
}


/* table styles */

.main-table {
	border: medium double #663105;
	background-color: #AE864F;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 0 0;	 
	padding: 15px;
	background-image: url(../images/knick-bg-grad-lite.gif);
	background-repeat: repeat-x;
}
.middle-table {
	background-color: #ae864f;
	border: medium double #663105;
	margin: 0px;
	padding: 0px;	 
	background-image: url(../images/knick-bg-grad-lite.gif);
	background-repeat: repeat;
}

.mid-table {
	border: medium double #663105;
	padding: 0px;
	background-color: #BB9868;
	vertical-align: top;
}
.mid-table-open-top {
	padding: 0px;
	background-color: #BB9868;
	vertical-align: top;
	border-width: medium;	 
	border-style: none double double double;	 
	border-color: #663105;	 
}
.mid-table-open-bottom {
	padding: 0px;
	background-color: #BB9868;
	vertical-align: top;
	border-width: medium;	 
	border-style: double double none double;	 
	border-color: #663105;	 
}
.link-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	border-width: thin;	 
	border-style: dotted;	 
	border-color: #663105;	 
	background-color: #CBAE87;	 
	 
}

/* text styles */

.text-pad {
	padding: 10px;
}

.red-text {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #63252d;
	padding: 0px;
	line-height: 18px;
	top: 0px;
	right: 0px;
	vertical-align: top;
	text-align: justify;
	margin: 0px;
	word-spacing: normal;
	font-weight: normal;
}
.red-center {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #63252d;
	text-align: center;
}

.cap-text {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #63252d;
}

.title-text {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #800000;
}
.style8 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #63252D;	 
}
.style7 {
	color: #000000;
	font-size: 12px;
}

/* headlines and subheads */
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7F0000;
	font-weight: bold;
	text-align: center;
}
.headline-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7F0000;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.headline-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7F0000;
	font-weight: bold;
	text-align: left;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #7F0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.subhead-center {
	font-size: 14px;
	font-weight: bold;
	color: #7F0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.sub-sub-head {
	font-size: 12px;
	font-weight: bold;
	color: #7F0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

	/* link styles */
a:link {
	color: #63252D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7F0000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #996600;	
}
	
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}

/* pics and borders */

.pic-border {
	border: medium double #663105;
}
.pic-single {
	border: thin solid #663105;
}
.fill-border {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #663105;
	border-left-color: #663105;
}
.float-left-margin {
	float: left;
	margin-right: 8px;
	border: thin solid #663105;
}
.float-right-margin {
	float: right;
	margin-right: 8px;
	border: thin solid #663105;
}
