/*---- Layout ----*/
div {
/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body {
	padding: 0px;
	margin: 0;
}
#oldbrowser {
	text-align: center;
}
#masthead h1 {
	display: inline;
}
#leftcolumn {
	margin-right: -200px;
/* IE 4 fix */
}
#leftColumn {
	float: left;
	width: 200px;
/*/
*/
/*/
	margin: 0 0 0 2px;
/* Silly Netscape hack to get the borders to line up */
}
#contentColumn {
	width: auto;
	margin-left: 200px;
}
#innerLeftColumn, #innerContentColumn, #innerFooter {
	padding: 10px;
}
#innerContentColumn {
	padding-right: 0px;
	padding-top: 5px;
}
#masthead {
	padding: 0px;
}
#footer {
	clear: left;
}
#innerFooter {
	text-align: center;
}
#innerLeftColumn {
	padding-top: 0px;
}
#innerContentColumn {
	overflow: visible;
	height: 100%;
/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn {
	height: auto;
/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn {
	height: 100%;
/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer {
	z-index: 10;
}
/*---- Borders ----*/
#pageFrame {
	border: solid 0px #000;
}
#footer, #masthead, #innerLeftColumn, #contentColumn {
	border: solid 0px #000;
}
#footer {
	border-top-width: 3px;
}
#masthead {
	border-bottom-width: 3px;
}
/*---- Visual Elements ----*/
body {
	background-color: #fff;
	color: #000;
	padding: 0px;
	margin: 0;
}
#pageFrame {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	color: #000;
}
.hide {
	display: none;
}
/*---- PJH Extras ----*/
#pjhleftcolumn {
	margin-right: -375px;
/* IE 4 fix */
}
#pjhleftColumn {
	float: left;
	width: 370px;
	padding-top: 3px;
/*/
*/
/*/
	margin: 0 0 0 2px;
/* Silly Netscape hack to get the borders to line up */
}
#pjhcontentColumn {
	width: auto;
	margin-left: 370px;
}
#pjhinnerLeftColumn {
  padding: 0px;
	padding-right: 10px;
}
#pjhmasthead {
	padding: 0px;
	padding-bottom: 10px;
}
#pjhinnerContentColumn {
	overflow: visible;
	height: 100%;
/* fix the Win32 IE float bug */
}
#pjhcontentColumn>#pjhinnerContentColumn {
	height: auto;
/* fix Opera 5 which breaks with the above IE fix */
}
#pjhinnercontentcolumn {
	height: 100%;
/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#pjhmasthead {
	z-index: 10;
}