/*  styles for site */
/* body {color:#2074C6; */
* { font-family: Helvetica, Arial, sans-serif;
 font-size: 100%;
}
html, body, div , h1, h2, h3, h4, h5, h6,p { 
   padding: 0;
   margin:0; 
}
body {color:#004488; 
   background: white;
}
h1 { font-size: 1.5em;
margin-bottom: 0;
}
h2 { font-size: 1.3em;
margin-bottom: -.4em; 
}
h3 { font-size: 1.2em; 
  font-weight: bold;
}

h3, h4, h5    {color: black;
  margin-top: 0.6em;
  }
#header {
  width:100%; 
  height: 80px;
  background: url("images/titlecenter.jpg");
} 
#content div {
  margin-left: 20px;
}
#content p {
  margin-top: 0.6em;
}
#content strong {
   color: black;
}

#content ul {
   margin: 5px 0 0 0;
   padding: 0;
}
#content li {
    list-style-type: circle; 
    list-style-position: inside;
    margin-left: 1em;
 }

#menux {background:#0066CC;
   color: white;
   width: 155px;
}   
       
#menux A:visited {color: #FFC0CC;}
#menux A:link{color:white;}
#menux LI {text-indent: -1em;
  list-style-type: none;  
 }
.alert {color:black ;
       background: yellow }

