BODY
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 background-color:#0059AC;
 margin:0;
 color:#000;
}

#container
{
  max-width: 1000px;
  min-width: 770px;
}

#container{
  /* begin of KLUDGE to make IE6 mimick min and max-width settings */
  width: expression(document.body.clientWidth < 802 ? "800px" : document.body.clientWidth > 1002 ? "1000px" : "auto");
  /* end of IE kludge */
}

#content
{
  background-color:#fff;
  font-size:13px;
  padding: 0 25px;
}

#left
{
  background:#0059AC url(/images/menubg.gif) repeat-y top left;
}

#footer
{
  font-size:10px;
  color:#fff;
  padding:3px;
  text-align:center;
  clear:both;
}

#footer a { color:#fff }
 

.text {  font-size:13px }
.smalltext { font-size:10px; }
.bigtext { font-size:16px }

H1 { font-size: 18px; color: #005; font-weight:700;
      border-bottom:1px #666 dashed }
H2 { font-size: 16px; color: #005; font-weight:600 }
H3 { font-size: 14px; color: #005; font-weight:600 }

ul#menu
{ 
  padding:20px 0 20px 0;
  width:140px;
  background-image: url('/images/menubg.gif');
  list-style:none;
  margin:0;
}

ul#menu li
{
  padding:0;
  margin:0;
}


ul#menu li a
{
  padding:8px 5px 8px 10px;
  display:block;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  color: #fff;
  text-decoration: none;
}

.viewall { font-weight: bold; font-size: 10px; text-align:center }

ul#menu li a:hover
{
  background-color:#0059AC;
}

.caption
{
  font-size:10px;
  font-weight:bold;
  margin:0;
}

#action_alert
{
  border-bottom:1px #0059AC solid;
  clear:both;
  margin-bottom:1em;
}

#rotating_photo
{
  width:250px;
  float:right;
  margin:10px 0 10px 10px;
}