#content {
	background: url("../graphics/bg_content.gif") top left repeat-y;
}

#colM {
	margin: 10px 0 10px 220px;
	width: 627px;
}

div.fnsep {
	width: 200px;
	border-bottom: 1px solid #999;
	margin-top: 30px;
}

div.fns p.fn {
	color: #666;
	font-size: 13px;
}

.upper {
	text-transform: uppercase;
}

p.ref {
	text-indent: -50px;
	margin-left: 50px;
}

#incolR ul {
	list-style: none;
	margin: 0 0 0 10px; padding: 0 0 10px 10px;
	font: 11px "Lucida Grande", Tahoma, Arial, sans-serif;
}

#incolR li {
	border-bottom: 1px solid #ccc;
	padding: 3px 5px;
}

#incolR ul a {
	color: #963;
	text-decoration: none;
}

.gentium {
	font-family: "Lucida Grande", "Gentium", "Palatino Linotype", "Times New Roman", Serif;
}


h3.stretch {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	padding-left: 18px;
	background: url("../graphics/down-arr.gif") 3px 5px no-repeat;
}

h3.stretch_active {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	padding-left: 18px;
	background: url("../graphics/up-arr.gif") 3px 5px no-repeat;
}

a.stretch {
	float: right;
}

div.stretcher {
	background: none !important;
	background: #fff;
}

h3.stretch a {
	text-decoration: none;
}

#dojobar {
	position: absolute;
	top: 100px; right: 20px;
}

#dojobar ul {
	float: right;
	list-style: none;
	margin: 0; padding: 0;
}

#dojobar li {
	float: left;
	list-style: none;
	padding-right: 5px;
}

#dojobar a {
	width: 16px;
	float: left;
	overflow: hidden;
	padding: 16px 0 0 0;
	height: 0px !important; 
	height /**/:16px; /* for IE5/Win only */
}

#dojobar a:hover { background-position: 0 -16px; }

#dojoedit   { background: url("../graphics/dojoedit.gif") no-repeat; }
#dojoall    { background: url("../graphics/dojoall.gif") no-repeat; }
