BODY
{
  background-position: left top;
  background: url(../images/e_before_chip3.jpg) fixed no-repeat;
  background-color: white;
  color: black;
  font-family: Arial,Helvetica,sans-serif
}
H1
{
  font-weight: bold;
  font-size: 125%;
  color: #800040;
  font-style: italic;
/*  background-color: #e0e0e0;*/
}
H2
{
  font-weight: bold;
  font-size: 110%;
/*  border: #800040 1px solid;
  background-color: #e0e0e0;
  margin: 5px;
  padding: 2px;*/
}
H3
{
  font-weight: bold;
  font-size: 110%;
  font-style: italic;
}
A
{
  color: blue;
  text-decoration: none
}
A:hover
{
  text-decoration: underline
}
A:visited
{
  font-style: italic
}

/********** Page table ************/

#header
{
  clear: both;
  margin-bottom: 45px;
}
#mainmenu
{
  float: left;
  margin-top: 50px;
  position: fixed !important;
}
#google_ad
{
  float: right;
  width: 122px;
}
#maincontent
{
  margin-left: 110px;
  margin-right: 122px;
}
#maincontent_p
{
  margin-left: 110px;
}
#footer
{
  font-size: smaller;
  clear: both;
  width: 100%;
  background-color: #e0f0e0;
}

/********** Menus ************/
.td_menu
{
  border-color: #800040;
  border-width: thin;
  border-style: dashed;
  background-image: url(../images/transparent_half_32x32.gif);
  vertical-align: top;
  width: 100px; 
  display: block;
}

.navbutton
{
  text-align: left
}
.navbutton a
{
  padding: 0px 10px;
/*  width: 100px;*/
  color: black;
  display: block;
}
.navbutton a:visited
{
  font-style: normal;
}
.navbutton a:hover
{
  background-color: #a0a0a0;
  color: white;
  text-decoration: none;
}
.navbutton input
{
  margin: 0px 0px 0px 10px;
  width: 80px;
}

.ctxbutton
{
  MARGIN-TOP: 3px;
  FONT-WEIGHT: bold;
  MARGIN-BOTTOM: 3px;
  TEXT-ALIGN: center
}
.ctxbutton A
{
  BORDER-RIGHT: #d0d0d0 2px solid;
  BORDER-TOP: #f0f0f0 2px solid;
  DISPLAY: block;
  BORDER-LEFT: #f0f0f0 2px solid;
  color: #800040;
  BORDER-BOTTOM: #d0d0d0 2px solid;
  BACKGROUND-color: #e0e0e0;
  TEXT-DECORATION: none
}
.ctxbutton A:hover
{
  BORDER-RIGHT: #b8b8b8 2px solid;
  BORDER-TOP: #c8c8c8 2px solid;
  BORDER-LEFT: #c8c8c8 2px solid;
  color: #800040;
  BORDER-BOTTOM: #b8b8b8 2px solid;
  BACKGROUND-color: #c0c0c0;
  TEXT-DECORATION: none
}
.ctxbutton A:visited
{
  font-style: normal;
}

/********** Data tables ************/

div.newsclips p
{
  margin: 3px;
}
div.newsclips a
{
  font-size: smaller;
}

div.sitenews
{
  font-size: smaller;
  margin: 2px;
}
.infotable
{
/*  border: black 0px solid;
  border-color: white;
  background-color: black;*/
}
TABLE.infotable TH
{
  background-color: black;
  color: white;
  font-style: italic;
}
TABLE.infotable TD
{
  background-color: #eef;
}

.rmv2 TD A
{
  color: white;
}
.rmv2
{
  border-width: 0px;
}
.rm_ev
{
  font-size: 75%;
  border-width: 0px;
  border-style: solid;
  background-color: black;
  text-align: center;
  color: white;
}
.rm_ev_post
{
  border-width: 0px;
  border-style: solid;
  background-color: gray;
}
.rm_t1
{
  background-color: #c0d0c0;
}

.rm_t2
{
  background-color: #d0c0c0;
}

.rm_title
{
  font-weight: bold;
  color: black;
  border: #800040 1px solid;
  padding: 2px;
  background-color: #e0e0e0;
}

