body 
	{font-family: Verdana, Geneva, sans-serif;
		font-weight: normal;
		font-style: normal;
		font-variant: normal ;
		font-size: 1em ;
		color: #3366cc ;
		background-color: #def;
		width: 55em;
	margin-left: auto;
	margin-right: auto;
	}
#main {
	color: #fff;
	background-color: #dfe;
}
#header
	{
		width: 52.5em;
		color: teal;
		background-color: #9ff;
		border-style: ridge;
		border-color: teal;
		border-width: 24px;
		
	}
	
#footer {
	display: block;
	color: teal;
	background-color: #9ff;
	border-style: ridge;
	border-color: teal;
	border-width: 16px;
	width: 52.5em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	 }

#nav {
	text-align: center ; 
	border: double ;
	vertical-align: text-top ;
	line-height: 1.3em ;
	margin: 1em 1em ;
	padding: 1em ;
	float: left ; 
	width: 14em ;
	color: #000;
	background-color: #cff;
}
#nav a {
	display: block;
	color: #fec;
	background-color: teal;
	padding: .2em;
	margin: .5em;
	border: ridge 5px #acf;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
#nav a:hover {
	color: teal;
	background-color: #fec;
	border: ridge 5px #acf;
	padding: .2em;
	margin: .5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#nav a#current {
	color: #fec;
	background-color: #066;
	padding: .2em;
	margin: .5em;
	border: inset 5px #acf;
}
#nav ul {
	list-style: none;
	padding: 3px 3px 3px 3px;
}
	

#content {
	border: double ;
	text-align: left ;
	line-height: 1.2em ;
	padding: 1em ; 
	float: right; 
	margin-top: 1em;
	width: 34em ;
	color: #000;
	background-color: #eff;
	font-family: Verdana, Geneva, sans-serif;
}

.italic {
	font-style: italic ;
}
.quote {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
}
.indent {
	text-indent: 3em;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: teal ;
	background-color: inherit ;
	font-size: 3.5em;
	font-weight: bold;
	text-align: center;
	line-height: .5em;
	font-variant: small-caps;
	 }
 h2 {
		 font-family: Verdana, Geneva, sans-serif;
		 font-size: 1.4em;
		 text-align: center;
	 }
h3 {
	font-style: italic ;
	font-family: inherit ;
	font-size: .8em ;
	text-align: center;
}
h4 {
	font-style: italic;
	font-family: inherit;
	font-size: .8em;
	text-align: center;
	position: relative;
	z-index: 2;
	top: -18px;
}

hr {
	display: block;
	margin: auto;
	width: 80%;
	height: 6px;
	border: 3px ridge #009;
}

#content ul { 
		list-style: url(images/mcslogo.ico) inside;
      }
li {
	color: #000;
	background-color: inherit;
}
 
.credits {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;	
	font-size: .8em;
}
.boldhead {
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}


a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
	color: #000099;
	background-color: inherit; 
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #009;
	background-color: inherit ;
	text-decoration: underline; 
}
a:hover {
	font-family: "Comic Sans MS", cursive ;
	color: #ffd ; 
	background-color: #000 ;  
}

a:active {
	font-family: "Comic Sans MS", cursive ;
	font-weight: bold;
	text-decoration: none; 
	color: #ff0000 ;
	background-color: #ffd ; 
}

img {
	display: block;
	margin: auto;
	border: none;
}


.clear {
	clear: both;
}
table.obit tr td {
	border-color: #000000;
	border-width: 1em;
	padding: 24px;
	width: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

