/* CSS values shorthand:
	1: all
	2: top/bottom left/right
	3: top left/right bottom
	4: top right bottom left
	border: width style color
*/

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.pagediv {
	color: black;
	background-color: #FFF;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
div#TitleAndMenu {
	min-width: 950px;
}

div#DIVMenu a:link    { color: black; }
div#DIVMenu a:visited { color: black; }
div#DIVMenu a:hover   { color: black; }
div#DIVMenu a:active  { color: black; }
.LayoutMenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	padding: 10px;
	margin: 0px;
	background-color: #F93;
}
.LayoutMenuItemSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	padding: 10px;
	margin: 0px;
	background-color: #F93;
}
#SPANMenu {
	text-align: right;
}
#DIVMenu {
	background-color: #F93;
	text-align: right;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
table#theMainTable {
	width: 100%;
	min-width: 950px;
}

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

/* ContentType 2: Work */
.ContentWork {
	padding: 0px 10px;
	font-size: 13px;
}
	.ContentWorkTitle {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
	}

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

/* ContentType 4: Link (Quick Links) */
.ContentQuickLink {
	/* top/bot left/right */
	padding: 5px 10px;
	font-size: 13px;
}

/* ContentType 5: Header */
.ContentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	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: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-color: #F93;
	padding: 0 10px 2px 10px;
}

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

/* ContentType 10: The header for each page - usually says "Home", "Works", etc. */
.BigHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	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;
}

/* 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: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px 10px 5px;
}

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

/* ContentType 18: Author Name */
.sb_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 5px 2px;
	background-color: #E81;
}
h2.sb_subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 5px 2px;
	margin-top: -5px;
	background-color: #E81;
}

.ContentFixed2 {
	font-family: 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: Arial, Helvetica, sans-serif;
}
.Content2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FC9;
}
.Content3 {
	font-family: Arial, Helvetica, sans-serif;
}
.Content4 {
	font-family: Arial, Helvetica, sans-serif;
}

#TDContent1 {
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: 0px;
	padding: 5px;
	min-width: 490px;
}
#TDContent2 {
	/*width: 220px;*/
	background-color: #FC9;
}
/*#TDContent3 {
	width: 220px;
}
#TDContent4 {
	width: 220px;
}
#TDContent34 {
	width: 220px;
}*/
.TDMargin {
	width: 0;
}
div.Content2,
div.Content3,
div.Content4 {
	padding: 0;
}
td.leftcol,
td.rightcol {
	width: 220px;
	padding: 0 0 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;
}
div.sb_caption,
div.Content1 div.sb_content_image_left,
div.Content1 div.sb_content_image_right
 { font-size: 13px; }
div.Content1 div.sb_content_image_right
 { padding-left: .5em; }
td div.sbSortable:hover {
	border-color: #666666;
}
a.sbFindAuthors {
	padding: 10px;
}