body {
	background: #666666 url(images/bgLeft.gif) repeat-y;
	background-position: top left;	
	margin:0;
	font-family: Arial;
}
a {
	text-decoration: none;
	color:black;
}
h4 {
	margin: 0;
	clear: none;
}

/* LEFT NAV STYLES */


td#logoCell, div#address {
	border:5px solid darkkhaki;
	border-width: 5px 0;
	padding:0;
	margin:0;
}

#logoCell img {
	margin: 0;
}

td.leftLink {
	font-size: 11px;
}
.leftLink a {

	white-space: nowrap;
	background-color: ghostwhite;
	padding:2px;
	margin: 5px;
	display: block;
	text-align: center;
}
.leftLink a:hover {
	background-color: darkkhaki;
	color:white;
}
div#divLeftNav {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 200px;
}
table#leftNav {
	margin-top: 25px;
}

div#address {
/* address border style - see above */
	width: 170px;
	/*display: block;*/
	background-color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	padding: 5px;
	position: absolute;
	top:500px;
}

/* MAIN CELL STYLES */
/* index page styles */
div#indexDiv {
	width:725px;
	position: absolute;
	left: 220px;
	height: 100%;
	background:transparent url(images/bgThreeDark.gif) repeat;
	border: 1px solid darkkhaki;
	border-width: 0 25px;
	padding: 0 20px;
}
#indexDiv p {
	background: white;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
}

td.iTblRight {
	width: 100%;
	background-color: white;
	text-align: left;
	padding: 10px 10px;
	vertical-align:top;
}

#iTbl th {
	background-color: darkkhaki;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding:  5px;
}

#iTbl td {
	background-color: white;
	font-size: 12px;
	margin:  0;
	border: 2px solid darkkhaki;
	border-width: 5px 0;
}
span.indexHead {
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: darkkhaki;
	margin-bottom: 10px;
}
table#iTbl a {
	display:block;
	background-color: darkkhaki;
	padding: 1px;
}
/* general page styles */
div#paper {
	width:725px;
	z-index: 0;
	position: absolute;
	left:200px;
	top:0;
	background-color: #666666;
	padding:15px 0 0 20px;
}
/* BORDERS FOR MAIN CELL */

td#topBorder {
	background: transparent url(images/tornEdgeTop.gif) repeat-x;
	background-position:top left;
}
td#leftBorder {
	background: transparent url(images/tornEdgeLeft.gif) repeat-y;
	background-position:top right;
}
td#rightBorder {
	background: transparent url(images/tornEdgeRight.gif) repeat-y;
	background-position:top left;
}
td#bottomBorder {
	background: transparent url(images/tornEdgeBottom.gif) repeat-x;
	background-position: bottom right;
}

td#mainCell, td#wideCell {
	margin-right: 10px;
	padding: 0 0 0 10px;
	font-size: 13px;
}

td#mainCell p, td#wideCell p {
	font-size: 13px;
/*	margin-top: 5px;
	margin-bottom: 0;*/
}
td#wideCell {
	padding-top: 5px;
}

td#titleCell, span#titleOnly {
	white-space: nowrap;
	margin: 0;
	padding: 10px;
	padding-bottom: 0;
	font-family: Arial Black;
	font-style:italic;
	font-size:24px;
	letter-spacing: 0.75em;
	font-variant: small-caps;
}

td#copyCell {
	padding: 10px 0 0 10px;
}
td#photoCell {
	padding: 10px;
}
p.caption {
	margin-top:0;
	font-size: 11px;
}
#photoCell img {
	margin: 0;
	margin-bottom: 10px;
}
		
td#copyCell p {
	font-size: 13px;
	margin: 5px 10px 2.5px;
}
td#wideCell li {
	font-size: 13px;
	margin: 1px 15px;
	list-style: outside square;
} 
td#pageTitle {
	padding: 0;
}
p.textIndent {
	padding-left: 5px;
}
img.copyPix {
	float:right;
	clear:both;
	margin:0 20px 20px 20px;
}
img.vertKanji {
	margin-left: 25px;
	margin-top: 25px;
}
img.hKanji {
	margin: 0 25px 0 0;
}
p.tightP {
	font-size:11px;
}

/* styles for schedule page */

.table-heading th {
	text-align: center;
}
/*MEMBERS PAGES STYLES*/
div#loginForm {
	position:absolute;
	left:550px;
	top:50px;
	width: 175px;
	text-align: center;
	font-size: 11px;
	padding: 5px;
	margin: 10px;
	background-color: ghostwhite;
	border: 4px groove #999999;
}
#loginForm input {
	border:1px solid #333;
	cursor: pointer;
}
div#logout {
	width:175px;
	margin-left:50px;
	margin-top:0;
	font-size: 11px;
	letter-spacing:0;
	font-variant: normal;
	background-color:#CC99FF;
	border:4px ridge darkviolet;
	border-width: 4px 0;
	padding:5px;
	font-size: 12px;
	text-align: center;
}
div#logout a:hover {
	font-weight: bold;
	color:darkviolet;
}

div#membersNav {
	margin-top:10px;
	border:4px ridge darkviolet;
	border-width: 4px 0;
	background-color:lavender;
	padding:5px;
	font-size: 14px;
	text-align: center;
}
div#membersTitle {
	margin-bottom: 0;
	text-align:center;
	width:50%;
	border:4px ridge darkviolet;
	border-width: 0 0 4px 0;
	font-weight: bold;
	background-color:lavender;
	color: darkviolet;
}

#modifyUser p {
	margin: 10px 0 10px 5px;
}
td#membersMsg {
	margin-top:10px;
	border:4px ridge darkviolet;
	border-width: 4px 0;
	background-color:lavender;
	padding:3px;
	font-size: 11px;
	text-align: center;
}
.membersForm legend {
	color: lavenderBlush;
	font-size:14px;
}

.error {
	display: block;
	margin-bottom: 0;
	padding:5px;
	font-size: 11px;
	font-weight:bold;
	color:white;
	background-color: red;
}

p.memberData {
		background-color:lavender;
		padding:2.5px 5px;
}
/* ADMIN STYLES */

table#adminTable {
	padding-top: 25px;
	text-align: center;
	border: 4px double #999;
}

tr#topAdminRow th {
	font-size: 14px;
}

tr#adminNav {
	font-size: 12px;
	background-color: #CCC;
}
#adminNav a {
	display:block;
	padding: 2px;
}
#adminNav a:hover {
	background-color: #666;
	color:white;
}

table.tblAdmin{
	background-color: #CCC;
}

table.tblAdmin td {
	background-color: white;
}
#tblSchedForm th {
	font-size: 12px;
	text-align: left;
}
table#tblSchedForm td {
	font-size: 12px;
	text-align: left;
}

table#tblAnnForm table {
	font-size: 12px;
}
tr.btnRow td {
	background-color: #CCC;
}
.footer {
	background-color: white;
	font-size: 12px;
}

.txtinput {
	width: 225px;
}

p.msgTitle {
	margin: 0;
	padding: 2.5px;
	background-color: #CCC;
	border: 1px solid black;
	font-weight: bold;
	font-size: 13px;
}
p.stats {
	margin:5px;
	font-size: 11px;
}

#msgForm div {
	width: 300px;
	margin-left: 25px;
	background-color: #CCC;
	padding:4px;
	font-size: 11px;
	border: 8px groove #999;
}

.btnMsg {
	width: 150px;
	font-size: 11px;
	margin: 2.5px 0;
}

.adminDelete {
	margin:0;
}
/* CSS Document */

