body {
  margin: 0px;
  padding: 0px; 
  font-family: Verdana, arial, "sans serif";	
  font-size: 82%;	
  line-height: 1.4;
  background-color: #F7E1B2;
}

a {
  color: #BE7D2F;
  text-decoration: none;
  text-weight: bold;
}
abbr {border: 0;}

#outerpage {
  width: 744px;
  margin: 15px auto 0px auto;
}

#innerpage {
  border: 1px solid #cc9900;
  border-bottom: 5px solid #cc9900;
  height: 1px;
}
html>body #innerpage {
  height: auto;
}

#globalNav {
  float: right;
  margin: 0px;
  margin-right: 5px;
  font-size: .9em;
  line-height: 1;
  text-align: right;
  width: 50%;
}
/* \*/
#globalNav {
  width: auto;
}
/* */

#globalNav ul {
  margin: 0px;
  padding: 0px;
  padding-top: 4px;
}

#globalNav ul li {
  display: inline;
}

#globalNav a {
  text-transform: uppercase;
  padding: 0px 5px 1px 5px;
  margin: 0px 2px;
  text-decoration: none;
  color: #ffffff;
}

#header {
  background: #FDF6E8 url(../images/bg_global.gif) top center repeat-x;
  width: 100%;
  height: 30px;
}

#header #uw {
  margin: 0px 0px 0px 15px;
  padding: 4px 0px 5px 0px;
  line-height: 1;
  font-size: .9em;
  font-weight: normal;
  text-transform: uppercase;
}

#header #uw a {
  color: #fff;
  text-decoration: none;
}

#header #crest {
  float: left;
  margin: -10px 12px 0px -32px;
  position: absolute;
  top: 20px;
  left: auto;
}

#content {
  margin: 0;
  padding: 0 15px 0 15px;
  background-color: #FDF6E8;
  border: 1px solid #FDF6E8;
  color: #630;
}
#content h1 {
  background-image: url(../images/banner.gif);
  width: 694px;
  height: 104px;
  margin: .3em 0 .2em 0;
}
#content h1 span {
  display: none;
}

#content h2 {display: block; margin-top: 1.4em; font-size: 1.25em !important; color: #B6B8C5;}
#content p, #content ul li {font-size: 1em;}
#content ul li {margin-bottom: 0;}
#content p a:link {
  border-bottom: 1px dotted #ababab;
}

#content p a:visited {
  color: #550000;
  border-bottom: 1px dotted #ababab;
}

#content p a:hover {
  color: #cc9900;
  border-bottom: 1px dotted #cc9900;
}

#content p img {
  border: 2px #BE7D2F solid;
}

#content #infoBox {width: 150px; padding: .5em 1em; margin: 0 0 1em 1em; font-size: .95em; line-height: 1.1; background-color: #F8ECD1; border: 1px solid #BE7D2F; float: right;}

#content .caption {
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  color: #78874D;
  margin-top: -10px;	
}

#content .byLine {
  margin-top: -10px;	
  font-size: 11px;
  color: #78874D;
  text-align: right;
}

#content #menu {border-top: 1px solid #94A66D; padding-top: 1em; margin-top: 2em;}

#content  ul li {
  list-style-type: square;  
  margin-bottom: .3em;
}

#content  ul li a:hover {color: #cc9900; border-bottom: 1px dotted #ababab;}


#footer {
  text-align: center;
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.4em;
}

#footer p {
  margin: 0px;
  padding: 0px;
}


.hide {
  display: none;
}
