/*-------Body------------------------*/
h2
{
	font-family: sans-serif;
}
body
{
	background-color:#FFFFFF;
	background-image: url(http://www.royer-greaves.org/images/bkg.gif);	
	background-repeat: repeat-y;
	width: 650px;
	height: 100%;
	
}
div#body
{

	position: absolute;
	left: 130px;
	top: 130px;
	width: 620px;
	
}
/*----------LeftBar-----------------*/
div#leftBar
{
	z-index:1;
	position: absolute;
	top:0px;
	width: 160px;
	left: -40px;
}
div#leftBar ul.navigation
{
	position: absolute;
	top: 120px;
}

/*----------------leftBarMenu---------*/

div#leftBar li.option a:hover
{
	background-image: url(http://www.royer-greaves.org/images/highlightTabBack.gif);
	width: 120px;
	height: 30px;
}

/*----------------leftBarMenuItem------*/
div#leftBar li
{
 	line-height: 2em;
	width: 120px;
	height: 30px;
	background-image: url(http://www.royer-greaves.org/images/tabBack.gif);
	list-style: none;
	text-align: center;
	margin: 0px;
	font-size: 13;
	overflow:hidden;
	color:#000000;
}
div#leftBar li a
{
	display: block;
	text-decoration: none;
}
div#leftBar li.youAreHere a
{
	background-image: url(http://www.royer-greaves.org/images/currentTabBack.gif);
	border-right: solid 1px #FFFFFF;
	color: #FFFFFF;
}
div#leftBar li.superTab a
{
	height: 30px;
	background-image: url(http://www.royer-greaves.org/images/superTabBack.gif);
	color: #FFFFFF;
	font-family:bold;
}
div#leftBar li.down a
{
	height: 30px;
	background-image: url(http://www.royer-greaves.org/images/currentTabBack.gif);
	color: #FFFFFF;
	font-family:bold;
}
div#leftBar li.hidden
{
	height: 30px;
	background: none;
	color: #FFFFFF;
	font-family:bold;
}

img#Hshade
{
	z-index: 10;
	position: absolute;
	top:120px;
	left:120px;
}

img#topBar
{
	z-index:15;
	position: absolute;
	top:0px;
	left:0px;
}
td.title
{
	padding-top:20px;
	border-bottom:20px;
	border-style: solid;
	border-color: #FFFFFF;
	text-align: center;
	vertical-align:bottom;
	background-image: url(http://www.royer-greaves.org/images/titleBar.gif);
	background-position:bottom center;
	background-repeat: no-repeat;
	width: 100%;
}
table.contentTable
{
	position: relative;
	left:20;
	width:100%;
}
h2.error
{
	color:#FF0000;
	font-size:16;
	font-style:italic;
}
img.inline
{
	padding:5px;
}
td.wrappable
{
	white-space: -moz-pre-wrap;
}

a:link
{
	text-decoration: none;
	color: 0000ff;
}
a:visited
{
	text-decoration: none;
	color: 0000ff;
}
a:active
{
	text-decoration: none;
	color: 0000ff;
}
a:hover
{
	text-decoration: underline;
	color: 003D80;
}
h1, h2, h3, h4
{
	color:003D80;
}
h4.link
{
	color:0000ff;
}
ul
{
	list-style-image:url(http://www.royer-greaves.org/images/dot.gif);
}
table.foot
{
	width:100%;
}
table.foot td
{
	padding:10px;
	text-align:right;
	font-size:12px;
}
div#rightshade
{
	position:absolute;
	top: 185px;
	left:777px;
}
a img
{
	border:0;
}
