/* Cascading Style Sheet for Bill Mutler website
Author- Chris Gregory 1 April 2008 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: White;
	line-height: 125%;
	background-color: #1A0000;
/*	background-color: #330000; */
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: Black;
	line-height: 125%;
}

ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: #006400;
	line-height: 125%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36pt;
	color: Black;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: black;
	line-height: 80%;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	color: black;
	line-height: 120%;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: black;
	line-height: 120%;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #006400;
	font-weight: bolder;
}
p, ul, li, a, h1, h2, h3, h4, h5 {
	color: InfoBackground;
	font-weight: normal;
}


/* table {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: #006400;
	line-height: 18px;
}*/

#nav3 ul {	
	list-style:	none;
	margin:	0;
	padding:	0 
}
#nav3 ul li { 
   border:1px dashed Gray; 
} 
#nav3 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: 24px; 
	text-decoration: none;
	display: block;
	padding: 10px 0 0 10px; 
	border: 1px dashed Gray;
} 
#nav3 a:link {
	background-color: #FFFFE0;
	color: #003200;
}
#nav3 a:visited {
	background-color: #66CDAA;
	color: #2F4F4F;
}
#nav3 a:hover {
	background-color: #FF6347; 
	color: #FFFFE0;
}
#nav3 a:active {
	background-color: Maroon;
	color: #FFFFE0;
}
p.small {
	color: #1A0000;
	font-size: 2pt;
}

