

  
BODY {background-image:url('HTTP://namaine.org/images/bkrnd.gif');margin-left:2px; margin-right:0px; margin-top:2px; margin-bottom:0px} 

/******************************************
*  styles for titles & nav bar *
/*****************************************/
.BH1 { text-align: center; font-family: palatino, 'times new roman', times, serif; font-size: 36; color: #669999; background-color: #006699;}
.BH2 { text-align: left; font-family: arial, helvetica, sans-serif; font-size: 16; color: #FFFFFF; background-color: #333366;}
.BH2 a{text-decoration: none; color:#FFFFFF; font-family:arial, helvetica, sans-serif;}
.BH2 a:hover{color:#3399cc; text-decoration: none; font-family:arial, helvetica, sans-serif;}
/******************************************
*  styles for service nav bar *
/*****************************************/
.SH2 { text-align: left; font-family: arial, helvetica, sans-serif; font-size: 14; color: #333366; background-color: #3399cc;}
.SH2 a{text-decoration: none; #333366; font-family:arial, helvetica, sans-serif;}
.SH2 a:hover{color:#336699; text-decoration: none; font-family:arial, helvetica, sans-serif;}
/******************************************
*        Styles for bottom of page        *
/*****************************************/
.s1 a{text-decoration: none; color:#FFFFFF; font-family:arial, helvetica, sans-serif;}
.s1 a:hover{color:#FFFFFF; text-decoration: none; font-family:arial, helvetica, sans-serif;}
.s1 {font-family: arial, helvetica, sans-serif; font-size: 10px; color: #ffffff;}
/******************************************
*        styles for light color headings        *
/*****************************************/
.c3 {font-family: palatino, 'times new roman', times, serif; font-size: 18px; color: #ccffcc;}
.c2 {font-family: palatino, 'times new roman', times, serif; font-size: 24px; color: #ccffcc;}
.c1 {font-family: palatino, 'times new roman', times, serif; font-size: 32px; color: #ccffcc;}
/******************************************
*        styles for blue headings        *
/*****************************************/
.h4 {font-family: arial, helvetica, sans-serif; font-size: 16px; color: #330066;}
.h3 {font-family: arial, helvetica, sans-serif; font-size: 18px; color: #330066;}
.h2 {font-family: arial, helvetica, sans-serif; font-size: 24px; color: #330066;}
.h1 {font-family: arial, helvetica, sans-serif; font-size: 32px; color: #330066;}
/******************************************
*        style for indenting paragraphs        *
/*****************************************/
.stdind{font-family: arial, helvetica, sans-serif;font-size:14px; color: #000000; background-color: #669999; text-align:justify;text-indent:16.5pt}
/******************************************
*        styles for standard text        *
/*****************************************/
.std {font-family: arial, helvetica, sans-serif;font-size:14px; color: #000000; background-color: #669999; text-align:justify;}
.std a{text-decoration: none; color:#333399; font-family:arial, helvetica, sans-serif;}
.std a:hover{color:#99FFFF; text-decoration: none; font-family:arial, helvetica, sans-serif;}
/******************************************
*        styles for large standard text        *
/*****************************************/
.stdx {font-family: arial, helvetica, sans-serif;font-size:18px; color: #000000;  text-align:justify;}
.stdx a{text-decoration: none; color:#333399; font-family:arial, helvetica, sans-serif;}
.stdx a:hover{color:#99FFFF; text-decoration: none; font-family:arial, helvetica, sans-serif;}
.stdxx {font-family: arial, helvetica, sans-serif;font-size:24px; color: #000000;  text-align:justify;}
.stdxx a{text-decoration: none; color:#333399; font-family:arial, helvetica, sans-serif;}
.stdxx a:hover{color:#99FFFF; text-decoration: none; font-family:arial, helvetica, sans-serif;}

/******************************************
* styles for the drop down navigation bar *
/*****************************************/

.eh{/* head of event anouncement*/
  font-family: palatino, 'times new roman', times, serif; 
  font-size: 32px; color: #ccffcc;
  text-align: center;}

.eh2{/* subhead of event anouncement*/
  font-family: palatino, 'times new roman', times, serif; 
  font-size: 24px; color: #ccffcc;
  text-align: center;}


/******************************************
* styles for the drop down navigation bar *
/*****************************************/


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: justify;
	
}

#nav a {
	display: block;
	width: 130px;
	text-align: center;
}

#nav li { /* all list items */
	float: left;
	width: 130px; /* width needed or else Opera goes nuts */
	text-align: center;
}

#nav2 li { /* all list items */
	float: left;
	width: 130px; /* width needed or else Opera goes nuts */
	text-align: left;
}

#nav2 a {
	display: block;
	width: 130px;
	text-align: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #333366;
	text-align: left;
	width: 130px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
