/* *** GENERAL STYLE DEFINITIONS *** */

body, td { /* The global text style is defined here. All other font-sizes are relative to this value. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 8px 0; /* A little breathing room after the footer... */
	padding: 0;
}

td { margin: 0; }

td.gimmeMore { line-height: 1.5em; }

td.news { 
	padding-top: 0px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 10px;
}

td.contactform { 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

/* *** LINK STYLE DEFINITIONS *** */

a { font-weight: bold; } /* EVERY link is bold, unless otherwise specified, such as the 'Read more...' links. */

a:hover {
	text-decoration: none;
}

a.more, a.more:active, a.more:visited { /* The 'Read more...' link on the Articles page is always the same color and never underlined. */
	color: #4A4843;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	font-size: 11px;

}

a.back, a.back:active, a.back:visited { /* The 'Return to Articles' link on the Articles page is always the same color and never underlined. */
	color: #B1651B;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;

}

a.footer, a.footer:active, a.footer:visited { /* The 'Copyright ©2003' link in the footer always stays the same color. */
	color: #8B5622;
}

p.brown a {
	color: #B1651B;
}

a.normalBlack {
	color: #000000;
	font-weight: normal;
}

a.normalBlack:active, a.normalBlack:visited {
	color: #523417;
}



/* *** TEXT STYLE DEFINITIONS *** */

/* H3, H4 and H5 tags are used for non-graphical headers. Just in case some weird browser doesn't support style sheets, these'll be less overpowering than H1, H2 and H3 tags would have been. */

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
	color: #B1651B;
	line-height: 1.5em;
	margin-top: 1.5em;
}

h4, h5 {
	margin-top: 1.5em;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.5em;
}

.articleTitle { /* Article titles */
	color: #B1651B;
	font-weight: bold;
	margin: 0;
	padding: 0.1em 0;
}

.articleDate { /* Article dates */
	color: #523417;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p, ul, ol, h4 {
	line-height: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ol.chapters {
	padding-left: 10px;
	margin-left: 20px;
}

ol.chapters li {
	margin-bottom: 1em;
}

p.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1.5em 8px;
	color: #523417;
}

p.quoteSig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1.5em 8px 0 0;
	color: #523417;
}

td.brown {
	line-height: 1.5em;
	color: #523417;
	margin-bottom: 0;
}

p.welcome {
	margin-top: 1.5em;
	margin-bottom: 3em;
}

p.first {
	margin-top: 1.5em;
}

p.firstNospace {
	margin-top: 0;
}

p.last {
	margin-bottom: 0;
}

p.sidebar {
	margin: 1.5em 0;

}

a.articleLink {
	text-decoration: none;
}

p.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #8B5622;
	line-height: normal;
	margin: 0;
}

a.footer, a.footer:active, a.footer:visited {
	color: #8B5622;
}

td.sidebarTitle {
	color: #FFFFFF;
	font-weight: bold;
}

p.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1.5em 8px;
	color: #523417;
}

p.quoteSig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1.5em 8px 0 0;
	color: #523417;
}

.boldBrown {
	font-weight: bold;
	color: #523417;
}

p.sidebar {
	margin: 1.5em 0;
}

.sidebar {
	margin-top: 1.5em;
	padding-left: 8px;
}

input {
	margin: 0;
	padding: 0;
}

.contact {
	width: 430px;
}


