body {
 	background-color: White;
 	background-image: url(images/borderleft.gif);
 	background-position: left;
 	background-repeat: repeat-y;
 	margin: 0em;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 }
 
h1 { 	
 		font-size: 300%;  
		font-weight: bold;
		font-family: "Vivaldi", "French Script MT", arial, hevetica, sans-serif;
		color: #C7711A;
		text-align: center;
		line-height: 1em;
  }
     
h2 {
    font-size: 200%;
    font-weight: bold;
  	color: #C7711A;
    position: static;
	text-align: center;
    margin-top: 1ex;
	margin-bottom: .5ex;
} 
  
 h3 { 	font-size: 120%;
		font-style: italic;
 		color: #C7711A; 
		margin-top: 1ex;
		margin-bottom: 0px;
	}
	
 h3 + p {
 	margin-top: 0ex;
 }

div#LHS, div#RHS	{
	position:absolute;
	font-weight: bold;
	}

div#LHS	{
	left: 0px;
	top:  0px;
	clear: left;
	margin: 0px;
	width: 115px;
	padding: 2ex 10px 1ex 10px;
}
	
div#RHS	{
	right: 10px;
	top:120px;
	clear: right;
	margin: 0px;
	width: 110px;
	padding: 2ex 2px 1ex 2ex;
}
* html div#RHS {	/* IE 6 and below only */
	right: 1px;
}
div#LHS img {
	display: block;
	margin: 0px 0px 20px -5px;
	width: 125px;
	height: 100px;
	border: none;
}

 p.here {
	margin: 5px 0px;
	font-size:83%;
	color: #010101;
	border : 1px solid #B0C091;
	padding: 4%;
	background-color: White;
	width: 105px;
}
* html p.here	{	/* IE 6 and below only */
	margin-left:3px;
	width: 103px;
}

p.item {
	margin: 5px 0px;
	font-size:83%;
	background-color: #E8E5D4;
}
* html p.item	{	/* IE 6 and below only */
	margin-left:3px;
}

a.item:link, a.item:visited {
	color: #C7711A;
	background-color: #E8E5D4;
	border : 1px solid #F3F3E9;
	padding: 4%;
	display: block;
	text-decoration: none;
	width: 105px;
}

a.item:hover, a.here:hover {
	color: White;
	background-color: #C7711A;
	border : 1px solid #F3F3E9;
	text-decoration: None;
	display: block;
	width: 105px;
}

div#RHS p.here, div#RHS p.item	{
	margin-left:2px;
}

div.main, div#main   {
 	background-image: url(images/borderright.gif);
 	background-position: right;
 	background-repeat: repeat-y;
 	background-color: White;
	font-size: 90%;
	color: Black;
 	padding: 1ex 140px 10px 0px;
 	margin: 0ex 0px 0px 150px;
 	min-height: 12em;
}

/* Hides from IE5-mac \*/
* html .main {height: 100%;}
/* End hide from IE5-mac */ 

div#main	{
	position:relative;
}
	
a:link, a:visited	{
	color: #C7711A;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}

a:hover	{
	background-color: #E6E3DE;
	color: #E08020;
}

img.credit	{
	float:right;
	margin-left:2em;
	width: 212px;
	height:40px;
	border:none;
}

p.credit	{
	text-align: left;
	margin-top: 15px;
	font-size:75%;
}

hr	{
   color: #E6E3DE;
   background-color: #E6E3DE;
   height: 3px;
   margin: 15px 8%;
}

div.cartouche {
	background-color: #FFF5EB;
	margin: 1em;
	padding: 1ex;
	border: double 3px #C7711A;
}

div.colleft  {
  float: left;
  width: 43%;
  background-color: #F3F3E9;
  padding: 1ex;
  border: solid 1px #B0C091;
  margin-bottom: 1em;
}
.colright  {
  float: right;
  width: 43%;
  background-color: #F3F3E9;
  border: solid 1px #B0C091;
  padding: 1em;
  margin-bottom: 1em;
}

form	{
	margin: 0em;
	padding: 0em;
	border: none;
}
.submit-button {
	clear: both;
	font-weight: bold;
	background-color: #E8E5D4;
	border: 2px #F3F3E9 outset;
	margin:4px 1ex 0px 1ex;
}

.submit-button:hover {
	color: White;
	background-color: #C7711A;
	border: 2px #E8E5D4 outset;
}

p.caption 	{
	margin-top:1ex;
	margin-bottom:0em;
	font-size: 80%;
}

.picture-left {
	float: left;
	margin: 0em 1em 1ex 0em;
}

.picture-right {
	float: right;
	margin: 0em 0em 1ex 1em;
}
ol li	{
	margin-bottom:.5ex;
}

ol li ol li	{
	margin-bottom:0ex;
}
sup	{
	font-size: 60%;
	vertical-align: 30%;
}
.centre	{
	text-align:center;
}
.right	{
	text-align:right;
}

td.month {
	background-color: #C7711A;
	color: White;
	font-weight: bold;
	text-align: center;
}

td.visit {
	background-image: url(images/shade.gif);
	background-repeat: repeat;
}

dt {
 	font-weight: bold;
	margin-top: 2ex;
	margin-bottom: 1ex;
}

dt.visits {
	text-align: right;
	margin-right: 50px;
}

dd.visits {
	text-align: right;
	margin-right: 80px;
}

	