* {
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: small;
  }

body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  color: #333333;
  }

hr {
  height: 8px;
  width: 100%;
  background-color: #007DC3;
  border: none;
  color:#007DC3;
  margin-bottom: 10px;
  }

#pageContainer {
  width: 1002px;
  margin-left: auto;
  margin-right: auto;
  }

#header {
  width: 1002px;
  height: 80px;
  background: url('/img/logo.gif') #007DC3 no-repeat center left;
  margin-top: 10px;
  border-bottom: #d2d2d2 solid 5px;
  text-align: right;
  }

#headerpelican {
  width: 1002px;
  height: 80px;
  background: url('/img/pelican.gif') #007DC3 no-repeat center left;
  margin-top: 10px;
  border-bottom: #d2d2d2 solid 5px;
  text-align: right;
  }

#mnu, #headerLinks{
  color: #FFFFFF;
  padding-top: 60px;
  padding-right: 5px;
  font-size: 120%;
  }
  
#submenu {
  height: 0.8em;
  text-align: right;
  margin-top: 6px;
  color: #007DC3;
  }
  
.mnuitem { padding-left: 0.75em; font-size: 90% }

.mnuitem:link {
  color: #FFF;
  text-decoration: none;
  }

.mnuitem:active {
  color: #FFF;
  text-decoration: none;
  }

.mnuitem:visited {
  color: #FFF;
  text-decoration: none;
  }

.mnuitem:hover {
  color: #FFF;
  text-decoration: underline;
  }

#submnu .mnuitem:link {
  color: #000;
  text-decoration: none;
  }

#submnu .mnuitem:active {
  color: #000;
  text-decoration: none;
  }

#submnu .mnuitem:visited {
  color: #000;
  text-decoration: none;
  }

#submnu .mnuitem:hover {
  color: #000;
  text-decoration: underline;
  }
  
#leftSide {
  width: 230px;
  float: left;
  }

#rightSide {
  width: 672px;
  float: right;
  }

.numBox {
  height: 30px;
  width: 30px;
  border: 1px #000000 solid;
  background-color: #bb1f1f;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 14pt;
  float: left;
  margin-right: 8px;
  }

h1, #newshdr {
  color: #007DC3;
  font-size: 140%;
  }

h2 {
  color: #AAA;
  font-size: 70%;
  margin-left: 7px;
  }

.showcase {
  margin: 2px;
  padding: 2px;
  border: 2px #000000 solid;
  }

p {
  text-indent: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  }

li {
  font-weight: bold;
  margin-left: 50px;
  }

#footer {
  clear: both;
  width: 992px;
  font-size: 80%;
  border-top: 5px #d2d2d2 solid;
  background: #007DC3;
  margin-top: 10px;
  padding: 5px;
  color: #FFF;
  }

#title {
  float: left;
  color: #000;
  padding-left: 230px;
  margin-top: 20px;
  font-size: 14pt;
  font-weight: bold;
  font-style: italic
  }

#subTitle {
  float: left;
  clear: left;
  color: #000;
  padding-left: 232px;
  font-size: 9pt;
  }

.right {
  float: right;
  margin: 0px;
  }

.left {
  float: left;
  margin: 0px;
  }

.mor {
  text-align: right;
  font-weight: bold;
  }
