html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.1;
  font-family:Garamond sans-serif;
  color:black;
  font-size:16pt;
}
#bodyContainer  {
  padding:10px;
}
.content {
  margin: 10px;
  padding: 10px;
  border: 3px solid blue;
  border-radius: 5px;
}
strong {
  font-weight:bold;
}
.bold {
  font-weight:bold;
}
/*
ol, ul {
  list-style: none;
}
*/
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1 {
  font-size:2.0em;  
  color: #003366; 

}
h2 {
  font-size:1.4em;  
  color:#671d10;
}
h3 {
  font-size:1.2em;  
  font-weight:bold;
  color:#671d10;
}

p {
  padding:3px;
  margin-bottom:8px;
}
#mainMenu ul, #mainMenu ul li {
  margin:0;
  padding:0;
}
#mainMenu ul {
  display:inline-block;
  list-style:none;
}
#mainMenu ul li {
  
  display:inline-block;
  list-style:none;
  background-color:#ccc;
  min-height:30px;
  width:150px;
  text-align:center;
}
#mainMenu a {
  color:blue;
  font-size:0.9em;
}
.form-group {
  line-height:1.4em;
}
.form-group label{
  display:block;
  font-size:0.8em;
  font-family:Arial, sans-serif;
}
.form-group input, .form-group select, .form-group textarea {
  display:block;
}

.italic {
  font-style: italic;
}
