/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: #30478F;
  background-color:  white;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

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;
}
.italics {
	font-style:italic;
}

.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

#page {width:750px; text-align:left;}

/* ##### Header ##### */

#header {
  color: inherit;
  background-color: rgb(252,241,241);
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0 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;
}
#search{
	padding: 12px 0px 0px 0px;
	background-color: #192C6A;
	color: white;
	font-weight: bold;
	font-size: 100%;
	width: 242px;
	height: 78px;
	float: left;
	text-align: left;
}
.subHeader {
  color: white;
  background-color: rgb(201,35,37);
  font-size: 109%;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: white;
  background-color: rgb(201,35,37);
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: rgb(252,241,241);
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12em;
  float: left;
  clear: left;
  font-size: 90%;
  background-color:  #E9F2FB;
  border-right: 1px solid #061B5C;
  border-bottom: 1px solid #061B5C;
}

.leftSideBar .sideBarTitle {
  color: rgb(252,241,241);
  background-color: #061B5C;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style:italic;
  font-size:125%;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  color: #6F9FD6;
  font-weight: bold;
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
}

.leftSideBar a {
  color: #0576C5;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color: #3F6298;
  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 {
  background-color:  white;
  width: 20em;
  margin: 2ex 0 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid #C82222;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: rgb(201,35,37);
  background-color: rgb(252,241,241);
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-style:italic;
  font-weight: bold;
  text-align:center;
  margin:1ex 0 0 1ex;
  padding: 1ex;
}

.rightSideBar a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

.rightSideBar a:hover {
  text-decoration: none;
}

.rightSideBar .sideBarText {
  font-size: 90%;
  color: rgb(74,74,74);
  line-height: 1.5em;
  margin: 0;
  text-align:left;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .sideBarTextTitle a {
  font-size: 100%;
  color: rgb(201,35,37);
  font-style:italic;
  font-weight:bold;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  margin: 0;
  text-align:left;
  padding: 0 2ex 1em 2ex;
  text-decoration: underline;
}

.rightSideBar .sideBarTextTitle a hover{
  text-decoration: none;
}

.rightSideBar .sideBarText a {
  color:#0000FF;
  background-color: transparent;
  text-decoration: underline;
}

.rightSideBar .sideBarText a hover{
  text-decoration: none;
}

.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 {
  background-color: white;
  text-align: justify;
  line-height: 1.25em;
  margin: 0 12em 0 12em;
  padding: 0 12em 0 0;
}

#main-copy h1 {
  color: #071C5F;
  background-color: transparent;
  font-size: 175%;
  font-weight: bold;
  text-align: left;
  line-height: 1.25em;
}

#main-copy a {
  color:#0000FF;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}
#links {text-align:left
}
#main {line-height: 1.25em; font-size: 110%
}
#main h1 { 
	color: #071C5F;
  	background-color: transparent;
  	font-family: arial, verdana, helvetica, sans-serif;
  	font-size: 200%;
	line-height: 125%;
  	font-weight: bold;
	text-align:center;
}
#main h2 { 
	color: #071C5F;
  	background-color: transparent;
  	font-family: arial, verdana, helvetica, sans-serif;
  	font-size: 150%;
  	font-weight: bold;
  	font-style: italic;
	text-align:left;
	margin: 2em 0 .75em 0;
}
#main ul {
	list-style-type: disc;
	margin: 0 0 0 4em;
}
#main li {margin-bottom: 1em;
}
#main ul ul {
	list-style-type: disc;
	margin: 0 0 0 4em;
}
#main ul ul li {margin-bottom: 0;
}
#calendar {  line-height: 1.5em;
}
#calendar ul {
	list-style-type: none;
}
#calendar ul ul{
	list-style-type: none;
}

/* ##### Footer ##### */

#footer {
  color: #3F6298;
  background-color:  rgb(252,241,241);
  border-top: 2px solid #C82222;
  font-size: 92%;
  text-align: center;
  line-height: 1.5em;
  margin-top: 1.5em;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: #3F6298;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}
