@charset "utf-8";
body {
	background-color: #cc9900;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 0.67em;
	color: #ffd;
}
p {font-weight: normal;}
h1 {
	margin: 5px 0;
}
div#main {
	width: 920px;
	height: 680px;
	margin: 0 auto;
}
#convo #main {
	background-color: #FFF;
	border: solid 2px #00c;
	color: #00C;
	height: 150px;
}
#convo #main h1 {
	text-align: center;
}
#convo #main a {
	color: blue;
}
div#top {
	position: fixed;
	z-index: 10;
	background-color: #c90;
	overflow: hidden;
}
div#top, div#topleft, div#topbanner, div#topright {
	height: 125px;	
	float: left;
}
div#topleft, div#topright {
	width: 158px;
	float: left;
}
div#topleft {
	text-align: right;
}
div#topright {
	text-align: left;
}
div#topleft p, div#topright p {
	margin: 5px;
}
div#topbanner {
	width: 600px;
	float: left;
	position: relative;
	background-image: url(../images/topbanner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
div#bannertext {
	position: absolute;
	width: 150px;
	height: 75px;
	top: 0;
	left: 0;
	z-index: -10;
}
div#navBand {
	clear: both;
	width: 920px;
	position: absolute;
	top: 103px;
	left: 0;
}
div#navBand, div#leftNavBand, div#topNav, div#rightNavBand {
	height: 22px;
	float: left;
}
div#rightNavBand {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 22px;
	color: #740;
}
div#leftNavBand, div#rightNavBand {
	width: 158px;
}
div#topNav {
	width: 600px;
	background-color: #960;
}
div#topNav ul {
	margin: 0;
	display: block;
	padding: 0;
	list-style: none;
}
div#topNav ul li {
	line-height: 22px;
	float: left;
	text-align: center;
	border-left: 1px solid #c93;
}
div#topNav ul li#first {
	border-left: none;
}
div#topNav ul li a {
	font-weight: bold;
	padding: 0 20px;
	display: block;
}
div#topNav ul li:link, div#topNav ul li:visited,
div#topNav ul li a:link, div#topNav ul li a:visited {
	color: #FFC;
	font-weight: bold;
	text-decoration: none;
}
div#topNav ul li:hover,
div#topNav ul li a:hover {
	background-color: #FFD;
	color: #960;
}
div#content {
	width: 920px;
	height: 528px;
	clear: both;
	position: relative;
	top: 125px;
}

div#tabContainer {
	width: 758px;
	height: 528px;
	float: left;
	clear: both;
}
div#thinContainer {
	width: 158px;
	height: 528px;
	float: left;
}
div.thinText h1,
div.thinText h2,
div.thinText h3,
div.thinText h4 {
	padding: 0 10px;
	font-style: italic;
	font-size: 300%;
	text-align: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 0;
}
div.thinText h2 {
	font-size: 200%;
}
div.thinText h3 {
	font-size: 167%;
}
div.thinText h4 {
	font-size: 140%;
}
div#wideContainer {
	width: 600px;
	height: 528px;
	float: left;
	background-color: #ffd;
	color: #600;
	overflow: auto;
}
div.wideColumn, div.thinColumn, div.thirdColumn, div.halfColumn, div.twoThirdsColumn, div.fullWidth {
	width: 50%;
	padding: 0 2%;
	text-align: left;
	color: #410;
	float: left;
	font-size: 1.2em;
}
div.fullWidth div.halfColumn {
	font-size: 1em;
}
div.thinColumn {
	width: 42%;
}
div.thirdColumn {
	width: 28%;
}
div.halfColumn {
	width: 46%;
}
div.twoThirdsColumn {
	width: 60%;
}
div.fullWidth {
	width: 96%;
}
div.clear {
	clear: both;
	height: 1px;
}
div.centerText {
	text-align: center;
	padding: 0 5px;
}
div#footer {
	width: 920px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.1em;
	color: #960;
	position: relative;
	top: 125px;
}
div#footer a:link, div#footer a:visited,
body a:link, body a:visited {
	text-decoration: none;
	color: #ffd;
}
div#footer a:hover, div#footer a:active,
body#homepage div#footer a#home2,
body#newspage div#footer a#news2,
body#historypage div#footer a#history2,
body#researchpage div#footer a#research2,
body#aboutpage div#footer a#about2,
body#joinpage div#footer a#join2 {
	color: #ffd;
	background-color: #960;
}
div#top a:hover, div#top a:active {
	color: #960;
}
body#homepage ul li a#home1,
body#newspage ul li a#news1,
body#historypage ul li a#history1,
body#researchpage ul li a#research1,
body#aboutpage ul li a#about1,
body#joinpage ul li a#join1 {
	background-color: #FFD;
	color: #960;
}
div#content a:link, div#content a:visited {
	color: #630;
	background:#FF9;
}
div#content a:hover {
	color: #FFe;
	background: #c90;
}
.red { color: #F00; }
img.left, div.left {
	margin: 10px 5px 10px 0;
	float: left;
	border: 1px solid lightgrey;
}
img.right, div.right {
	margin: 10px 0 5px 10px;
	float: right;
	border: 1px solid lightgrey;
}
#aboutpage th {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
#aboutpage td {
	border-bottom: 1px dashed #c90;
}
ul.transcendentalism {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.transcendentalism li {
	margin: .5em 0;
	padding: 0;
}
iframe {
	border: none;
}

