body {
}
/* table { border : solid 1px red; }
tr { border : solid 1px blue; }
td { border : solid 1px green; }
div { border : solid 1px yellow; }  */
div#relativeWrapper { /* to position menus absolutely */
    position : relative;
    width : 760px;
}
/* From Elia email
yellow type  95/85/28
yellow background  100/98/83
green  25/35/5
brown  50/41/26
blue  32/50/60
6-oct-03
yellow type 248/217/60 #F8D93C
yellow background  249/241/194 #F9F1C2
green  125/133/16 #7D8510
brown  144/116/71 #907447
blue  72/128/144 #488090
*/
/* index page styles are all inside mainWrapper table */
table#mainWrapper {
  width : 760px;
  height : 420px;
  border : 1px solid gray;
  border-collapse : collapse;
  /* background-image : url(images/page1template.gif); */
}
table#mainWrapper td {
  padding : 0;
  border : 0;
}
table#mainWrapper td#content {
  vertical-align : top;
  background-color : #F9F1C2;
}
table#mainWrapper div#tagLine {
  margin : 0;
  text-align : center;
  padding : 20px 0;
  font-weight : bold;
  font-size : 12px;
  /* background-image : url(images/tagline.gif); */
  width : 540px;
  height : 40px;
  color : #488090;
  background-color : #F9F1C2;
}
table#mainWrapper td#content h1, h2, h3, p, address {
  margin-left : 35px;
}
table#mainWrapper td#content h1 {
  font-family : "Times New Roman", Times, serif;
  color : #907447;
  font-size : 33px;
  font-weight : 600;
  font-variant : small-caps;
  margin-top : 0;
  margin-bottom : 0;
}
table#mainWrapper td#content h2 {
  font-family : "Times New Roman", Times, serif;
  color : #488090;
  font-size : 24px;
  font-weight : bold;
  margin-top : 0;
  margin-right : 20px;
  line-height : 34px;
}
table#mainWrapper td#content div#bottomMenu {
  font-size : 11px;
  font-weight : bold;
  font-family : Arial, Helvetica, sans-serif;
  text-align : right;
  margin-right : 20px;
  margin-top : 15px;
  margin-bottom : 10px;
}
/* menu1 is the top menu */
#menu1 {
  position : absolute;
  top : 15px;
  right : 20px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  color : #F8D93C;
  font-weight : bold;
  font-size : 12px;
}
#menu2 {
  position : absolute;
  bottom : 15px;
  right : 20px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  color : #F8D93C;
  font-weight : bold;
  font-size : 12px;
}
/* menuItems use a common site wide style */
a.menuItem {
  color : #907447;
  text-decoration : none;
}
a.menuItem:hover {
  color : #F8D93C;
}