
/* 
	These are for the main menu..  bland and boring (why?)
*/

a.stdtxt:link { color: #000000; text-decoration: none; } 
a.stdtxt:visited { color: #000000; text-decoration: none; }
a.stdtxt:active { color: #000000; text-decoration: none; }
a.stdtxt:hover { font-weight:bold; text-decoration: none; }




a:link { color: #009 }
a:visited { color: #551a8b }
a:active { color: #f00 }


/* A simpler non underlined link for  the NewsPress entries.  */
a.simple:link {
	color:#009;
	font-size:90%;
	text-decoration:none;
}
a.simple:visited {
	color:#551a8b;
	font-size:90%;
	text-decoration:none;
}
a.simple:hover {
	color:#3D81EE;
	font-size:90%;
	text-decoration:underline;
}


/* Slightly bigger font */
a.simplebig:link {
	color:#009;
	font-size:120%;
	font-style: italic;
	text-decoration:none;
}
a.simplebig:visited {
	color:#551a8b;
	font-size:120%;
	font-style: italic;
	text-decoration:none;
}
a.simplebig:hover {
	color:#3D81EE;
	font-size:120%;
	font-style: italic;
	text-decoration:underline;
}




a.pastshow:link {
	color: red;
	text-decoration: underline;
	font-style: italic;
	font-size: 75%;
	
}
a.pastshow:visited {
	color: red;
	text-decoration: underline;
	font-style: italic;
	font-size: 75%;

}
a.pastshow:active {
	color: red;   
	text-decoration: underline;
	font-style: italic;
	font-size: 75%;
}
a.pastshow:hover {
	color: red;    
	text-decoration: underline;
	font-weight:bold;
	font-style: italic;
	font-size: 75%;
}





body { 
	/*background-color: #e2e2e2; */
	background-color: white;
	color: #000000;
	/*font-family: Arial, Helvetica, sans-serif;  not as good visually. */
	font-family: "Century Gothic", "Trebuchet MS", "Arial", "Tahoma", sans-serif, serif;
	font-size: 14px;
}

img {
	border-style :none;  /* works definitely better than border-width: 0 */
}


/* the vertical, fixed, menu */
table.mmenu {
	font-size: 14px;
	/* L.A. Generic font family values (5) MUST be unquoted */
	font-family: "Century Gothic", "Trebuchet MS", "Arial", "Tahoma", sans-serif, serif;
}




/* *************** For Dynamic Menus .  No font stile or size here **************** */
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  /*font-size: 14px;    of top -level menu. was 10pt */
  font-style: normal;
  font-weight: normal;
  color: #000000;
  text-decoration: none; /* do NOT underline the Main Menus */
}

div.menuBar {
  /* LA background-color: #e0e0e0; THIS IS THE BOX LIKE COLOR AROUND top MENU*/
  padding: 0px 2px 0px 0px; /* L.A. originally left val was 2px not 0 and top+bot were 4 not 0 */
  text-align: left; /* L.A. originally was center */
  text-decoration: none; /* do NOT underline the Main Menus */
}

div.menuBar a.menuButton {
  background-color: transparent;
  /*border: 1px solid #e0e0e0;  The border of the top level menu button*/
  color: #000000;  /*  color black. top level... m button */  
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 0px; /* L.A. originally left val was 6px not 0*/
  position: relative;
  text-decoration: none; /* do NOT underline the Main Menus */
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  /* border: 1px outset #e0e0e0; border when hovering over, now NONE. only change color */
  color: #009;

}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  /* background-color: #5050f0;
  border: 1px inset #e0e0e0; */
  color: #000000;
  font-weight: bold;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #e0e0e0;
  /* border: 2px outset #e0e0e0; */
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;   /* originally submenu is hidden */
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  /*padding: 3px 1em;  L.A.  Uncomment if you want indentation to R of main button*/  
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #5050f0;  /* of submenu option (blueish..) */
  color: #ffffff;   /* submenu font color when hovering over (white) */

}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}
/* **************** End Menus *********************** */





table.topBanner {
	margin: 0;
	/*background-color: #00bfff;*/ /*  bra like */ /* #00bfff;  blue-ish like footer  */
	background-color: #ffffff;     /* white??*/
	color: gray;
	font-size: 100%;
	font-weight: bold; /* ??*/
	width: 100%;
	
	/* to center a table */
	margin-left:auto; 
	margin-right:auto;
	
	border-width: 0;  /* ???? doesnt work? */
	border-style: none;  /* ? */
	border-color: white;  /* instead of black which makes it a boxlike */
	border-color: white; 
}



/* main contents holder */
table.contents {
	margin: 0;
	background-color: #ffffff;	
	color: black;
	font-size: 100%;
	width: 60%;   /* percent that the table occupies...(used to be 60% with 2 the thumbs)*/
	
	/* to center a table */
	margin-left:auto; 
	margin-right:auto;
	
	padding: 0px 12px 12px 0px;
}


/* main contents holder / image - we want it aligned over first menu */
table.maingallery {
	margin: 0;
	background-color: white;
	color: black;
	font-size: 100%;
	
	/* to move pix to top+left beyond parent */
	margin-left:-130px; 
	margin-top: -77px;    /* Around -80px THIS Looks GOOD BUT IE7 or less may mess it up! Mozilla is fine */
}



th.topBanner {
	padding-top: 10px;
	padding-bottom: 0px;
}



td#first {
	padding-left: 30px;
}

/* Bold emphasis */
em.boldit {
	font-weight: bold;
	/*font-style: normal;*/ /* for no italic-izing as well */
} 
em.bolditnorm {
	font-weight: bold;
	font-style: normal; /* for no italic-izing as well */
} 

em.boldititalic {
	font-weight: bold;
	font-style: italic; /* italic-izing as well */
} 


em.bolditmedium {
	font-weight: bold;
	font-size: 120%;
	/* font-style: normal; */  /* for no italic-izing as well */
} 

em.bolditbig {
	font-weight: bold;
	font-size: 140%;
	/* font-style: normal; */  /* for no italic-izing as well */
} 

em.bolditbig150 {
	font-weight: bold;
	font-size: 150%;
	/* font-style: normal; */  /* for no italic-izing as well */
} 

em.bolditmediumnorm {
	font-weight: bold;
	font-size: 110%;
	font-style: normal;  /* for no italic-izing as well */
} 

em.redit {
	color: red;
	font-style: normal;  /* for no italic-izing as well */
} 

em.smallitalic {
	font-style: italic;
	font-size: 85%;
	
}
em.regitalic {
	font-style: italic;
	
}

em.regsmall75 {
	font-style: normal;
	font-size: 75%
}


/* News and Announcements  - serif family , slightly calligraphic..*/
em.news {
	font-style: italic;
	font-size: 90%;
	font-family: "Times New Roman", "Stone Serif", serif;
}

/* Bulleted list.  This is otherwise misbehaving; different ways yield different results */
ul.bullit {
	list-style-type: disc;
}


/* No bullet lists */
ul.nobullit {
	list-style: none;
	/*margin-left: 2em; no need*/
	padding-left: 1em;
	text-indent: -1em; /* negative : causes 1st line in a block to be moved to LEFT (for indentation) */
}

/* Main for image */
div.mainimg {
margin: 20px 60px;
margin-left: 80px;  /* lazy override */
}


/* Main for text */
div.maintxt {
margin: 20px 60px;
padding-top: 30px;
}

div.maintxttop25 {
margin: 20px 60px;
padding-top: 25px;
}

div.maintxttop41 {
margin: 20px 60px;
padding-top: 41px;
}

/* Main for text -- with LARGER LEFT MARGIN */
div.maintxtLM {
margin: 20px 60px;
margin-left: 240px; /*  Larger L Margin*/
padding-top: 41px;
}

p.tab20 {
margin-left: 20px;
}


p.tab30 {
margin-left: 30px;
}

p.tab40 {
margin-left: 40px;
}

p.alignR {
text-align: right;
}

p.alignC {
text-align: center;
}

table.footerBanner {
	margin: 0;
	background-color:white; /* 00bfff blue is out*/ 
	color: gray;
	width: 100%;
	/*align: center; TBDel*/
	
	/* to center a table */
	margin-left:auto; 
	margin-right:auto;
	
	
	border-width: thin;  
	border-style: solid outset outset solid;  
	/*border-color: #00bfff; */ /* instead of black which makes it a boxlike */
	padding: 12px 12px 12px 12px;
	font-style: italic;
	font-size: 74%;
}


.underl {
text-decoration: underline;

}

