body {
	margin: 0px;
	padding: 0px;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #ffffff;
}

body, p, td, div {
	font-family: georgia, sans-serif, verdana, arial, tahoma;
	color: #000000;
	line-height: 175%;
	font-size: small;
}

a {
	text-decoration: underline;
	color: #cc9900;
	text-align: center;
}

a:hover {
	color: #cc6600;
}

a:visited {
	color: #993300;
}

a.TopNav {
	text-decoration: none;
	color: #ffffff;
	font-size: medium;
	text-align: center;
}

a.TopNav:hover {
	color: #ffffff;
}

a.BookLink {
}

a.BookLink:hover {
}

a.TopNavSelected {
	color: #cc9900;
	font-size: large;
	text-decoration: none;
	text-align: center;	
}

#RandomQuote {
	color: #336633;
	font-style: italic;
	font-size: small;
	text-align: right;
	font-variant: small-caps;
	padding-top: 5px;
}

.SelectedTab {
	background-color: #ffffff ;
	border-width:1px;
	border-style:solid;
	border-color: #000000;
	border-bottom-color: #ffffff;
	height:25px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

.OtherTabs {
	background-color: #669966;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;	
}

.SubMenu {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	border-bottom-color: #000000;	
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;	
}

.pageTitle {
	font-size: x-large;
	color: #336633;
	font-weight: bold;
	line-height: 100%;
	padding: 0px;
	margin: 15px 0px;
}

.pageTitle:first-letter {
	font-size: xx-large;
}

.interbeingTitle {
	font-size: medium;
	color: #333;
	font-weight: bold;
	margin: 25px 0px 0px 0px;
}

.credits {
	font-style: italic;
	font-size: x-small;
}

.inlineQuote {
	font-style: italic;
	line-height: 125%;
	font-size: small;
}

a.SubLink {
	text-decoration: none;
	color: #999999;
}

a.SubLinkSelected {
	text-decoration: none;
	color: #cc9900;
}

a.SubLink:hover {
	color: #cc6600
}

.SubNavBar {
	border-bottom: 1px solid #aaaaaa; 
	font-size: small; 
	font-variant: small-caps; 
	color: #999999; 
	font-weight: normal;
	text-align: center;
	line-height: 140%;
}

.BottomNavBar {
	border-bottom: 1px solid #aaaaaa; 
	border-top: 1px solid #aaaaaa; 
	font-size: small; 
	font-variant: small-caps; 
	color: #999999; 
	font-weight: normal;
	text-align: center;
}

.copyright {
	color: #aaaaaa;
	font-size: x-small;
	text-align: center;
	margin-top: 5px;
}

.textBody {
	text-align:justify;
}

.dashSep {
	border-bottom: 0px;
	border-left: 0px; 
	border-right: 0px;
	border-top: 1px dashed #ccc;
	height:1px;
}

.quote1 {
	color: #333;
	font-size: small;
	border-top: 1px dashed #c90;
	border-bottom: 1px dashed #c90;
	background-color: #f5f5f5;
	padding: 10px 15px;
	margin: 5px 0px;
	line-height: 200%;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	top: 0px;
	width: 150px;
	border: 1px solid black;
	padding: 5px;
	background-color: #363;
	visibility: hidden;
	z-index: 100;
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	top: 0px;
	z-index: 101;
	visibility: hidden;
}

@media print {
	.noPrint, .BottomNavBar {
		display: none;
	}
}