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;
}




body { 
	background-color: #e2e2e2; 
	color: #000000;
	/*font-family: Arial, Helvetica, sans-serif;  not as good visually. */
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
}

img {
	border-style :none;  /* works definitely better than border-width: 0 */
}



/* *************** For Dynamic Menus **************** */
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  /* LA font-family: "MS Sans Serif", Arial, sans-serif;*/
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #e0e0e0;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  /* LA color: #000000; */
  color: #009;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: underline;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: 1px outset #e0e0e0;
  /* LA color: #000000; */
  color: #009;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #5050f0;
  border: 1px inset #e0e0e0;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #e0e0e0;
  border: 2px outset;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #5050f0;
  color: #ffffff;
}

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: #93DA86;     /* green militaire */
	color: gray;
	font-size: 100%;
	font-weight: bold; /* ??*/
	width: 100%;
	
	/* to center a table */
	margin-left:auto; 
	margin-right:auto;
	
	border-width: thin;  /* ???? doesnt work? */
	border-style: solid outset outset solid;  /* ? */
	border-color: #00bfff;  /* instead of black which makes it a boxlike */
	border-color: #e2e2e2; 
	padding: 12px 12px 12px 12px;
}



/* 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: 12px 12px 12px 12px;
}


/* main contents holder */
table.maingallery {
	margin: 0;
	/*background-color: #ffffff;	
	color: black;*/
	/*background-color: black;*/
	background-color: #93DA86;
	color: white;
	font-size: 100%;
	
	/* to center a table */
	margin-left:auto; 
	margin-right:auto;
	
	padding: 0px 0px 0px 0px;

}



th.topBanner {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* navigation */

table.navBar {
	margin: 0;
	table-layout : fixed; /* more equidistant than auto */
	background-color: #B78DE3;  /*#9E71CC; #2d29ca;#81ab00;*/
	color: black;
	width: 100%;
	/*align: center; TBDel*/
	
	/* to center a table */
	margin-left:auto; 
	margin-right:auto;
	
	border-width: thin;  /* ???? doesnt work? */
	border-style: solid outset outset solid;  /* ? */
	border-color: #81ab00;
	text-decoration: underline;
	font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 88%;
}


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.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.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;
	
}
/* 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) */
}


div.main {
margin: 20px 60px;
}


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;

}
