body {
	background-color: white;
	margin: 10px;
	padding: 0px;
	border: 0px;
/*	text-align: center;*/
}

.pagediv {
	color: white;
	background-color: #036;
	min-width: 950px;
	margin: 0px 15px;
	border: 3px solid black;
/*	text-align: center;*/
}

.header {
	font-size: 16px;
	font-weight: bold;
}

div#DIVMenu a:link    { color: #FFC; }
div#DIVMenu a:visited { color: #FFC; }
div#DIVMenu a:hover   { color: #FFC; }
div#DIVMenu a:active  { color: #FFC; }
.LayoutMenuItem {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	line-height: 15px;
	padding: 0px 10px;
	margin: 0px;
	color: #FFC;
	background-color: #669;
	display: block;
	float: left;
	width: 158px;
}
.LayoutMenuItemSelected {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	line-height: 15px;
	padding: 0px 10px;
	margin: 0px;
	color: #FFC;
	background-color: #669;
	display: block;
	float: left;
	width: 158px;
}
#SPANMenu {
	text-align: right;
}
#DIVMenu {
	background-color: #669;
	text-align: left;
	width: 178px;
	line-height: 15px;
        height: 110px;
	border-right: 2px solid black;
	text-transform: uppercase;
}

#theMainTable {
	width: 100%;
}

/* ContentType 1: Paragraph */
.ContentParagraph,
.sb_captioned_image  {
	padding: 0px 10px;
	font-weight: normal;
}

/* ContentType 2: Work */
.ContentWork {
	padding: 0px 10px;
	font-weight: normal;
}
	.ContentWorkTitle {
		font-size: 17px;
		font-weight: normal;
		color: #FFC;
	}

/* ContentType 3: Photo */
.ContentPhoto {
	padding: 9px;  /* Must be 9px to accommodate 180px image + 2px border + 18px padding = 200 px column */
}

/* ContentType 4: Link (Quick Links) */
.ContentQuickLink {
	/* top/bot left/right */
	padding: 5px 10px;
	font-size: 13px;
}
.ContentQuickLink a:link	{ color: #FFC; }
.ContentQuickLink a:visited { color: #FFC; }
.ContentQuickLink a:hover	{ color: #FFC; }
.ContentQuickLink a:active	{ color: #FFC; }

a:link    { color: #FFC; }
a:visited { color: #FFC; }
a:hover   { color: #FFC; }
a:active  { color: red; }

/* ContentType 5: Header */
.ContentHeader {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 10px 0px;
}

/* ContentType 9+11: The header for "Quick Links", "Selected Works", and others */
.MediumHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 10px;
	background-color: #663;
	color: white;
}

.SubContentCategory {
	font-weight: bold;
	padding: 15px 10px 5px;
	font-size: 13px;
	color: #CCC;
}

/* ContentType 10: The header for each page - usually says "Home", "Works", etc. */
.BigHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0 10px 10px 10px;
}

/* ContentType 12: Selected works (the actual link and description) */
.ContentSelectedWork {
	padding: 0px 10px 5px;
	font-size: 13px;
	color: white;
}
.ContentSelectedWork a:link		{ color: #FFC; }
.ContentSelectedWork a:visited	{ color: #FFC; }
.ContentSelectedWork a:hover	{ color: #FFC; }
.ContentSelectedWork a:active	{ color: #FFC; }

/* ContentType 13: Find Authors (the graphic and the link) */
.ContentFindAuthors {
	padding: 10px;
	clear: left;
}

/* ContentType 14: Newsletter subscribe (special text) */
.ContentNewsletterSubscribe {
	padding: 0px 10px;
	font-size: 13px;
}

/* ContentType 15: Newsletter Link (the link with the date) */
.ContentNewsletterLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px 10px 5px;
}

/* ContentType 17: Discussion Topic */
.ContentTopic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 16px;
}
	.ContentTopicHeader {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
	}

/* ContentType 18: Author Name */
#TitleAndMenu {
	border-bottom: 2px solid #CCC;
	overflow:hidden;
	position:relative;
	background-color: #036;
	height:110px;
}
#DIVMenu {
	position:absolute;
        top:0;
	left:0;
	z-index:1;
	width: 220px;
}

.sb_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 35px;
	font-weight: bold;
	text-align:center;
	padding: 30px 0 5px 200px;
	color: white;
}
h2.sb_subTitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	padding:0;
	padding-left:200px;
	color: white;
}
/* ContentType 19: Fixed text 2 */
.ContentFixed2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 10px 0px 10px;
}

/* These three control the layout areas 1,2,3. Used to set background colors, borders, etc. */
.Content1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #669;
	width: 170px;
}
.Content3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 170px;
}
.Content4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 170px;
}

#TDContent1 {
/*	border-top: 2px solid #CCC; */
	color: white;
	background-color: #036;
	padding: 0 10px;
}
#TDContent2 {
	width: 220px;
	background-color: #669;
	color: #CCC;
	x-border-right: 2px solid black;
}
#TDContent3 {
	width: 220px;
}
#TDContent4 {
	width: 220px;
}
#TDContent34 {
/*	border-top: 2px solid #CCC; */
	width: 220px;
	background-image: url("nightfall_back.gif");
}
.TDMargin {
	width: 0px;
}
div.Content2,
div.Content3,
div.Content4 {
	min-width: 220px;
	margin-bottom: 10px;
}

/* Gross temporary hacks for edit mode */
/* edit website table */
#TitleAndMenu .sbContent table {
	position:absolute;
	top:0;
	left: 180px;
	z-index:100;
}
/* edit menu table */
#TitleAndMenu table {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	
}
td.leftcol,
td.rightcol {
	width: 220px;
	padding: 10px 0;
}
td.leftcol .sb_content_image_left .sb_captioned_image,
td.rightcol .sb_content_image_left .sb_captioned_image,
td.leftcol .sb_content_image_right .sb_captioned_image,
td.rightcol .sb_content_image_right .sb_captioned_image {
	padding: 5px 4px;
}
a.sbFindAuthors {
	padding: 10px;
