/**** LINK-tag style sheet gila-screen.css ****/

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

body {
  color: black;
  background-color: rgb(230,205,205);
  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;
}

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

.doNotDisplay {
  display: none !important;
}


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


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

#header {
  color: inherit;
  background-color: rgb(180,0,0);
}

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

.leftSideBar .sideBarTitle {
  color: rgb(64,64,64);
  background-color: rgb(230,187,187);
  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: rgb(180,0,0);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color: rgb(180,0,0);
  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: 13em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(180,0,0);
}

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

.rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(230,180,180);
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: rgb(180,0,0);
  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;
}


/* ##### 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 15em 1em 1em;
  border-left: 1px solid rgb(180,0,0);
}

#main-copy h1 {
  color: rgb(180,0,0);
  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(255,195,195);
}

#main-copy a {
  color: rgb(180,0,0);
  background-color: transparent;
  text-decoration: underline;
}

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

/* not right column */
#nrc-main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 1em 1em 1em;
  border-left: 1px solid rgb(180,0,0);
}

#nrc-main-copy h1 {
  color: rgb(180,0,0);
  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(230,175,175);
}

#nrc-main-copy a {
  color: rgb(180,0,0);
  background-color: transparent;
  text-decoration: underline;
}

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

.formulario{
  padding: 2em 1em 1em 1em;
}

input {
  border: 1px solid;
  border-color: rgb(180,0,0); 
  background-color: rgb(230,187,187);	
  vertical-align: middle;
}

select {
  border: 1px solid;
  border-color: rgb(180,0,0); 
  background-color: rgb(230,187,187);	
}

option {
  border: 0;
  border-color: rgb(180,0,0); 
  background-color: rgb(230,187,187);	
  vertical-align: middle;
}

textarea { 
 margin-top:1em;
  margin-left: 2%;
  border: 1px solid;
  border-color: rgb(180,0,0); 
  padding: 0.6em 0.6em 0.6em 0.6em;
margin-bottom: 1em;
}


/*
#myform textarea
{
  border: 1px solid;
  border-color: rgb(166,140,83); 
  padding: 0.6em 0.6em 0.6em 0.6em;
}

#myform table
{
  text-align:inherit;
}

#buttonblock {
  padding: 1em 1em 1em 1em;
  text-align:center;  
}

#buttonrow label{
  vertical-align: middle;
}

#buttonrow input {
  border: 1px solid;
  border-color: rgb(166,140,83); 
  background-color: rgb(230,223,207);	
  vertical-align: middle;
}

#buttonrow select {
  margin: 0.5em 0.5em 0.5em 0.5em;
  border: 1px solid;
  border-color: rgb(166,140,83); 	
  vertical-align: middle;
}
*/


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


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

#footer {
  color: black;
  background-color: rgb(230,187,187);
  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;
}

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


form
{
  border-bottom:1px solid ;
  border-color: rgb(180,0,0);
 
}

fieldset {
  border: 0;
  margin-top:1em;
  width : 50em; 
  padding : 0.8em 1em;  
}


label { 
  position : relative;
  display : block;
  line-height: 0.6cm;
  margin : .5em 0em; }

label input { 
  position : absolute;
  left : 27%;}

label select { 
 position : absolute;
  left : 27%;}

textarea{
   display:block;
}

input.submit {
 margin-top: 2em;
  margin-left : 17%;
     margin-bottom: 3em; 
}

input.reset {
 margin-top: 2em;
    margin-bottom: 3em; 

}


