body {
	background: #54546E;
	background-image: url(starry.jpg);
	margin: 0px;
	font-size: 90%;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	}
	
.main {
	margin: 0px 12%;
	background: White;
	padding: 10px;
	color: #121341;
}	

/* Hides from IE5-mac \*/
* html .main {
	height: 1%;
	margin-top:-1ex;	
}
/* End hide from IE5-mac */

p.breadright {
	position: absolute;
	top: 1ex;
	right: 1ex;
	text-align: right;
	background-color: White;
	padding: 5px;
}

p.breadleft {
	position: absolute;
	top: 1ex;
	left: 1ex;
	text-align:left;
	background-color: White;
	padding: 5px;
}

h1 {
	font-size: 300%;  
	font-weight: normal;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: #23277B;
	text-align: center;
	margin-top: 3ex;
	clear: both;
  }
  
  h1.menu {
	color: White;
}
  
h2 	{
	font-size: 200%;  
	font-weight: bold;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: #23277B;
	text-align: center;
  }
  
h3  	{
	font-size: 150%;  
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: #23277B;
	text-align: center;
  }
  
h4 		{
	font-size: 150%;  
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: #121341;
  }

a:link, a.blog:link {
		font-weight: bold;
		text-decoration: none;
		color: #800080;
	}
	
a:hover, a.blog:hover {
		font-weight: bold;
		text-decoration: underline;
		color: #C000C0;
		}
		
a:visited, a.blog:visited {
		font-weight: bold;
		text-decoration: none;
		color: #565CAA;
	}

hr {
	color: #23277B;
	background-color: #23277B;
	border: 0;
	height: 2px;
	margin: 20px;
}

.cartouche {
	background-color: #EDE5ED;
	color: Black;	
	margin: 5%;
	padding: 10px;
	border: double 3px #54546E;
  }

p.caption {
	margin-top: 2px;
	font-size: 80%;
}

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

p.clear	{
	font-size: 1px;
	margin: 0px;
	clear: right;
}

dt {
 	font-weight: strong;
}


	
