/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: black;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0; background-color: rgb(243,242,235);
}

html > body {
  font-size: 9pt;
}

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;
  background-image: url('bansang1.gif');
  text-align: center; 
  background-color: rgb(00,00,00);
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: black;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic; 
  background-color: transparent;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  font-weight: normal; 
  background-color: transparent;
}

.subHeader {
  color: white;
  font-size: 109%;
  text-align: center;
  margin: 0;
  border-top: 1px solid #B59C63;
  border-bottom: 1px solid #B59C63; 
  padding-left:0; 
  padding-right:0; 
  padding-top:0.5ex; 
  padding-bottom:0.5ex; 
  background-color: rgb(00,00,00);
}

.subHeader a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding-left:1ex; 
  padding-right:1ex; 
  padding-top:0; 
  padding-bottom:0; 
  background-color: rgb(00,00,00);
}

.subHeader a:hover {
  color:black;
  background:white;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: rgb(64,64,64);
  font-weight: bold;
  margin: 0;
  padding-left:1ex; 
  padding-right:1ex; 
  padding-top:0.8ex; 
  padding-bottom:0.8ex; 
  background-color: rgb(230,223,207);
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
}

.leftSideBar a {
  color: rgb(166,140,83);
  text-decoration: none; 
  background-color: transparent;
}

.leftSideBar a:hover {
  color: rgb(64,64,64);
  text-decoration: none; 
  background-color: transparent;
}

.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  line-height: 1.25em;
  padding: 0;
  display: block; 
  margin-left:0.75ex; 
  margin-right:0.25ex; 
  margin-top:1ex; 
  margin-bottom:1.5em; 
  background-color: transparent;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  font-weight: bold; 
  background-color: transparent;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 13em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  font-weight: bold;
  margin: 1.25ex 1ex;
  text-align: center; 
  padding-left:1ex; 
  padding-right:1ex; 
  padding-top:0.9ex; 
  padding-bottom:0.9ex; 
  background-color: rgb(230,223,207);
}

.rightSideBar a {
  color: rgb(166,140,83);
  text-decoration: underline;
  font-weight: bold; 
  background-color: transparent;
}

.rightSideBar a:hover {
  text-decoration: none;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  text-align: justify;
  line-height: 1.5em;
  border-left: 1px solid rgb(216,210,195); 
  margin-left:12.5em; 
  margin-right:0; 
  margin-top:0; 
  margin-bottom:0; 
  padding-left:1em; 
  padding-right:15em; 
  padding-top:0.5ex; 
  padding-bottom:1em; 
  background-color: white;
}

#main-copy h1 {
  color: rgb(166,140,83);
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 125%;
  font-weight: bold;
  font-style: none;
  text-align: left;
  border-top: 1px solid rgb(216,210,195); 
  margin-left:0; 
  margin-right:0; 
  margin-top:1em; 
  margin-bottom:0; 
  padding-left:0; 
  padding-right:0; 
  padding-top:1em; 
  padding-bottom:0; 
  background-color: transparent;
}

#main-copy a {
  color: rgb(168,140,83);
  text-decoration: underline; 
  background-color: transparent;
}

#main-copy a:hover {
  text-decoration: none;
}

p {
  margin: 1em 0 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;
}


/* ##### Float ##### */

.float{
width: 630px;
clear: left;
border: none;
}

.float .floatbox{
float: left;
width: 230px;
}

* html .float p{ /* IE 3px jog hack*/
height: 1%;
}

.float p{
margin-top: 0;
margin-left: 230px;
}


/* ##### Footer ##### */

#footer {
  color: black;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  clear: both; 
  padding-left:4mm; 
  padding-right:4mm; 
  padding-top:1em; 
  padding-bottom:1em; 
  background-color: rgb(230,223,207);
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  text-decoration: underline;
  font-weight: bold; background-color: transparent;
}

#footer a:hover {
  text-decoration: none;
}
