/* 2008-12-28 JEH updated
/* Define defaults for html tags */

body {
	margin:0px;
	background-color:white; /*normal white,  reverse black - default background  */
	font-family: Arial, Helvetica, sans-serif;
	color:black; 						/*normal black, reverse white- default text color */
	}

li {
	margin-left:-18px;
	margin-bottom:7px;
	text-indent: 0px;
	display: list-item;
	list-style-position: outside;
	list-style-type: square;
}

/*ID for topBanner */
#topBanner {font-family:Geneva, Arial, Helvetica, sans-serif; background-color:none; background-image:url(images/copperPipeBack.gif); background-position:top; background-position:left;  background-repeat:repeat-x}
/*These are good if we use the aqua gradient in topBanner */
#topBanner h1 {font-size:150%; color: #00CCFF; margin:0;} 
#topBanner h2 {font-size:130%; color:#FFFFFF;margin:0;}
#topBanner h3 {font-size:110%; color:#FFFFFF;margin:0;}
#topBanner h4 {font-size:100%; color:#FFFFFF;margin:0;}
#topBanner img {margin:10px;}



/* ID for Content section */
#contentSection {font-family: Geneva, Arial, Helvetica, sans-serif;
background-color:white; /*normal white, reverse black - or stay white for special effect in Content section*/
color:black;}						/*normal black, reverse white in Content section*/

#contentSection td {vertical-align:top;}
#contentSection h1, h2, h3, h4 {color: #C7C578;} /*normal use 000099, reverse use color 00FFFF aqua - */
#contentSection h1 {font-size:250%; color:#663566; margin-top:5px; margin-bottom:15px}
#contentSection h2 {font-size:150%; color: #895791;  margin-top:24px; margin-bottom:4px}
#contentSection h3 {font-size:120%;  margin-top:24px; margin-bottom:0px}
#contentSection h4 {font-size:110%;  border-bottom:thin;  margin-bottom:0px}
#contentSection a {

	color: #00F;
	   /* reverse use FF6633 orange */

	letter-spacing:0.021em;
	text-decoration: none;
	}
	
#contentSection a:hover {
	color: #0C6;			/* this red works for both pallettes */

	/*normal or reverse - Pick a bullet graphic for hover to contrast with background */
	}
	
#contentSection li {
	margin-left:-10px;
	margin-bottom:7px;
	text-indent: 0px;
	display: list-item;
	list-style-position: outside;
	list-style-type: square;
}
#contentSection strong {font-weight:600; color:lightblack} /*normal use lightBlack, reverse use white  */


#leftNavSection td {
	border-bottom: 1px solid blue;
	background-color:white;	/*normal white, reverse black - or none for special effect in Content section*/
	color:black; 						/*normal black, reverse white in Content section*/

	}

#leftNavSection a {
	font:11px Arial, Helvetica, sans-serif;
	font-weight:1000;
	color:#999900;  /* reverse use FF6633 orange */
	line-height:14px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 1px 18px;
	}
	
#leftNavSection a:hover {
	color:#FF0000;				/* this red works for both pallettes */
	font-weight:bold;
	/*normal or reverse - Pick a bullet graphic for hover to contrast with background */
	background: url("mm_arrow.gif") 10px 50% no-repeat;
	}
	
#footerSection {font-family:Verdana, Arial, Helvetica, sans-serif; font-style:italic; font-size:12px; font-weight:bold;
background-color:white;	/*normal white. reverse black */
color:black; }					/*normal black. reverse white */
 
/* Class Styles */
.bold {font-weight:600; color:lightblack} /*normal use lightBlack, reverse use white  */



