/* ECPM Website Style Sheet */
/* John Ratzenberger, WebMaster */


body {
  font-family: Verdana,Tahoma,Arial,sans-serif;
  font-size: 10pt;
  font-weight: normal; 
	color: #000000; 
	background-color: #21527B;
}
/* table handling, until I replace with pure css */
table {
  font-family: Verdana,Tahoma,Arial,sans-serif;
  font-size: 10pt;
  font-weight: normal; 
	color: #000000; 
  border-style: solid;
	border-width: 0;
}
/* link handling */
a { text-decoration: none;}		/* no underline */
a:link {color: #0000FF; font-style: italic; font-weight: bold;}	 			/* blue, italic */
a:visited {color: #0000FF; font-style: italic; font-weight: bold;}		/* blue, italic */
a:active {color: #990000; font-style: italic; font-weight: bold; text-decoration: underline;}			/* red, italic */
a:hover {color: #990000; font-style: italic; font-weight: bold; text-decoration: underline;}			/* red, italic */

/* styles for the left & right side areas */
/* these are on a dark blue background & so must be a bit diff than usual */
.indexlhs {
	color: #FFFF00; 
}
.indexrhs {
	color: #FFFF00; 
}

/* styles for the "standard" 5 rows on each page */
.1row16 {			/* row 1 & 6 are top & bottom border */
  background-color: #21527B;
}
.1row2 {			/* row 2 is site menu bar */
	color: #9999FF;		 	 		 /* dead-ends will be greyed slightly */
	font-style: italic;			 /* italic text for dead-ends */
}
.1row3 {			/* row 3 is page title bar */
  width: 100%;
	text-align: center;
  background-color: #21527B;
	color: #FFFFFF;
	font-weight: bold;
}
.1row34 {	/* new row for date last update */
  width: 100%;
	text-align: left;
  background-color: #D8D8D8;
}
.1row4 {			/* row 4 is spacer/subtitle */
  width: 100%;
	text-align: center;
  background-color: #D8D8D8;
}

/* styles for calendar page */
.calyy { color: #FF0000; font-weight: bold;	}
.calmm { color: #FF0000; font-weight: normal; }
dd     { color: #000000; font-weight: normal;  } 


/* styles for contest page */
.topic { color: #CC0099; font-weight: bold;	}
dd     { color: #000000; font-weight: normal;  } 

/* styles for member pages */
.mbrtitle {			/* title bars */
  width: 75%;
	text-align: center;
  background-color: #21527B;
	color: #FFFFFF;
	font-weight: bold;
}

/* styles for newsletter pages */
.sidepix {		/* sidebar text */
  color: #FFFFFF;
}

/* styles for links page */
.linkhdg {		/* heading */
  width: 40%;
	text-align: left;
  background-color: #21527B;
	color: #FFFFFF;
	font-weight: bold;
}
.linksub {		/* sub-heading */
	text-align: left;
	color: #FF0000;
	font-weight: bold;
}
.linkitem {		/* sub-heading */
	text-align: left;
	color: #000000;
	font-weight: normal;
}

