﻿/*********** The Hoosier Local - Created by Tim Keesling of TRK Computer Services - Copywrite 2009 ***********/
/*************************************** Internet Explorer 6 Stylesheet **************************************/

@import url(levelout.css);

body {
  font-family: "Trebuchet MS", "Times New Roman", Serif;
  color: #000;
  background-color: #ff0000;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 175%;
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 125%;
}

p.just {
  text-align: justify;
}

p.ind {
  text-indent: 1em;
}

div#mainwrap {
  width: 98%;
  margin: 0;
  text-align: center;
  color: inherit;
  background-color: #fff;
}

div#topwrap {
  width: 100%;
  float: left;
}

div#header {
  width: 100%;
  height: 100px;
  float: left;
  color: inherit;
  background-color: #ff0000;
}

/* Styles for midwrap section */
div#midwrap {
  width: 100%;
  float: left;
}

div.topinfo {
  width: 100%;
  float: left;
}

div.topinfo p {
  margin: 0 .2em;
}
 
/* Styles for navigation top bar */
div#navigate {
  width: 100%;
  height: 25px;
  float: left;
  color: inherit;
  background-color: #990000;
}

ul.navbar li {
  display: inline;
}