BODY {
	font-family: Times New Roman, Serif;
	color: black;
	background: #996633;
}

/* Homepage styles */

.HomeBlock {
	font-family: Verdana, Arial, Helvetica, Sans;
	margin-bottom: 0px;
}

.HomeSection {
	font-size: 60%;
	font-weight: bold;
}

.HomeTitle {
	font-size: 115%;
	font-weight: bold;
}

.HomeSubtitle {
	color: #663300;
	font-size: 80%;
}

.HomeOther {
	font-size: 80%;
}

/* Subnav styles */

.SubnavHead {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 80%;
	margin-bottom: 0px;
}

.Subnav {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 75%;
	margin-bottom: 0px;
	color: #990000;
}

.ArticleCount {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 66%;
	color: #993333;
}

/* Generic styles */

.SmallSans {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 80%;
	color: #000000;
}

/* TOC Styles */

.TOCTitle {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 80%;
	font-weight: bold;
	color: #990000;
}

.TOCSubtitle {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 80%;
	color: #663300;
}

.TOCByline {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 80%;
	color: #000000;
}

/* Anchor styles */
			
A {
	text-decoration: none;
}

A:link {
	color: #990000;
}

A:visited {
	color: #996633;
}

A:hover {
	color: #993333;
	text-decoration: underline;
}

/* Article styles */

/* keep sync'd with H1 */

.SectionName {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 80%;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 3px;
}

.Head1 {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 133%;
	font-weight: bold;
	color: #990000;
	margin-top: 0px;
	margin-bottom: 3px;
}

H1 {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 133%;
	font-weight: bold;
	color: #990000;
}

H1.banner {
	font-size: 110%;
	background: #996633;
	color: #ffffff;
	margin-top: 3px;
	padding: 3px;
}

/* keep sync'd with H2 */

.Head2 {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 100%;
	font-weight: bold;
	color: #996633;
	margin-top: 0px;
	margin-bottom: 3px;
}

H2 {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 100%;
	font-weight: bold;
	color: #996633;
}

/* keep sync'd with H3 */

.Head3 {
	font-weight: bold;
}

H3 {
	font-weight: bold;
}

.Byline {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0px;
}

.Interviewer {
	color: #990000;
	font-weight: bold
}

.Main {}

.MainFlush {}

.Main1stP {}

.AuthorBio {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}

/* Discussion forum styles, added December 2003 */

table.discussion {
	font-family: Verdana, Arial, sans;
	margin-bottom: 10px;
}

table.discussion tr {
	background: #FFEEDD;
}

table.discussion td {
	padding: 4px;
}

table.discussion th {
	background: #CC9966;
	color: #ffffff;
	font-size: 60%;
	text-transform: uppercase;
}

table.discussion tr td.posted {
	font-size: 66%;
	color: #663300;
}

table.discussion tr td.poster {
	font-size: 66%;
	font-weight: bold;
	color: #663300;
}

table.discussion tr td.message {
	font-size: 66%;
}

/* //////////////////////////////// TO DO //////////////////////////////// */

.EditMain1stP {}

.EditAuthorBio {}

.EditMain {}

.photoEssayIntro {
}
.photoEssayCaption {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 85%;
	line-height: 145%;
	font-weight: bold;
	color: #663300;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
}
