body {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  background: url(Images/bg.gif);
  background-repeat: repeat;
  }

p, li {
  font-family: arial, verdana, sans-serif;
  font-size: 13px;
  line-height: 23px;
  }

p.mission {
  font-family: arial, verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
  font-style: italic;
  }

p.indent {
  padding-left: 20px;
  }

h2 {
  font-family: Arial, Verdana, sans-serif;
  color: #990000;
  text-align: center;
  }

h3 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  }

h4 {
  font-family: Arial, Verdana, sans-serif;
  color: #990000;
  text-align: center;
  }

h4.black {
  text-align: center;
  color: black;
  font-size: 14px;
  }

a.reg:link {
  text-decoration: underline;
  color: #990000;
  font-size: 13px;
  }

a.reg:visited {
  text-decoration: underline;
  color: #990000;
  font-size: 13px;
  }

a.reg:hover {
  text-decoration: none;
  font-size: 13px;
  color: #990000;
  }

td img {
  border: 1px solid;
  }

img.center {
  border: 1px solid; 
  display: block; 
  margin-left: auto; 
  margin-right: auto
  }
  
img.right {
  float: right; 
  margin-top: 7px;
  margin-left: 15px; 
  border: 1px solid;
  }

img.left {
  float: left; 
  margin-top: 7px;
  margin-right: 15px; 
  border: 1px solid;
  }

#container {
  margin: 0 auto;
  width: 780px;
  text-align: left;
  } 

div#header {
  width: 780px;
  height: 178px;
  }

img#header_left {
  float: left;
  margin: 0px;
  padding: 0px;
  }

img#header_right
  float: right;
  margin: 0px;
  padding: 0px;
  background: url(Images/heading_bg.gif);
  }

div#maindiv {
  width: 780px;
  margin: 0px auto;
  background: url(Images/background.gif);
  background-repeat: repeat-y;
  }

div#sidebardiv {
  width: 150px;
  float: left;
  margin-top: 0px;
  }

div#contentdiv {
  width: 600px;
  text-align: left;
  display: block;
  float: right;
  padding: 5px 15px 15px 15px;
  background: transparent;
  margin-top: 0px;
  }

div#textalign {
  float: left;
  height: auto;
  width: 318px;
  padding: 5px 0px 15px 15px;
  background: transparent;
  }

div#imagealign {
  float: right;
  height: auto;
  width: 250px;
  text-align: center;
  margin: 5px 15px 0px 15px;
  background: transparent;
  }

div#imagealign img {
  margin-bottom: 50px;
  }

div#footer {
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  line-height: 35px;
  background: url(Images/footer.gif) no-repeat;
  white-space: nowrap;
  display: block;
  width: 780px;
  height: 65px;
  margin: 0;
  padding: 0;
  }


div#footer a:link {
  text-decoration: none;
  color: #990000;
  font-size: 11px;
  }

div#footer a:visited {
  text-decoration: none;
  color: #990000;
  font-size: 11px;
  }

div#footer a:hover {
  text-decoration: underline;
  font-size: 11px;
  color: #990000;
  }


/* NAVIGATION BUTTONS */
.cssnav {
  position: relative;
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
  background: url(Images/link_on.gif) no-repeat;
  white-space: nowrap;
  display: block;
  width: 150px;
  height: 36px;
  margin: 0;
  padding: 0;
  }

.cssnav a {
  display: block;
  color: #d0a757;
  font-size: 14px;
  width: 150px;
  height: 36px;
  float: left;
  text-decoration: none;
  }

.cssnav img {
  width: 150px;
  height: 36px;
  border: 0
  }

* html a:hover {
  visibility:visible
  }

.cssnav a:hover img {
  visibility:hidden
  }

.cssnav a:hover {
  color: white;
  }

.cssnav span {
  position: absolute;
  left: 0px;
  top: 6px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  width: 149px;
  height: 14px;
  text-align: center;
  }
/* END NAVIGATION BUTTONS */

/* Alsett Clearing Method */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

.clearfix {
  display: inline-block;
  }

* html .clearfix {
  height: 1%;
  }

.clearfix {
  display: block;
  }
/* End of Alsett Clearing Method */
