html {
  text-align:left;
  font-family: Courier New;
  font-size: 12pt;
  background-color: #110022;
  font-weight: normal;
}

#container {
/*  background-color: #A47040;*//*#104883;*/
  vertical-align: middle;
  text-align: center;
}

  #header {
    background-color: #104883;
  }
  #picture {
    background-color: #104883;
  }

  #footer {
/*    background-color: #B0C4DE;*/
    color: #F1E5AC;
    font-family: Trebuchet MS, Ubuntu;
    font-size: 0.9em;
    font-weight: bold;
  }



  #caption {
    color: #F1E5AC;
/*    background-color: #5b2606;*/
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: bottom;
    text-align: left;
  }

  #table {
    font-family: Trebuchet MS, Ubuntu;
    font-size: 0.9em;
  }
  #first-paragraph {
    color: #0A4B7A;
    text-align: justify;
 /*   font-size: 0.9em;*/
  }






#headermenu {
  background-color: #5b2606;
  vertical-align: middle;
}

#headernavitem {
  background-image: url(/Webdesign/demowebs/agency/css/navitem.jpg);
  background-repeat: no-repeat;
  background-color: #F1E5AC; /*#5079A3;*/
  vertical-align: bottom;
  text-align: center;
}

a.headernavlink {
  font-family: Trebuchet MS, Ubuntu;
  font-stretch: ultra-condensed;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
}
a.headernavlink:link {
  color: #000000;
}
a.headernavlink:visited {
  color: #000000;
}
a.headernavlink:hover {
  color: #FFFF00;
  text-decoration: underline;
}
a.headernavlink:active {
  color: #FFD700;
}

#mainnavmenu a:link { font-family: Trebuchet MS; color: #5079A3; font-variant: normal; font-size: 12pt; font-weight: normal; word-spacing: 1px; text-decoration: none; text-transform: none; font-stretch: ultra-condensed; }
#mainnavmenu a:visited { font-family: Trebuchet MS; color: #5079A3; font-size: 12pt; font-weight: normal; text-decoration: none; }
#mainnavmenu a:hover { font-family: Trebuchet MS; color: #004080; font-size: 12pt; font-weight: normal; text-decoration: none; }
#mainnavmenu a:active { font-family: Trebuchet MS; color: #5079A3; font-size: 12pt; font-weight: normal; text-decoration: none; }

#contentleft {
/*  background-color: #F1E5AC;*/
}
#content {
/*  background-color: #000000;*/
}

#content h1 {
  font-size: 1.1em;
}
#contenttext,
#content p {
  color: #E6E6FA;
  font-size: 1.0em;
  padding: 0.5% 3% 1% 3%;
  width: 94%;
  text-align: left;
}
#quote {
  background-color: #F1F2EC;
  margin: 2% 5% 2% 5%;
  width: 90%;
}
#quotetext {
  font-style: italic;
  padding: 0.5% 3% 1% 3%;
  width: 94%;
  text-align: left;
}
#quotedef {
  padding: 1% 1% 0.5% 1%;
  width: 98%;
  text-align: left;
}

/*  a {
    font-family: Verdana;
    color: #E6E6FA;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
  }*/
  a:link {
    color: #E6E6FA;
  }
  a:visited {
    color: #E6E6FA;
  }
  a:hover {
    color: #ADD8E6;
  }
  a:active {
    color: #E6E6FA;
  }

  a.link-footer:link {
    color: #FFFFFF;
  }
  a.link-footer:visited {
    color: #4682B4;
  }
  a.link-footer:hover {
    color: #004080;
  }
  a.link-footer:active {
    color: #4682B4;
  }

#contentbrk {
  background-image: url('/tronixweb/css/contentbrk-indigo.png');
}

