body {
	background: #323278;
	background-image: url(stplogo.gif);
	margin: 0px;
	font-size: 90%;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	}
	
.main {
	margin: 0px 12%;
	background: White;
	padding: 10px;
	color: Navy;
}	
/* Hides from IE5-mac \*/
* html .main {
	height: 1%;
	margin-top:-1ex;	
}
/* End hide from IE5-mac */

h1 {
	font-size: 300%;  
	font-weight: normal;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: Navy;
	text-align: center;
	margin-top: 3ex;
	clear: both;
  }
  
h1.menu {
	color: White;
}
  
  h2 	{
	font-size: 250%;  
	font-weight: normal;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: Navy;
	text-align: center;
  }
  
h3  	{
	font-size: 200%;  
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: Navy;
	text-align: center;
  }
  
h4 		{
	font-size: 150%;  
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: Navy;
  }
  
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;

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

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

.cartouche {
	margin: 5%;
	padding: 10px;
	background: #DADCF4;
	border: double 5px Navy;
	color: Black;
}

.boxright {
	width: 200px;
	float: right;
	margin: 10px;
	padding: 10px;
	background: #DFDFEF;
	border: double 5px #4A4B80;
	color: Black;
}
	
hr {
	color: Navy;
	background-color: Navy;
	border: 0;
	height: 3px;
	margin: 20px;
}

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

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

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

table.bloodwaters {
	background: #DFDFEF;
	border: double 5px #4A4B80;
}	

table.bloodwaters  td {
	background: White;
	border: 1px #4A4B80;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: Navy;
}	

table.form td {
	background: #DFDFEF;
	border: double 5px #4A4B80;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: Black;
	font-weight: bold;
}	
	
