body {  
  font-family: arial,sans-serif,tahoma;
  font-size: 80%;
  letter-spacing:0.03em;
  color: #000000;
  background-color: #FFFFFF;
  margin: 0; margin-left:auto; margin-right:auto;
  min-width: 920px;
  max-width: 1000px;
  text-align:center;
}
a:link { color:#0577FF; text-decoration:none; }
a:visited { color:#2778B7; text-decoration:none; }
a:hover { text-decoration:none; background-color:#FFEEC4; }
a:active { color:#1A6BFF; text-decoration:none; }
acronym { cursor: help; border-bottom: 1px dashed #AAAAAA; }
img { border: 0px; }
/* ul { list-style-image: url(../images/bullet.gif); } */
ul { padding-left:8px }

/* -- MAIN CONTAINER -- */

#layout { margin:5px; text-align:left; padding:0; }
#header { height:83px; background: url("/img/cronc.gif") no-repeat; }
#headerLeft { float: left;}
#headerRight { float: right;}
.title {
  font-size: 130%;
  color: #000000;
}
.subTitle {
  font-size: 90%;
  color: #5A799D;
}
#menu { float: left; width: 160px; margin: 20px 0 0 0; }
#mainContent { margin: 10px 0 0 170px; }
#mainContent p { margin: 12px 0 12px 0; }
#mainContent ul { margin: 15px 0 15px 25px; }
.spacer { height: 1px; clear: both; }
#header h1 { padding-top: 55px; margin: 0; text-align: right; }
#header a:link { color:#000000; text-decoration:none; }
#header a:visited { color:#000000; text-decoration:none; }
#header a:active { color:#000000; text-decoration:none; }
#header a:hover { color:#000000; text-decoration:none; background-color:#FFFFFF; }

#mainContent h1 {
  font-family: times new roman, helvetica, arial, sans-serif;
  font-size: 140%;
  letter-spacing: 0.04em;
  color: #F98304;
  background-color: #F6F2FF;
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
  clear: right;   /* Set to both if you don't care about Internet Explorer */
}
.footer {
  font-size: 80%;
  text-align: center;
  clear: left;
  margin-bottom: 0px;
  background-color:#F4F4F4;
}
.imgRight, .imgLeft { padding: 10px 5px 5px 10px; }
.imgRight { float: right; }
/* Below style will not work correctly unless clear = "both" on the
   #mainContent h1 .footer class */
.imgLeft { float: left; }
