/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #8B3132;
  font-family: trebuchet ms, verdana, helvetica, helvetica;
  font-size: 60%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}
#rap{
	width:850px;
	margin:auto;
	padding-bottom:20px;
}

html > body {
  font-size: 11pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: inherit;
  border: 5px solid black;
  width:841px;
	height:169px;
  background-color: none;
}

#header a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#header a:hover {
  text-decoration: none;
}


/* ##### CONTENT ##### */

#content {
  color: black;
  background-color: white;
  width:621px;
  border: 5px solid black;
  line-height: 1.5em;
  margin: 0em 0 0 0em;
  padding: 0.5ex 13em 1em 2em;
}

#content h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#content a {
  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

p {
  margin: 1em -12em 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: #006804;
  font-size: 100%;
  text-align: center;
  border: 5px solid black;
  line-height: .5em;
  margin: 0;
  padding: 1em 1mm 0em 0mm;
  clear: both;
}

#footer p {
  margin: 1em 1em 1.5em 0;
  padding: 0;
}

#footer div {
  margin: 0;
  padding: 0 0 0 0;
}

#footer a {
  color: white;
  padding: 1em 0em 0 0;
  background-color: transparent;
  text-decoration: none;
  font-weight: strong;
}

#footer a:hover {
  text-decoration: underline;
}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	width:841px;
    font-size: 10pt;
    cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 10px 6px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 10px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #006804;
	color: white;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #006804;
	color: black;
}


ul.nav li:active,
.nav ul li a:active{
	background-color: #006804;
	color: #fff;
}

ul.nav,
.nav ul{
	 border: 5px solid black;
}

.nav a{
	text-decoration: none;
        background-color: #006804;
	color: white;
}
.nav a:hover,
.nav ul li a:hover{
	background-color: #006804;
	color: black;
}