	body {
		background: #BDD5B7;
		background-image: url(images/border.jpg);
		background-repeat: repeat-y;
		background-postition: left;
		margin: 0px;
	}

div.LHS	{
		float: left;
	    clear: left;
		width: 150px;
		margin: 0px;
		padding: 0ex 1ex 1ex 0ex;
		font-family: Arial, sans-serif;
		font-weight: bold;
	}

div.main   	{
		background: White;		
		margin: 0px 0px 0px 150px;
		padding: 1ex 1em;
		font-family: Bookman Old Style, Times Roman, serif;
		color: black;
	}

td {
		font-size: larger;
}

h1 {
		font-family: Forte, Brush Script MT, script;
		color: #1C5534;
		font-size: 300%;  
		font-weight: bold;
		text-align: center;
  }

h2 {
		font-size: 175%; 
		font-weight: normal;  
		margin-top: 0em;
		margin-bottom: 0em;
		text-align: left;
}

h3 { 	font-size: 120%;
		color: #C00000;  
		font-weight: bold;
		text-align: center;
  }

	a:link {
		color: #BB0A1C;
		font-weight: bold;  
		text-decoration: none;
	}


	a:visited {
		color:navy;
		font-weight: bold;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		font-weight: bold;  
		color: #C00000;
	}

hr {
	color: #1C5534;
	margin: 20px 80px;
}

 p.here {
	margin: 3px;
	font-size:90%;
	color: #1C5534;
	border : 2px solid #1C5534;
	padding: 4%;
	background-color: White;
}

p.item {
	margin: 3px;
	font-size:90%;
	background-color: #D6E5D1;
	border : 2px solid #1C5534;
}

a.item:link, a.item:visited {
	color: #1C5534;
	background-color: #D6E5D1;
	display: block;
	border: 5px solid #D6E5D1;
	text-decoration: none;
	width: 93%;
}

a.item:hover, a.here:hover {
	color: #CE1A1D;
	background-color: White;
	text-decoration: None;
	display: block;
	border: 5px solid White;
	width: 93%;
}

* html body a.item:hover	{ /* IE only */
	width: 100%;
}

.cartouche {
	background-color: #E3EEE0;
	margin: 1ex;
	margin-left: 1ex;
	padding:1em;
	border: double #1C5534;
	z-index: 3;
}

p.caption 	{
	font-family: Helvetica, Arial, sans-serif;
	margin-top:1em;
	margin-bottom:0em;
	font-size: 70%;
	text-align: center;
}

p.credits {
	font-size: 80%;
}

a.credits:link, a.credits:visited, a.credits:hover {
	font-weight: normal;
}