	body {
		background: #68997E;
		background-image: url(images/emboss.jpg);
		font-family: Trebuchet, Verdana, arial, helvetica, sans-serif;
		font-size: 90%;
		padding : 1%;
		color: black;
	}
	
h1 { 	font-size: 400%;  
		text-align: center;
		color: White;
		font-family: "Sabon Bold", "Garamond 96 DT Semi Bold", "Garamond", "Palatino Linotype", "Bookman Old Style", "Times New Roman", serif;
		background: #1B4788;
		margin: 10px auto 1ex auto;
		border: 5px  double #A1D573; 
		padding: 20px;		
		width:80%;
  }
  
 .cartouche {
		margin: 10px auto 1ex auto;
		padding: 15px;		
		width: 80%;
		background-color: White;
		font-size: 90%;
		border: 5px  double #A1D573;
}

h2 {
		font-size: 250%; 
		font-weight: bold;
		font-family: "Sabon Bold", "Garamond 96 DT Semi Bold", "Garamond", "Palatino Linotype", "Bookman Old Style", "Times New Roman", serif;
		margin-top: 30px;
		text-align: center;
}

h3 {
		margin: 60px 20px;
		font-size: 150%;  
		font-weight: normal;
		margin-top: 30px;
		text-align: center;
  }
  
 .main {
 	width: 900px;
	margin: 0px auto;
}

a:link {
		color: #3D81BE;
		text-decoration: none;
		font-weight: bold;
	}
	
		a:visited  {
		color: #105FAE;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:hover {
		text-decoration: underline;
		color: #A1D573;
		font-weight: bold;
	}


HR {
   color : #3D81BE; 
   background-color: #3D81BE;
   height : 3px;
   border: 0px;
   margin: 20px 30px;
}

img	{
	border: none;
}


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

p.review	{
	margin-bottom:0em;
}

p.reviewer	{
	margin-top: 0em;
	text-indent: 5em;
	font-style: italic;
}

/* HORIZONTAL FREESTYLE MENU LAYOUT */
ul.menu	{
	list-style: none;
	display:inline;
}
/*	All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
	positioned relatively to correctly offset submenus. Also, they have overlapping borders. */
ul.menu li {
	float: left;
	background-image: url(images/tile2.gif);
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	padding: 5px;
}

ul.menu a	{
	padding: 4px 1.3em;
	border: #999999 2px solid;
	display: block;
	text-decoration: none;
	margin: 0px;
}

ul.menu a:link, ul.menu a:visited	{
	background-color: Black;
	color: White;
}

ul.menu a:hover {
	background-color: White;
	color: Black;
	text-decoration: none;
}

ul.menu a:active, span.here {
	background-color: #999999;
	background-image: none;
	color: White;
	display: block;
	text-decoration: none;
	margin: 0px;
}
span.here	{
	padding: 6px 1em;
}

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

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

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

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

