body {
	margin: 0px;
	padding: 0px;
	background-color: #463935;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
div,p,ul,ol,th,td {
	font-size: small;
	line-height: 1.5em;
}
p,ul,ol {
	margin: 0px 0px 0.75em;
}
ul,ol {
	list-style-position: inside;
	margin-left: 2em;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	color: Black;
	text-transform: none;
}
h1,h2,h3 {
	font-weight: normal;
}
h1 {
	font-size: 2.5em;
	margin-top: 0px;
	margin-bottom: 0.75em;
	padding-bottom: 0.4em;
	border-bottom: 1px dashed Gray;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
}
h2,h3,h4,h5,h6 {
	margin: 1.25em 0px 0.5em;
}
a {
	color: #6C8500;
}

#whole {
	position: relative;
	width: 750px;
	margin: 20px auto;
}
#dechenStrap {
	position: relative;
	top: -70px;
	width: auto;
	height: 70px;
	margin-left: 270px;
	margin-right: 15px;
	margin-bottom: -70px;
	font-size: 18px;
	color: white;
	line-height: 70px;
	text-align: right;
}
.headerImage {
	width: 748px;
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	border-bottom: 1px solid Black;
}

.whiteText {color: White; font-size: small}
.linkText {color: #98AE3A; font-size: small}

.navItem {
	padding: 5px 1em;
	margin: 1px;
	background-color: #485900;
	border-top: 3px solid #6C8500;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	line-height: normal;
}

.navItem a {
	text-decoration: none;
}

.navItem a:hover {
	color: White;
}
#pageBody {
	border: 1px solid Black;
	background-color: White;
	background-image: url(../ui/watermark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#pageBodyCell {
	border-bottom: 15px solid #EEE9E8;
}
#bodyContent {
	margin: 30px 30px 2em;
}
.zeroTopMargin {
	margin-top: 0px;
}
#footerLinks {
	margin: 2.5em 30px 1.5em;
	border-top: 1px dashed Gray;
	padding-top: 0.5em;
	text-align: center;
}
#footer {
	clear: both;
}
#copyright {
	margin: 1.5em 0px;
	font-size: small;
	color: White;
}


/* For pages with a flank */

#bodyCol {
	width: 78%;
	padding-right: 1.5em;
}
#flankFixed {
	width: 22%;
	padding-left: 1em;
	border-left: 1px dotted #EEE9E8;
}
#flankFloated {
	width: auto;
	float: right;
	margin: 0px 0px 2em 1.5em;
	padding: 1em 1em 1em 0.5em;
	background-color: #F4F7E8;
	border-top: 10px solid #6C8500;
}
#flankFixed ul, #flankFloated ul {
	margin-left: 0.5em;
}

#floatBox {
	width= 75%;
	float:none;
	border: 1px dotted #D6D6D6;
	margin: 1em 3em 1em 3em;
	padding: 1em 1em 1em 1em;
	background-color: #F9F9F9;
	border-top: 5px solid #6C8500;
}

#floatBox2 {

	border: 1px dotted #D6D6D6;
	margin:  2em 6em 2em 2em;
	padding: 1em 1em 1em 1em;
	background-color: #F9F9F9;
	border-top: 5px solid #6C8500;
}


/* esoteric formatting */

.picFloatLeft, .picFloatRight {
	margin: 0.25em 0px 0.5em;
	padding: 2px;
	border: 1px solid Silver;
	background-color: White;
}
.picFloatLeft {
	margin-right: 1.5em;
	float: left;
}
.picFloatRight {
	margin-left: 1.5em;
	float: right;
}
.imageBreathingSpace {
	margin: 1.5em;
}

.eventTable {
	margin: 0.75em 0px 1em;
}
.eventTable th, .eventTable td {
	padding: 1px 0.5em;
	text-align: left;
}
.eventTable th {
	border-bottom: 1px solid Gray;
	background-color: #EEE9E8;
}
.eventTable td {
	border-bottom: 1px dotted Silver;
}
#author {
	font-size: 1.5em;
	font-style:italic;
}
	