/**********************************
 * 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: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  height: 100%;    
}

ul {list-style-type: square;}  


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

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

.doNotDisplay {
  display: none !important;
}

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

.graphic {border:2px; border-color: #000000; border-style: solid;}
A:hover .graphic, A:active .graphic {border:2px; 
border-color: #660033; border-style: solid;
}

  


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

#header {  
  color: inherit;
  background-color: #FFFFFF;     
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 20em 4mm;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;  
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}


.headerLinks {
  font-size: 87%;
  padding: 0.5ex 8em 0.5ex 1em;
  position: absolute;
  right: 0;
  top: 0;
}

.headerLinks * {
  text-decoration: none;
  padding: 0 2ex 0 1ex;
}

.headerLinks a {
  color: black;
}

.headerLinks a:hover {
  text-decoration: underline overline;
}


.subHeader {
  color: white;
  background-color: #000000;
  font-size: 109%;
  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;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
  height: 100%;  
}

.leftSideBar .sideBarTitle {
  color: #000000;
  background-color: #CCCCCC;
  font-weight: bold;
  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 {    
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
}

.leftSideBar a {
  color: #660033;
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;  
}

.leftSideBar a:hover {
  color: #993366;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color: #660033;
  font-weight: bold;
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.25ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: #660033;
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 14.5em;
  margin: 2ex 1.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid #CCCCCC;
  height: 100%;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: #CCCCCC;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: #660033;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.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;
}




.rightSideBar-two {
  width: 13em;
  margin: 0.25ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 0;
}





/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 17.5em 1em 1em;
  border-left: 1px solid #696969;  
}


#main-copy h1 {
  color:#660033;
  background-color: transparent;
  font-family: georgia, arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;  
  text-align: center;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;  
}

#main-copy h2 {
  color:#660033;
  background-color: transparent;
  font-family: georgia, arial, verdana, helvetica, sans-serif;
  font-size: 160%;
  font-weight: bold;  
  text-align: center;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0; 
  border-top: 1px solid rgb(216,210,195);  
}

#main-copy h3 {
  color: #000000;  
  background-color: rgb(216,210,195);
  font-weight: bold;  
  text-align: center;
  font-family: georgia, arial, verdana, helvetica, sans-serif;
  font-size: 145%; 
}

#main-copy a {
  color: #660033;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy-two {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 5em 1em 5em;
  border-left: 1px solid #696969;    
}

#main-copy-two h1 {
  color:#660033;
  background-color: transparent;
  font-family: georgia, arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;  
  text-align: center;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;  
}

#main-copy-two h2 {
  color:#660033;
  background-color: transparent;
  font-family: georgia, arial, verdana, helvetica, sans-serif;
  font-size: 160%;
  font-weight: bold;  
  text-align: center;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0; 
  border-top: 1px solid rgb(216,210,195);  
}

#main-copy-two h3 {
  color: #000000;  
  background-color: rgb(216,210,195);
  font-weight: bold;  
  text-align: center;
  font-family: georgia, arial, verdana, helvetica, sans-serif;
  font-size: 145%; 
}

  

#main-copy-two a {
  color: #660033;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy-two a:hover {
  text-decoration: none;
}

#main-copy-two aname {
  text-decoration: none;
}


p {
  margin: 1em 0 1.5em 1em;
  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: #CCCCCC;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#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;
}

/* ##### MISC ##### */

    .col{color:#668999;}  
    .col2{color:#CCCCCF;}

    .menulines{
    border:2.5px solid #F0F0F0;}

    .borderlines{
    border:2.5px solid #000000;} 

    .menulines a{
    text-decoration: none;
    color:black;}
    
    .border {border-color: #668999;}

    .img {border-width: 5px;
    border-style: outset;
    border-color: #ffffff;
    padding: 2em;}

    .img2 {border-width: 5px;
    border-style: outset;
    border-color: #ffffff;
    padding: 2em;}

    .img2 a:link { color: #000099; }
    .img2 a:hover { color: #FFFFFF; }  
    
    
    .table {
    height: 100%;}

    .div {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;}
		
		table.sample {
	border-width: 1px;
	border-spacing: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #EEEEEE;	
}

table.sample td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: white;	
}





    

    


