body {
	background:#FFF;
	}

.noth {
	display:none;
	}

a:link, a:visited, a:active {
	text-decoration:underline;
	}

a:hover, a:active {
	color:#F00;
	}

a:hover {
	text-decoration:none;
	}

#backgrnd {
	position:fixed;
	top:0px;
	height:100%;
	left:0px;
	width:70%;
	background:#527D6C url('files/fade.jpg') right top repeat-y;
	z-index:0;
	}

#outside {
	position:relative;
	margin-top:16px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.5em;
	width:750px;
	height:auto;
	border:solid 2px #FFF;
	background:#FFF;
	color:#000;
	z-index:1;
	}

#linkbar {
	position:absolute;
	top:0px;
	bottom:0px;
	height:auto;
	left:0px;
	width:175px;
	padding-top:125px;
	background:url('files/jay.jpg') top left no-repeat #000;
	text-align:center;
	}

a.select {
	display:block;
	width:100%;
	border-bottom:2px solid #FFF;
	background:#000;
	color:#FFF;
	font-family:verdana, sans-serif;
	font-weight:bolder;
	font-size:105%;
	line-height:1.7em;
	text-align:center;
	text-decoration:none;
	} 

a.nav {
	display:block;
	width:100%;
	border-bottom:2px solid #FFF;
	background:#527D6C;
	color:#FFF;
	font-family:verdana, sans-serif;
	font-weight:bolder;
	font-size:105%;
	line-height:1.7em;
	text-align:center;
	text-decoration:none;
	} 

a.nav:hover {
	background:#204B43;
	color:#FFF;
	}

a.nav:active {
	color:#000;
	}

a.about {
	display:block;
	position:absolute;
	width:100%;
	text-align:center;
	font-family:verdana, sans-serif;
	font-size:70%;
	bottom:6px;
	color:#527D6C;
	text-decoration:none;
	}

a.about:hover {
	text-decoration:underline;
	color:#527D6C;
	}

#rightbar {
	position:absolute;
	top:68px;
	bottom:0px;
	height:auto;
	right:0px;
	width:50px;
	background:#527D6C;
	color:#FFF;
	}

#content {
	position:static;
	margin-left:175px;
	}

#name {
	position:static;
	float:right;
	margin-left:6px;
	height:68px;
	width:256px;
	}

#title {
	padding-left:18px;
	padding-top:18px;
	font-family:verdana, sans-serif;
	font-size:150%;
	font-weight:bolder;
	}

#subtitle, .subtitle {
	padding-left:18px;
	padding-top:10px;
	font-family:verdana, sans-serif;
	font-size:110%;
	font-style:italic;
	}

#toplink {
	padding-left:18px;
	padding-top:10px;
	font-family:verdana, sans-serif;
	font-size:65%;
	}

#text, .text {
	position:relative;
	height:auto;
	background:#FFF;
	color:#000;
	margin:18px;
	margin-right:68px;
	padding:10px 0px;
	font-size:95%;
	line-height:1.4em;
	clear:both;
	border-bottom:1px solid #527D6C;
	}

#ps {
	margin-right:68px;
	margin-left:18px;
	padding-bottom:18px;
	font-style:italic;
	}

#footer {
	text-align:center;
	font-family:verdana, sans-serif;
	font-size:70%;
	font-style:italic;
	color:#527D6C;
	margin-right:50px;
	margin-bottom:2px;
	}

.linkimage {
	border:none;
	}

/*** publications.php styles ***/

.product_title {
	font-size:110%;
	font-weight:bolder;
	}
	
.product_image {
	position:static;
	float:left;
	margin-right:.5em;
	}
	
.product_link {
	position:static;
	width:100%;
	text-align:center;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:1px solid #527D6C;
	}

/*** articles styles ***/

.subhead {
	position:static;
	font-size:110%;
	font-weight:bolder;
	}

.spacer {
	margin-top:1em;
	margin-bottom:1em;
	}

/*** photo styles ***/

#photo {
	position:relative;
	height:auto;
	width:450px;
	background:#FFF;
	color:#000;
	margin:18px;
	margin-left:37px;
	padding:10px 0px;
	font-size:90%;
	clear:both;
	border-bottom:1px solid #527D6C;
	text-align:center;
	line-height:1.1em;
	}
