@charset "utf-8";

#pageWrap {
	width: 822px;
	padding-left: 20px;
	padding-top: 10px;
}
#pageWrap a .header {
	background-color: #FFF;
	width: 100%;
	margin-bottom: 6px;
	margin-right: 0px;
	padding: 0px;
}

#pageWrap #contentLeft {
	width: 192px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	clear: none;
	margin-top: 20px;
	margin-bottom: auto;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCC;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pageWrap #contentRight  {
	text-align:left;
	width: 577px;
	float: right;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-bottom: 20px;
}
#navBar {
	background-color: #000;
	margin-top: 10px;
	margin-bottom: 14px;
	width: 822px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../bkNav.jpg);
	background-repeat: no-repeat;
}

#contentLeft h4 {
	line-height: 120%;
	margin-top: 0px;
	color: #454777;
}

#content #contentRight h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 105%;
}

#content #contentRight h2{
	line-height:105%;	
}
#pageWrap #content #contentRight p {
	color: #666;
	line-height: 1.25em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contentRight #photoCaption {
	font-size: 80%;
	width: 155px;
	float: left;
	margin-right: 30px;
}

#contentRight #photoCaption p {
	margin: 0px;
	padding: 0px;
}

#contentRight ul li {
	line-height: 115%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contentRight ul {
	margin-top: 10px;
}

