/* Generated by KompoZer */
@import url(reset.css);
body {
  background: #eeeeee url(../images1/img_bg.jpg) repeat scroll 0% 50%;
  color: #333333;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}
#headcont {
  color: white;
  text-align: center;
  background-color: #636363;
  padding-top: 20px;
  padding-right: 15%;
  padding-left: 15%;
}
h1 {
  font-size: 24pt;
  font-weight: bold;
}
h2 {
  font-size: 18pt;
  color: #33ccff;
}
#footcont {
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #999999;
  text-align: center;
  padding-top: 4px;
  font-size: 12px;
  /*   width: 984px;  */

}
#menucont {
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  background-color: #999999;
  text-align: center;
  height: 18px;
  /*width: 984px;*/
}
#contcont {
  border-style: none;
  border-color: #999999;
  border-top: 0px none #999999;
  border-bottom: 0px none #999999;
  padding: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  font-size: 12pt;
  line-height: 120%;
  /*width: 980px;*/

}
#menucont ul li {
  display: inline;
}
#menucont ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 14px;
}
#menucont ul li a {
  padding: 0.2em 1em;
  text-decoration: none;
  color: #ffffff;
  background-color: #003366;
}
#menucont ul li a:hover {
  background-color: #33ccff;
  color: #cc0000;
}
.listheader {
  text-align: center;
  font-weight:bold;
  text-decoration: underline;
  font-size: 14pt;

}
.defaultlist {
  list-style-type:square;
  padding:10px;
}
.pageheader {
  font-size: 16pt;
  line-height: 50px;
  font-weight:bold;
  text-align:center;
}
h4 {
  font-size: 14pt;
  font-weight:bold;
}
#contcont ul {
  list-style-type: disc;
}
#contcont a {
  color: #3333ff;
}
#contcont a:hover {
  text-decoration: underline;
  color: #cc0000;
}
<!--
.box_round { -moz-border-radius: 12px; /* FF1+ */
-webkit-border-radius: 12px; /* Saf3-4 */
border-radius: 12px; /* Opera 10.5, IE 9, Saf5, Chrome */
}
-->
@media (max-width: 768px) {
  .navbar .navbar-nav {
    float:right!important;
    width:100%;
    margin:0px;
  }

}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar-nav > li > a, .navbar-nav > li > a:active, .navbar-nav > li > a:focus,
 .navbar-nav > li > a:visited {
  background-color: #003366!important;
  color:white!important;

}
.navbar-nav > li > a:hover {
  color:#cc0000!important;
  background-color:#33ccff!important;

}
.navbar-nav >li {
  padding-left:2px;
  padding-right:2px;
}

.navbar .navbar-collapse {
    text-align: center;
}

p, li, .row{
  font-size: 18px;
}


img.imageAlign {
   display: block;
  margin-left: auto;
  margin-right: auto;
}