body {  
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #234163;
  background-color: #eee;
  margin: 30px;
}

a {
  color: #5A799D;
}

a:hover {
  text-decoration:none;
  background-color: #EEEEEE;
}

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

img {
  border: 0px;
}

#layoutBox {
  float: left;
  border: 1px solid #5A799D;
  background-color: #FFFFFF;
  padding: 10px;  
}

.inset{
   display: inline;
   vertical-align:text-top
}

#headerBox {
  height: 110px;
  border: 1px solid #5A799D;
  background-color: #fff;
}

#headerMenu {
  height: 20px;
  font-family: verdana, arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  background-image: url(../images/btn-bg-grey.jpg);
  background-position: 0 32px;
}

#headerMenu a {
    text-align: center;
    height: 20px;
/*    background-color: #ddd;
    background-image: url(../images/btn-bg-grey.jpg);
    background-position: 0 32px;*/
    padding: 1px 25px 4px 25px;
    font-family: verdana, arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

#headerMenu a:hover {
    height: 18px;
    background-image: url(../images/btn-bg-blue.jpg);
    background-position: 0 32px;
}


#headerLeftBox {
  float: left;
  width: 40%;
  text-align: left;
}

#headerRightBox {
  float: right;
  margin-top : 1.7em;
}
 
#menuBox {
  float: left;
  width: 15em;
  margin: 10px 0 0 0;
  border-right: 1px solid #5A799D;  
  text-align: left;
}

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

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

#mainContent {
  margin: 10px 0 0 16em;
  border-left: 1px solid #5A799D;
}

input {       
  font-family:arial;
  font-size:12px;
  padding:2px;
  border: 1px solid #CCCCCC;
  background-color: #F9F9F9;
  color: #234163;
}

textarea {
  font-family:arial;
  font-size:12px;
  padding:2px;
  border: 1px solid #CCCCCC;
  background-color: #F9F9F9;
    color: #234163;
}


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

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

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

.noDisplay {
  display: none;
}

#mainContent h1, #menuBox h1, .menuFooter, .footer {
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0d70af;
  background-color: #ddd;
  border-top: 1px solid #5A799D;
  border-bottom: 1px solid #5A799D;  
  display: block; 
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
}

#mainContent h1, .footer {
  border-right: 1px solid #5A799D;
} 

.menuFooter, .footer {
  margin-bottom: 0px;
}

#menuBox h1, .menuFooter {
  border-left: 1px solid #5A799D;
}

#mainContent h2, #menuBox h2 {
  font-size: 12px;
  font-weight: bold;
  color: #0d70af;

  background-color: #EEEEEE;
  display: block;
  padding: 0px 0px 0px 5px;
  margin-bottom: 0px;
}

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

#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: 1px solid #5A799D;
  border-left: 0px;
}

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

.footer br {
  margin: -20px;
}

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

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

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

.menuGroup a:hover {
  color: #FFFFFF;
  background-color: #5A799D;
}

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

.imgRight {
  float: right;
}

.imgLeft {
  float: left;
}
