/*This style sheet is used for the St. Michael and All Angels Episcopal Church website.
The following code displays the navigation bar and its behaviors*/
#navlist ul li
{
	display: inline;
}

body
{
	background: #FFFFFF;
	margin: 0 0;
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	MARGIN: 1.5em 1.5em 1em;
}
#navlist ul
{
	padding-left: 20px;
	margin-left: 0px;
	background-color: #666633;
	float: left;
	width: 100%;
	font-weight: bold;
	FONT-VARIANT: small-caps;
}
#navlist a
{
	padding: 3px 8px;
	background-color: #666633;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-left: -1px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#navlist a:hover
{
	background-color: #999966;
	color: #FFFF99;
	TEXT-DECORATION: underline
}

/*The following attributes are used in the heading/banner */

H1 
{
	FONT-FAMILY: "Copperplate Gothic Light";
}
.head
{
	color:#663333;
	font-size:32px;
	font-weight:600;
	font-variant:small-caps;
	font-family: "Copperplate Gothic Light";
	line-height: 0.8em;	
}
.subhead
{ 
	color:#663333;
	font-size:12px;
	font-weight:500;	
}

/*Navigation links*/

A:link {
	COLOR: #666633; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
A:visited {
	COLOR: #999966; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
A:active {
	BACKGROUND: silver; FONT-WEIGHT: bold
}
A:hover {
	FONT-WEIGHT: bold; TEXT-DECORATION: underline
