/*

    Modification History

    10 sept 2008 - nju
    - modified the links in the body_content block so that 
    they show up nice looking, and not ugly
    6 aug 2008 - nju
    - created file
*/

body{
  background-color:#004241;
  background-image:url('../media/background.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;
  margin-top:25;
}

.footer{
  font-family:verdana,helvetica,arial,sans;
  font-size:10px;
  font-weight:normal;
  text-align:center;
  color:#FFFFFF;
}
a.footer:link{
  text-decoration:none;
  color:#FFFFFF;
}
a.footer:hover{
  text-decoration:underline;
  color:#FFFFFF;
}
TD, P, FONT.text {
  FONT-SIZE: 11px;
  COLOR: #3F3C3C;
  FONT-FAMILY:  verdana, arial, helvetica;
  line-height: 16px;
  } 
a.p:link{
  COLOR: #3F3C3C;
  text-decoration:none;
}
a.p:visited{
  COLOR: #3F3C3C;
  text-decoration:none;
}
a.p:hover{
  COLOR: #3F3C3C;
  text-decoration:underline;
}
  .reportedCases {
  FONT-SIZE: 11px;
  COLOR: #3F3C3C;
  FONT-FAMILY:  verdana, arial, helvetica;
  line-height: 19px;

  } 
.leftSide{
  font-family:georgia,times new roman, serif;
  font-weight:bold;
  font-size:18px;
  color:#F3F0F0;
  padding:3px;

}
.leftMenu{
  font-family:verdana,helvetica,arial,sans;
  font-size:11px;
  font-weight:normal;
  text-align:center;
  color:#F3F0F0;
  padding:3px;
  line-height: 16px;
}
a.leftMenu:link{
  text-decoration:underline;
  color:#F3F0F0;
  padding:3px;
  line-height: 16px;

}
a.leftMenu:hover{
  text-decoration:underline;
  color:#FADACAA;
  padding:3px;
  line-height: 16px;
}
h3{
  font-family:georgia,times new roman, serif;
  font-weight:bold;
  font-size:18px;
  color:#3F3C3C;
  padding:3px;
}
.office{
  FONT-SIZE: 10px;
  COLOR: #F3F0F0;
  FONT-FAMILY:  verdana, arial, helvetica;
  line-height: 16px;
  padding:5px;
}
#block_content{
 /*background-image:url('../media/content_background.jpg');*/
  background-repeat:no-repeat;
  background-attachment:fixed;
  height:511px;
  min-height:40px;
  max-height:511px;
  overflow-y:auto;
  padding:3px;
}
#block_content a:visited{
  color:#3F3C3C;
  text-decoration:none;
}
#block_content a:link{
  text-decoration:none;
}
#block_content a:hover{
  color:#009C97;
  text-decoration:underline;
}
#leftMenu{
  position:relative;
  top:10px;
  left:5px;
  width:780px;
  max-width:780px;
  height:28px;
  max-height:28px;
  text-align:left;
  font-size:10px;
  font-weight:normal;
  color:#FFFFFF;
}
#block_map{
  height:280px;
  width:340px;
  z-index:2;
}
i{
  font-family:arial;
  font-size:9px;
  font-style:italic;
}
.littleArrow{
  font-family:arial;
  font-size:7pt;
  font-weight:bold;
  color:#0000EE;
}