html {
	height: 100%;
}

body {
	background: url('/images/css/bk_body.gif') top center;
	margin: 0;
	font-family: Georgia, serif; /* Palatino, "Palatino Linotype", "Book Antiqua",  */
	height: 100%;
}

#stretcher {
	position: relative;
	background: white url('/images/css/bk_box.gif') top center repeat-y;
	min-height: 100%;
	width: 800px;
	margin: 0 auto;
}

a img { border: none; }

ul.proList {
	list-style-image: url('/images/css/li_pro.gif');
}
ul.conList {
	list-style-image: url('/images/css/li_con.gif');
}

.next {
	margin-top: 0;
	float: right;
	font-size: x-large;
}

.illustration {
	float: right;
	margin: 0 0 1em 1em;
}
.left {
	float: left;
	margin: 0 1em 1em 0;
}
.quarter { width: 117px; }
.half { width: 234px; }
.full {
	float: none;
	width: 468px;
	margin: 0;
}
.illustration p {
	border-top: 1px dashed #999;
	margin: 0.25em 0 0 0;
	font-size: small;
}
#contentCenter .illustration a, #contentCenter .illustration a:hover {
	text-decoration: none;
	border: none;
}

h2 {
	margin-top: 0;
	font-family: Trebuchet MS, sans-serif;
	color: #000;
}

h3 {
	font-family: Trebuchet MS, sans-serif;
	margin-top: 0;
	color: #693;
}

h3.topLine {
	padding-top: 0.5em;
	border-top: 1px solid #999;
	clear: right;
}

h3.postHead {
	margin-bottom: 0;
}
h4.postDate {
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	font-size: small;
	color: #999;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0;
}

h4 { margin-top: 0; }
#contentRight ol, #contentRight ul {
	list-style-type: none;
	padding-left: 0px;
/*	_padding-left: 2em; /* HACK: slightly different IE padding */*/
	margin: 0;
}
#contentRight ol li, #contentRight ul li {
	margin: 0.4em 0 0 0;
	padding: 0;
}
#contentRight ol ol {
/*	list-style-type: lower-roman;*/
	padding-left: 1em;
}
#contentRight ol a, #contentRight ul a {
	color: #693;
	text-decoration: none;
}
#contentRight ol a:hover,
#contentRight ul a:hover { text-decoration: underline; }

#contentRight ol#glossary {
	list-style-type: none;
	width: 141px;
	padding: 0;
}
#contentRight ol#glossary li {
	display: inline;
}
#contentRight ol#glossary li a, #contentRight ol#glossary li#currentTwo {
	float: left;
	width: 29px;
	height: 29px;
	margin: 2px;
	border: 1px solid #693;
	font-size: 18px;
	line-height: 29px;
	text-align: center;
	vertical-align: middle;
}
#contentRight ol#glossary li#currentTwo {
	border-color: #c60;
	background: #c60;
	color: white;
}
#contentRight ol#glossary > li:first-child a,
#contentRight ol#glossary > li#currentTwo:first-child {
	width: 64px;
}
#contentRight ol#glossary li a:hover {
	border-color: #c60;
	color: #c60;
	text-decoration: none;
}

ol#searchResults {
	line-height: 1.2em;
}

ol#searchResults li {
	padding-bottom: 0.5em;
}

ol#searchResults span {
	color: #999;
	font-size: smaller;
}

dt { font-weight: bold; margin-bottom: 0.4em; }
dd { margin-bottom: 1em; }
dd p { margin: 0 0 0.5em 0; }

#container {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 5.6em 0;
	width: 780px;

}
	
#contentLeft {
	display: inline; /* HACK: fix IE doubled-margin bug */
	width: 120px;
	float: left;
	margin: 1em 10px 0 10px;
	background: white;
}

#contentLeft a {
	color: #693;
	text-decoration: none;
}

#contentLeft div {
	margin: 2em auto;
}

#contentLeft p.notice {
	font-size: 0.9em;
	background: #eee;
	border: 1px solid #999;
	border-width: 1px 0px;
	padding: 0.5em 0.3em;
	margin: 2em auto 1em auto;
}

#contentCenter {
	float: right;
	line-height: 165%;
	padding: 0 10px 0 0;
	width: 468px;
	border-right: 1px solid #999;
}

#contentRight {
	display: inline; /* HACK: fix IE doubled-margin bug */
	font-size: smaller;
	width: 141px;
	margin: 0 10px;
	float: right;
	background: white;
	_overflow: hidden;
}

#masthead {
	display: inline; /* HACK: fix IE doubled-margin bug */
	float: left;
	background: url('/images/logo.jpg') no-repeat;
	text-indent: -9999px;
	margin: 10px 0 0 10px;
}

#masthead a {
	display: block;
	text-decoration: none;
	width: 124px;
	height: 159px;
}

/*#Header {
	display: table;
	_position: relative;
	float: right;
	padding-top: 10px;
	margin: 0 0 10px 0;
	height: 65px;
	width: 646px;
	background: url('/images/css/bar.gif') bottom left repeat-x;
}

#Header ul {
	_position: absolute;
	_bottom: 0%;
	display: table-cell;
	vertical-align: bottom;
	list-style-type: none;
	margin: 0;
	padding: 0 1em 19px 1em;
	_padding-bottom: 18px;
}

#Header ul li {
	float: left;
}*/

#Header {
	position: relative;
	float: right;
	background: url('/images/css/bar.gif') bottom left repeat-x;
	margin: 0 0 10px 0;
	height: 75px;
	width: 646px;
}

#Header ul {
	position: absolute;
	bottom: 19px;
	_bottom: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0 1em;
}

#Header ul li {
	float: left;
}

#Header ul a {
	display: block;
	padding: 0.4em 0.8em 0.4em 0.6em;
	font-family: Georgia, serif; /* Palatino, "Palatino Linotype", "Book Antiqua", */
	font-size: medium;
	text-decoration: none;
	color: #669933;
}

#Header ul li#currentOne {
	background: #693 url('/images/css/tab_right.gif') no-repeat right top;
}
#Header ul li#currentOne a {
	color: white;
	background: url('/images/css/tab_left.gif') no-repeat left top;
}

#Header ul li:hover {
	background: url('/images/css/tab_right_active.gif') no-repeat right top;
}

#Header ul li:hover a {
	background: url('/images/css/tab_left_active.gif') no-repeat left top;
}

#Header ul a:hover {
	color: #c60;
	text-decoration: underline;
}

#contentLeft h4 {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.35em;
}

form#search #query {
	width: 82px;
	_width: 75px;
	font-size: small;
	font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
	border: 2px inset #ccc;
}

form#search #submit {
	width: 30px;
}

form#search { padding: 0; margin-bottom: 1em; }

form#search fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

#Footer {
	clear: both;
	background: black url('/images/css/bk_box.gif') repeat-y;
	width: 760px;
	padding: 1em 20px;
	text-align: center;
	position: absolute;
	bottom: 0;
}

#Footer p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.9em;
	color: #666;
	margin: 0;
}

#Footer img { vertical-align: middle; }

#Footer a { color: #ccc; }

#contentCenter a {
	color: #693;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
}
a:visited, #contentCenter a:visited, #contentRight a:visited {
	color: #999933;
}
#contentRight ol#glossary li a:visited {
	border-color: #999933;
}

#contentCenter a:hover, #contentCenter a:active {
	color: #c60;
	border-bottom: 1px solid #c60;
}

a:hover, #Footer a:hover, #contentLeft a:hover { color: #c60; }