/* 
MMPC style sheet  
Author: Dale T. A. Maxwell
Date: 01/08/2008
*/

body {background-image: url(pictures/MMPC_BG.JPG);}

a:link { text-decoration:underline; color: red;}

a:visited { text-decoration:underline; color: #c71585;}

a:hover { 				

/*			font-family: cursive, arial, sans-serif;
			font-style: italic;
			font-weight: bold;
			letter-spacing: 1px; 
			word-spacing: 2px; */
			text-shadow: rgb(210,180,140) 10px 10px 5px;
			text-decoration: none;
			color: rgb(245,245,100);
			background-color: rgb(20,20,20);
}
/* pg 502 
#nav a:link
{
	text-decoration: none;
	overflow: hidden;
	display: block;
	background: rgb(0,0,0) url(mmpc_files/picLink.jpg) -1px -1px no-repeat;
	
}
#nav a:link
{
	background-position: -1px -1px;
	color: rgb(255,255,255);

}
#nav a:visited
{
	background-position: -1px -21px;
	color: rgb(255,255,255);

}
#nav a:hover
{
	background-position: -1px -61px;
	color: rgb(255,255,255);

}      */
/* a {text-decoration: none; color: black; background-image: url(lnkback.jpg); background-color: black;font-family: sans-serif; font-style: normal; padding: 2px; margin: 0px; border: 5px gray;}

a:hover {border: 5px outset black; color: black; } background-image: url(lnkback.jpg);  */

/* a:active {border: 5px inset gray; color: black; } */

/*td {font-weight:bold; border:2px solid; border-color: gray black gray black; }*/

#descript p {font-family: sans-serif; font-size: 20;}

#memorial {margin-left: 40px; margin-right: 40px;} 

#MMPCEvents table
{
	font: 1em helvetica, arial, sans-serif;
	
	
}

#MMPCEvents tr {
	color: rgb(0,0,0);
	background: rgb(255,255,255);
}
#MMPCEvents th {
	color: rgb(0,0,0);
	background: rgb(225,225,225);
}
#MMPCEvents tr.oddRow {
	color: rgb(0,0,0);
	background: rgb(255,255,255);

}
#MMPCEvents tr:hover {
		color: rgb(255,255,255);
		background: rgb(0,0,0);

}
#MMPCEvents	a:link { text-decoration:underline; color: black;			background-color: rgb(245,245,245);
}



#outsideEvents table
{
	font: 1em helvetica, arial, sans-serif;
	a:link { text-decoration:underline; color: white;}
	
	
}

#outsideEvents tr {
	color: rgb(0,0,0);
	background: rgb(255,255,255);
}
#outsideEvents  th {
	color: rgb(0,0,0);
	background: rgb(225,225,225);
}
#outsideEvents tr.oddRow {
	color: rgb(0,0,0);
	background: rgb(255,255,255);

}
#outsideEvents tr:hover {
		color: rgb(255,255,255);
		background: rgb(0,0,0);

}
#navbar {
	margin: 0;
	padding: 0;
	height: 1em; }
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 3px 8px;
	background-color: #5e8ce9;
	color: #fff;
	text-decoration: none; }

navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #69f;}

#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li {
	float: none; }
#navbar li:hover li a {
	background-color: #69f;
	border-bottom: 1px solid #fff;
	color: #000; }
#navbar li li a:hover {
	background-color: #8db3ff; }
	
#mission{	
	font-family: cursive, arial, sans-serif;
	font-style: italic;
	width: 85%;
	margin-left: auto ;
	margin-right: auto ;
	margin-left: 40px; 
	margin-right: 40px;
	text-decoration:none; color: black;
}	
#mission :hover{ 
	text-decoration:none; color: black;
	font-weight: bold;

}
/** Stat Counter **/
#pageStats {
		margin: 30, 0, 0, 30;
	}

