BODY {
margin:0;
padding:0;
margin-top: 0;
margin-bottom: 0;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
}

A:link  {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
text-decoration: underline;
color: #660033;
}

A:active  {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
text-decoration: underline;
color: #FF0000;
}

A:visited  {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
text-decoration: underline;
color: #660033;
}

A:hover  {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
text-decoration: underline;
color: #990000;
}

ul li {
	margin: 0px;
	text-decoration: none;
	list-style-type:none;
	list-style-image: url(img/bullet.gif);
}

.bodytext {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
}


#nav {
	background-image: url(img/nav-bg.gif);
	margin: 0px;
	padding: 0px;
}

.ref {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
	
/* can be deleted
#nav h2 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
*/

#nav ul {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	/* added two declarations below */
	margin-top: -3px;
	margin-bottom: 3px;
}
#nav ul li {
	margin: 0px;
	text-decoration: none;
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E7D7BD;
	list-style-image: none;
}

#nav a {
	color: #E7D7BD; /*changed from #333 - shellieb*/
	text-decoration: none; /*changed to none from 'underline' - shellieb*/
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
/* lines below to prevent extra spacing in IE */
#nav img {display: block}
.nav {display: block}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #663300;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin: 0px;

}
.quote {
	font-size: 12px;
	font-style: italic;
}
.author {
	font-size: 12px;
	color: #993300;
}
.superscript {
	vertical-align: super;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #993300;
}

.zazen {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: 666666;
}

#callOut {
	height: auto;
	width: 140px;
	margin: 0px 10px;
	padding: 12px;
	float: right;
	border: 1px solid #9F9A7C;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #FCEFD2;
}

#callOut a {
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #663300;
	text-decoration: none;
}

#callOut a:hover {
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-decoration: none;
	font-style: italic;
}

#callOut ul {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: -3px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#callOut ul li {
	margin: 0px;
	text-decoration: none;
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-image: none;
}
img.imgborder {
	border: 1px solid black;
	padding: 0px;
	}

/*use this div on images that float left*/
div.imageL {
	float: left;
	border: 1px solid black;
	padding: 4 4 4 4px;
	margin: 0 10 0 0px;
	}

/*use this div on images that float right*/
div.imageR {
	float: right;
	border: 1px solid #666666;
	padding: 4px;
	margin: 0 10 0 0px;
	}

#foot {
	font-size: 10px;
	color: #E7D7BD;
}
#foot a {
	font-size: 10px;
	color: #E7D7BD; /*changed from #333 - shellieb*/
	text-decoration: none; /*changed to none from 'underline' - shellieb*/
}
#foot a:hover {
	color: #D8BD92;
	text-decoration: none;
}
div.caption {
    float: right;
    width: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    }

div.caption img {
    border: 1px #000000 solid;
    }

div.caption p {
	font-style: italic;
	text-align: center;
	margin-bottom: 0px;
	font-size: 11px;
    }

	.imageBorder {
		border: 1px solid #666666;
		padding: 4px;}
