/* -- ELEMENT STYLES -- */

body {
  font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
  font-size: 80%;
  color: #E60066;
  /*background-color: #EEF3FA;*/
  background: rgb(255, 255, 255) url(../images/background.jpg) repeat scroll left top;
  margin: 10% 20% 10% 20%;
}

a {
  color: #E60066;
}

a:hover {
  text-decoration:none;
  background-color: #EEEEEE;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #AAAAAA;
}

img {
  border: 0px;
}

ul {
  list-style-image: url(../images/bullet.gif);  
}


/* -- MAIN CONTAINER -- */

#layoutBox {
  float: left;
  border: 0px solid #E60066;
  background-color: #FFFFFF;
  padding: 10px;  
}


/* -- HEADER CONTAINER -- */

#headerBox {
  height: 10em;
  border: 0px solid #E60066;
  background: url(../images/hdr_left.jpg) no-repeat bottom left;
}

#headerLeftBox {
  float: left;
  width: 99%;
  height:10em;
  /* background: url(../images/hdr_left.jpg) no-repeat bottom left; */
  text-align: right;
}

#headerRightBox {
  float: right;
  width: 1%;
  height: 10em;
  /* background: url(../images/hdr_left.jpg) no-repeat bottom right; */
}
 
 
/* -- HEADER STYLES -- */

.title {
  font-family: times new roman, helvetica, arial, sans-serif;
  font-size: 280%;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  line-height: 0.9em;
}

.subTitle {
  font-size: 90%;
  color: #E60066;
}

/* -- History --*/

#hisBox {
  hight: 1em;
  text-align: left;
  font-size: 0.8em;
  }
  

/* -- MENU CONTAINER -- */

#menuBox {
  float: left;
  width: 15em;
  margin: 10px 0 0 0;
  border-right: 0px solid #E60066;  
  text-align: left;
  
}

#menuBox p {
  margin: 5px 0 20px 2px;
}

#menuBox br {
  margin-top: 30px;
}

/* -- CONTENT CONTAINER -- */

#mainContent {
  margin: 10px 0 0 16em;
  border-left: 0px solid #E60066;
}

#mainContent br {
  margin-top: 0px;
}

#mainContent p {
  padding: 0px 5px 3px 14px;
}

.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, .menuFooter, .footer {
  font-family: times new roman, helvetica, arial, sans-serif;
  font-size: 125%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #E60066;
  background: #e6e6e6 url(../images/hdr_icon1.gif) no-repeat bottom right;
  border-top: 0px solid #E60066;
  border-bottom: 0px solid #E60066;  
  display: block; 
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
}

#mainContent h1, .footer {
  border-right: 0px solid #E60066;
} 

.menuFooter, .footer {
  margin-bottom: 0px;
}

#menuBox h1, .menuFooter {
  border-left: 0px solid #E60066;
}

#mainContent h2, #menuBox h2 {
  font-size: 95%;
  font-weight: bold;
  background-color: #EEEEEE;
  display: block;
  padding: 3px 0px 0px 5px;
  margin-bottom: 0px;
}

#menuBox h3 {
  font-size: 120%;
  font-weight: normal;
  display: block;
  /* padding: 3px 0px 0px 10px;*/
  color: #9f436c;
  margin: 0 0 2px 13px;
}

#mainContent h2 {
  margin-left: 10px;
}

#mainContent h1, #mainContent h2, .footer {
  clear: right;  /* Set to both if you don't care about Internet Explorer */
}

.footer {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  font-weight: normal;
  border-right: 0px solid #E60066;
  border-left: 0px;
}

.footer a:hover {
  background-color: #D6E1F1;
}

.footer br {
  margin: -20px;
}


/* -- MENU/NEWS ITEM STYLES -- */

.newsGroup {
  padding: 0px 5px 0px 5px;
  margin-bottom: 30px;

}

.newsGroup p {
    font-size: 100%;
}

.menuGroup {
  padding: 5px 0 5px 0;
  margin-bottom: 30px;
}

.menuGroup a {
  color: #9f436c;
  text-indent: 1em;
  text-decoration: none;
  margin-bottom: 2px;
  display: block;  
  font-size: 120%;
}

.menuGroup a:hover {
  color: #FFFFFF;
  background-color: #E60066;
  background: #E60066 url(../images/menu_icon1.gif) no-repeat center right;
}

.menuGroup h2 {

}

/* -- IMAGE STYLES -- */

.imgRight, .imgLeft {
  padding: 10px 5px 5px 10px;
  border: 0px 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;
}

#footerBox {
  height: 10em;
  border: 0px solid #E60066;
  text-align: right;
  vertical-align: middle;
  /* background: #7897DD url(../images/hdr_bg.jpg) repeat-x bottom; */
}