/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/
/* ##### Common Styles ##### */
body {
  color: black;
  background-color: rgb(243,242,235);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 150%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}
html > body {
  font-size: 9pt;
}
#bg_image {
	width: 100%;	height: 100%;
	left: 0px;	top: 0px;
	position: absolute;
	z-index: 0;
}
#contents {
	z-index: 1;
	position: absolute;
}

/* ##### Header ##### */
#header {
  color: inherit;
  background-color: rgb(184,38,25);
}
.red {
  color: inherit;
  background-color: rgb(184,38,25);
}
.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}
.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}
.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}
.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}
.subHeader {
  color: white;
  background-color: black;
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}
.subHeader a {
  color: white;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}
.subHeader a:hover {
  color: black;
  background-color: white;
}

/* ##### Footer ##### */
p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}
dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

