/* -- ELEMENT STYLES -- */

body {  
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  color: #000000;
  background-color: #DDDDDD;
  margin: 20px;
}

a {
  color: #993333; /*#5A799D;*/
}

a:hover {
  text-decoration: underline;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #AAAAAA;
}

img {
  border: 0px;
}

ul {
  list-style-image: url(img/bullet.gif);
}


/* -- MAIN CONTAINER -- */

#layoutBox {
  float: left;
  background-color: #FFFFFF;
  padding: 0px;
  border-bottom: 2px solid #999999;
  border-right: 1px solid #999999;
}


/* -- HEADER CONTAINER -- */

#headerBox {
  height: 100px;
  background: url(../img/hdrbkg.gif);
  background-color: #FFFFFF;
}

#headerLeftBox {
  float: left;
  width: 23%;
  height: 100px;
  text-align: right;
  margin: 0 10px 0 10px;
}

#headerRightBox {
  float: right;
  width: 67%;
  height: 100px;
  text-align: left;
  margin: 0 10px 0 10px;
}
 
 
/* -- HEADER STYLES -- */

.title {
  font-family: helvetica, arial, sans-serif;
  font-size: 280%;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  line-height: 0.9em;
}

.subTitle {
  font-family: "luxi sans", "bitstream vera sans", "trebuchet ms", sans-serif;
  font-size: 200%;
  color: #5A799D;
}


/* -- MENU CONTAINER -- */

#menuBox {
  float: left;
  width: 11em;
  margin: 10px 0 0 0;
  text-align: left;
}

#menuBox p {
  margin: 5px 0 20px 2px;
}

#menuBox br {
  margin-top: 30px;
}


/* -- CONTENT CONTAINER -- */

#mainContent {
  margin: 10px 0 0 12em;
  border-left: 1px solid #E2E6EF;
}

#mainContent br {
  margin-top: 10px;
}

#mainContent p {
  padding: 0px 5px 2px 10px;
}

.spacer {
  height: 1px;
  clear: both;
}

/* Used by items meant for text only rendering */

.noDisplay {
  display: none;
}


/* -- HEADER/FOOTER STYLES (menuBox & mainContent) -- */

#mainContent h1, #menuBox h1 {
  font-family: "luxi sans", "bitstream vera sans", "trebuchet ms", sans-serif;
  font-size: 125%;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #000000;
  background: #DDDDDD url(../img/hround1.gif) no-repeat bottom left;
  display: block;
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
}

#menuBox h1, .menuFooter {
}

#mainContent h2, #menuBox h2 {
  font-size: 100%;
  font-weight: bold;
  color: #000000;
  background-color: #EEEEEE;
  display: block;
  padding: 0px 0px 0px 5px;
  margin-bottom: 0px;
}

#mainContent h2 {
  margin-left: 10px;
}

#mainContent h1, #mainContent h2, .footer {
  clear: right;  /* Set to both if you don't care about Internet Explorer */
}

.menuFooter, .footer {
  font-family: helvetica, arial, sans-serif;
  font-size: 80%;
  margin-bottom: 0px;
  font-weight: normal;
  letter-spacing: .1em;
  text-align: right;
  color: #003399;
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0 0 0 0;
}

.footer a:hover {
  background-color: #D6E1F1;
}

.footer br {
  margin: -20px;
}


/* -- MENU/NEWS ITEM STYLES -- */

.newsGroup {
  padding: 0px 5px 0px 5px;
  margin-bottom: 30px;
}

.menuGroup {
  font-family: "luxi sans", "bitstream vera sans", "trebuchet ms", sans-serif;
  padding: 5px 0 5px 0;
  margin-bottom: 30px;
}

.menuGroup a {
  color: #35567C;
  text-indent: 2em;
  text-decoration: none;
  margin-bottom: 2px;
  display: block;  
}

.menuGroup a:hover {
  color: #003399;
  background-color: #FFDDAA;
}

/* -- IMAGE STYLES -- */

.imgRight, .imgLeft {
  padding: 10px 5px 5px 10px;
  border: 1px solid #FFFFFF;
}

.imgRight {
  float: right;
}

/* Below style will not work correctly unless clear = "both" on the
   #mainContent h1, #mainContent h2, .footer class */

.imgLeft {
  float: left;
}
