/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/
/* ##### Common Styles ##### */
body {
  color: black;
  background-color: #EEEEEE;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}
html > body {
  font-size: 9pt;
}
body > table {
  font-size: 9pt;
}

td {
  font-size: 9pt;
}
acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}
li {
  padding-top: 1em;
}
.doNotDisplay {
  display: none !important;
}
.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}
/* ##### Header ##### */
#header {
  color: inherit;
  background-color:#7ea6b8;
  padding: 10;
/*  height:128px;*/
}
.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: #424242;
  font-size: 90%;
  text-align: center;
  margin: 5 0 0 0;
  padding: 0.5ex 0;
}
.subHeader a {
  color: white;
  background-color: #424242;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}
.subHeader a:hover {
  color: black;
  background-color: white;
}
/* ##### Left Side Bar ##### */
.leftSideBar {
/*  width: 12em; */
/*  float: left;
  clear: left;*/
  margin: 0;
  border: 1px solid rgb(216,210,195);
  padding: 0;
}
.leftSideBar .sideBarTitle {
  color:#268295;
  background-color: #DAD7DA;
  font-weight: bold;
  margin: 1ex 1ex;
  padding: 0.8ex 1ex;
}
.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: #268295;
  background-color: transparent;
  text-decoration: none;
}
.leftSideBar a:hover {
/*  color: rgb(64,64,64); */
  background-color: transparent;
  text-decoration: underline;
}
.leftSideBar .sideBarText {
  color: #268295;
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
 /* display: block;*/
}
.leftSideBar .sideBarText a {
  text-decoration: underline;
}
.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}
.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}
/* ##### Right Side Bar ##### */
.rightSideBar {
/*  width: 12em;*/
  margin: 0;
  padding: 0;
  float: left;
  clear: right;
  border: 1px solid rgb(216,210,195);
 /* display: block;*/
}
[class~="rightSideBar"] {
  margin-right: 1.5ex;
}
.rightSideBar .sideBarTitle {
  color: black;
  background-color: #DAD7DA;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}
.rightSideBar a {
  color: #268295;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}
.rightSideBar a:hover {
  text-decoration: underline;
}
.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;
  background-color: white;
  text-align: justify;
  line-height: 1.2em;
  margin: 0;
  padding: 1em 1em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
   font-family: arial, verdana, helvetica, sans-serif;

/*  width:50%; */
  /*display: block;*/
 /* float:left; */
}
#main-copy h1 {
  color: #226677;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 130%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 0.3em 0 0;
  padding: 0.3em 0 0;
  border-top: 1px solid rgb(216,210,195);
}
#main-copy h2 {
	color: #226677;
	background-color: transparent;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin: 5px 0;
	padding-top: 3px;


}
#main-copy a {
  color: #964282;
  background-color: transparent;
  text-decoration: underline;
}
#main-copy a:hover {
  text-decoration: none;
}
p {
	margin: 1em 0 1.5em 0;
	padding: 0;
	text-align: justify;

}
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: #DCD7DC;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0 2% 0 2%;
  padding: 1em 4mm 1em 4mm;
  clear: both;
  border-top: thin dotted #202020;
/*  position:fixed; */
/*  float:center; */
  width:90%;
}
#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}
#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}
#footer a:hover {
  text-decoration: none;
}

.nowrap {
  white-space:nowrap;
}
.headerPress {
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	color: #2E3C94;
	margin: 1.5em;
	text-align: center;
}
.subHeaderPress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: justify;
	margin: 1em;
}
.ref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: #2E3C94;
	border: thin solid #2E3C94;
}
