body {
		background-color: #021C8A;
		font-family: Apple Chancery, Calligraph421 BT, Aldine401 BT, Arial; 
		color: black;
		margin: 2px;
	}

.banner	{
   background-color: #021C8A;
   text-align: center;
}
/* Both .RHS and .LHS include  the Box Model Hack -- see http://tantek.com/CSS/Examples/boxmodelhack.html */
div.RHS	{
	float: right;
	clear: right;
	padding: 0px 10px 10px 0px;
	margin-top: 0px;
	font-family: Arial, sans-serif;
	font-size: 80%;
	display: block;
	width:90px; 
}
div.RHS	{
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:80px;
}
html>body .RHS {
  width:80px;
}

div.LHS	{
	float: left;
	clear: left;
	padding: 0px 0px 10px 5px;
	margin-top: 0px;
	font-family: Arial, sans-serif;
	font-size: 80%;
	display: block;
	width:85px; 
}
div.LHS	{
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:76px;
}
html>body .LHS {
  width:76px;
}

td {
		font-size: larger;
}

h1 { 	font-size: 300%;
		color: White;  
		font-weight: normal;
		margin: 10px 20px 15px 20px;
  }

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

h2.white {
		font-size: 200%; 
		color: White;
		font-weight: bold;
}

h3 {
		font-size: 150%;
 		color: White;
		font-weight: normal;  
		margin-top: 0em;
		margin-bottom: 0em;
}

.headtotoe {
		font-size: 150%;
		font-family : Jokerman, Gigi, serif;  
		font-weight: normal;  }

a:link {
		color: Blue;
		font-weight: bold;
		text-decoration: none;
	}
a:visited{
		color: #021C8A;
		font-weight: bold;
		text-decoration: none;
	}

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


hr {
	color: #9BBAFA;
	width: 80%
}

.cartouche {
	margin: 5px 100px 5px 100px;
	padding:1em;
	text-align : justify; 
	background-color: White;
	border: double #9BBAFA;
}

.noright {
	margin: 5px 10px 5px 100px;
	padding:1em;
	text-align : justify; 
	background-color: White;
	border: double #9BBAFA;
}

.blue {
	margin-left: 100px;
	color: White;
	padding: 1em;
	border: double #9BBAFA;
}

a.dark:link, a.dark:visited {
	color: #9BBAFA;
	font-weight: bold;
	text-decoration: none;
}

a.dark:hover,  {
	color: Yellow;
	font-weight: bold;
	text-decoration: Underline;
}

 p.here {
	margin: 0px;
	color: #021C8A;
	font-weight: bold;
	padding: 3px;
	background-color: White;
	border: double #9BBAFA;
}

p.item {
	margin: 0px;
	color: White;
	font-weight: bold;
	background-color: #9BBAFA;
}

a.item:link, a.item:visited {
	color: White;
	font-weight: bold;
	background-color: #9BBAFA;
	display: block;
	text-decoration: none;
	border : 2px solid #9BBAFA;
	width:100%;
}

a.item:hover, a.here:hover {
	color: #021C8A;
	font-weight: bold;
	background-color: White;
	text-decoration: None;
	border : 2px solid White;
	display: block;
	width: 100%;
}