/* For Text-type Pages */
#container {
	min-height: 1200px;
	background-image: none;
}
/* Page Structure */
/* #textwood {
	height: 100%;
	width: 10%;
	margin: 0;
	padding: 0;
	background-image: url(../Images/woodBG.gif);
	background-position: top left;
	background-repeat: repeat-y;
	float: left;
} */
#textleft {
	position: absolute;
	height: 100%;
	width: 10%;
	margin: 0;
	padding: 0;
	background-image: url(../Images/woodBG.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#textright {
	position: relative;
	left: 10%;
	height: 100%;
	min-height: 1200px;
	width: 90%;
	min-width: 560px;
	margin: 0;
	padding: 0;
	background-image: url(../Images/navShadowR.png);
	background-position: top left;
	background-repeat: repeat-y;
	overflow: visible;
}
#textedgeright {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 20%;
	margin: 0;
	padding: 0;
	background-image: url(../Images/textCheckerEdge.png);
	background-position: top right;
	z-index: 103;
}
.textcopyright {
	position: absolute;
	bottom: 0;
	left: 182px;	
	margin: 0 auto;
	padding: 0;
	width: 60%;
	height: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #666666;
	text-align: center;
}
#textcontent {
	width: 50%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	float: left;
}
#textcontent p {
	margin: 1em auto;
	padding: 0;
	font-family: "DroidSerif", Georgia, Serif;
	font-size: .8em;
	line-height: 1.5em;
	text-align:	left;
	text-decoration: none;
	color: #333333;
}
#textcontent p strong {
	font-family: "DroidSerifBold", Georgia, Serif;
	font-weight: normal;
}
#textcontent ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CBCBCC;
}
#textcontent li {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "MuseoSlab", Georgia, Serif;
	font-size: .75em;
	line-height: 1.75em;
	text-indent: 32px;
	text-align:	left;
	text-decoration: none;
	color: #666666;
	list-style: none;
	display: block;
	border-top: 1px solid #CBCBCC;
}
#textcontent h1 {
	margin: 0;
	padding: 0;
	font-family: "GrotesqueDisplay200", Georgia, Serif;
	font-size: 8em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	text-align:	right;
	text-decoration: none;
	text-shadow: #BBB 0 -1px, #FFF 1px 1px;
	color: #DEDEDE;
	/* background-image: url(../Images/dashline1200.gif); */
	background-position: bottom left;
	background-repeat: no-repeat;
}
#textcontent h2 {
	margin: 1em auto;
	padding: 0;
	font-family: "MuseoSlabItalic", Georgia, Serif;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.5em;
	text-align:	left;
	text-decoration: none;
	color: #AAAAAA;
}
#textcontent h3 {
	margin: 1em auto;
	padding: 0;
	font-family: "MuseoSlab", Georgia, Serif;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	text-align:	left;
	text-decoration: none;
	color: #DA6117;
}

/* Navigation Band Adjustment */
#navband {
	min-height: 1200px;
}
#navbandtop {
	height: 315px;
}
/* #textleft {
	background: none;
}
#navband {
	background: #960;
	left: 10%;
}
#textright {
	background: #090;
}
#textcontent {
	background: #9C0;
}
#container {
	background: #93C;
}
.textcopyright {
	background: #3CC;
} */