body {
	background: #ffffcc url(/images/BgndPage.gif);
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 12px;
	margin: 0;
  padding: 0;
}

#topLeft {
	background: url(/images/topleft.gif) no-repeat left top;
	height: 93px;
}

#topRight {
	background: url(/images/topright.gif) no-repeat right top;
	height: 93px;
}

#top {
	background: url(/images/top.gif) no-repeat center top;
	border-top: 1px solid Black;
	height: 93px;
}

#top h1 {
	color: #0099cc;
	font-weight: bold;
	font-size: 1.6em;
	margin: 60px 0 0 0;
	text-align: center;
}

#nav {
	background: #0099ff url(/images/navLeft.gif) no-repeat left top;
	color: white;
	font-weight: bold
	float: left;
	height: 31px;
	padding: 0 0 0 36px;
}

#navRight {
	background: url(/images/navRight.gif) no-repeat right top;
	float: right;
	height: 31px;
	padding: 0 128px 0 0;
	text-align: right;
	width: 200px;
}

#nav ul {
	list-style: none;
  margin: 0;
	padding: 6px 0 0 0;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	color: white;
	font-weight: bold;
	padding: 0px 4px;
	text-decoration: none;
	text-align: center;
}

#nav ul li a.selected {
	color: #ff9000;
	font-weight: bold;
	padding: 0px 4px;
	text-decoration: none;
	text-align: center;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#contentLeft {
	background: url(/images/splitter.gif) repeat-y right top;
	left: 36px;
	padding: 0 10px 0 0;
	position: absolute;
	right: 187px;
	top: 132px;
}

#contentLeft h1 {
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	color: #5c5c5c;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 0;
	padding: 4px 3px 3px;
}

#contentLeft h2 {
	border-bottom: 1px solid gray;
	color: #5c5c5c;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 3px 2px 3px;
}

#contentLeft p {
	padding: 0 3px;
}

#contentLeft p.home {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}

#contentLeft p.link {
	font-weight: bold;
	text-align: right;
}

#contentLeft p.address {
	font-weight: bold;
	line-height: 1.5;
	margin: 8px 0 0 8px;
}

#contentLeft img.up
{
	border: 0;
	float: right;
	height: 11px;
	margin: 2px;
	width: 17px;
}

#contentLeft td
{
	font-size: 0.75em;
}

#contentLeft #quoteFrame {
	background: #ffffcc;
	float: right;
	width: 230px; 
	padding: 0px 0px 8px 8px;
}

#contentLeft #quote {
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
}

#contentLeft #quote p.text {
	color: #5c5c5c;
	font: bold italic 1.3em Times, Serif;
	line-height: 20px;
	margin: 2px 0 0 0;
	padding: 0 4px;
}

#contentLeft #quote p.author {
	color: #5c5c5c;
	font-size: 0.8em;
	text-align: right;
	margin: 2px;
}

#contentRight {
	position: absolute;
	right: 8px;
	top: 132px;
	width: 175px;
	text-align: center;
}

#contentRight h1 {
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	color: #5c5c5c;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 0;
	padding: 4px 3px 3px;
	text-align: center;
}

#contentRight h2 {
	color: #5c5c5c;
	font: bold 1.1em;
	padding: 0 3px 2px 3px;
	border-bottom: 1px solid gray
}

#contentRight ul 
{
	font-size: 1em;
	margin-left: 1em;
	padding-left: 1em;
	text-align: left;
}

#contentRight td
{
	font-size: 0.8em;
}

#contentRight td.right
{
	text-align: right;
}

#contentRight p.book
{
  margin: 0px 0px 8px 0px;
}