* {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

body {
	background-color: #333;
	font-size: 15px;
	line-height: 1.3em;
	color: #333;
	font-family: constantia, palatino, serif;
}

div#wrapper {
	width: 753px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	padding: 0em 33px 1.3em 33px;
	border-left: 0px solid #222;
	border-right: 0px solid #222;
/*	background: url("img/grid.gif") 33px 0; */
}

div.story {
	width: 465px;
	padding-bottom: 1.3em;
}



/*** GENERIC BLOCK ***/

p {	margin: 1.3em 0 1.3em 0; }
p.caption { font-size: .85em; }

ul {
	margin: 1.3em 0 1.3em 0;
}

ul ul { margin-left: 1.3em; }

h1, h2, h3, h4, h5 {
	color: #5d8139;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	line-height: 1.12em;
	letter-spacing: .02em;
	margin: 1.12em 0 1.12em 0;
}

h3 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .09em;
	word-spacing: .11em;
	margin: 1.3em 0 1.3em 0;
	padding: 1.3em 0 0px 0;
	border-bottom: 0px solid #bbb;
}

h4 {
	font-size: 1em;
	font-style: italic;
	letter-spacing: .02em;
	margin: 1.3em 0 1.3em 0;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 1.3em 0 -.65em 0;
}

table {
	border-collapse: collapse;
	margin: 1.3em 0 1.3em 0;
	width: 753px;
	font-size: .85em;
}
table.narrow { width: auto; }

th, td {
	text-align: left;
	vertical-align: top;
}
th { font-weight: normal; color: #000; }
td + td, th + td, th + th { padding-left: 1.3em; }
thead, tr.head { border-bottom: 1px solid #222; }

h1 a, h2 a, h3 a, h4 a, h5 a {
	border: none;
	margin: 0 -.1em 0 -.1em;
	padding: 0 .1em 0 .1em; 
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { border: none; }

hr { display: block; height: 1px; background: #bbb; border: none; }

div.side {
	float: right;
	width: 225px;
	margin: 0 -288px 0 0;
	font-size: .85em;
	line-height: 1.3em;
}

div.side p.caption { }


/*** GENERIC INLINE ***/

a {
	color: #6a983c;
	text-decoration: none;
	border-bottom: 1px solid #c0d6a9;
}
a:hover {
	color: #507e22;
	background-color: #c0d6a9; /* #b1cb97; */ 
	border-bottom: 1px solid #8fa876;
}



/*** HEADER ***/

div#header {
	margin: 0 -33px .65em -33px;
	padding: 1.3em 0 1.3em 0;
	font-family: constantia;
	color: #fff;
	background-color: #5d823b;
	border-top: .65em solid #fff;
	border-bottom: 0em solid #fff;
}

#header blockquote { display: none; }

h1 {
	position: absolute;
	margin: 0 0 0 -232px;
	left: 50%;
	width: 225px;
	font-size: .85em;
	text-transform: uppercase;
	line-height: 1.53em;
	letter-spacing: .2em;
	color: #fff;
}
h1 a, h1 a img { border: none; color: #fff; }
h1 a:hover { color: #2b4f07; background: transparent; }

#logo {
	margin: 0 0 0 -376px;
	padding-left: 50%;
}

p#byline {
	position: absolute;
	width: 321px;
	top: .2em;
	margin: 45px 0 0 -232px; /* 153 */
	left: 50%;
	font-style: italic;
	font-size: .85em;
	letter-spacing: .025em;
}
#byline a { color: #fff; border: none; }
#byline a:hover { background: transparent; color: #2b4f07; }

div#menu {
	background-color: #3d621b;
	width: 100%;
	padding: 0 33px 0 33px;
	margin: 0em -33px 3.1em -33px;
	border-bottom: 0em solid #666;	
}

ul.categorytree {
	margin: 0 auto 0 auto;
	width: 753px;
}
.categorytree li { display: inline; margin-left: -.4em }
.categorytree li + li { margin-left: 1em; }
.categorytree a {
	color: #fff;
	border: none;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 0.02em;
	font-size: .85em;
	padding: .1em .4em .1em .4em;
}
.categorytree a:hover { background-color: #fff; color: #3d621b; /* #5d823b; */ }



/*** INDEX PAGES ***/

div.story + div.story {
/*	width: 465px; */
	border-top: 1px solid #999;
}
hr.seemore { display: none; }

p.info {
	margin: .65em 0 .65em 0;
	font-style: italic; 
	font-size: .85em;
	line-height: 1.53em;
	color: #777;
}
p.info + p { margin-top: 0; }
p.info a { color: #777; border-bottom: 1px solid #bbb; }
p.info a:hover { color: #507e22; border-bottom: 1px solid #a1c77a; }

div.sidebar {
	float: right;
	width: 225px;
	margin: 0 0 0 30px;
	font-size: .85em;
	line-height: 1.3em;
}
.sidebar div.item:first-child { margin-top: 0em }

div.item {
	clear: left;
	margin: 1.3em 0 1.3em 0;
	padding-top: 1.3em;
}
div.item + div.item { border-top: 1px solid #999; }
.item h5 { margin-top: 0; }
.item img {
	float: left;
	margin: .3em 16px 1.3em 0;
}


/*** FOOTER ***/

div#footer {
	clear: both;
	margin-top: 66px;
	padding-top: 6px;
	padding-bottom: 15px;
/*	background-color: #999; */
	border-top: 1px solid #999; 
}
#footer p {
	margin: 0 0px 0 0;
	float: left;
	width: 200px;
	text-align: left;
	font-size: .85em;
}
#footer p + p { margin-left: 30px; }
