.content, body,td {
  font-size: 12px;
  font-family: verdana,helvetica,arial;
  color: #111111;
}

#main_window {
       background: #E6E6E6;
       height: 100%;
       width: 1000px;
       margin: 0 auto; 

       }

#main_menu{

}

#logotitle{
float: left;
height: 10px
}

#navigation {
    background: white;
    width: 837px;
    height:22px;
    float: left;
    margin: 0;
    padding: 0;
    padding-top: 27px;
    border-bottom: 2px solid #333;
    list-style-type: none;
    }

#navigation li {
   border: black solid 0px;
   float: right;
   margin: 0;
   padding: 0;
   font-family: "verdana", sans-serif;
   font-size: 1.2 em;
}

#navigation li a {
            padding: 2px 8px;
            display: block;
            color: #777;
            text-decoration: none;
            text-align: center;
            border: 0px solid;
            background: #FFF;
            margin: 4px 1px 0 0;
            }

#navigation a:hover {
          color: black;
          background: #E6E6E6;
}
          
#headerflash{  
 _margin-top: -2px;
 clear: both;
 width: 1000px;
 height: 519px;
 background: darkred;
}

#header{
  clear: both;
  height: 100px;
  background: white;
  background-image: url('bottomlogo.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 0px;
  padding-top: 5px;
text-align: center;
 _margin-top: -2px;
}

h1 {
padding: 10px 0px;
margin: 0px;
font-size: 22px;
}

h2 {
padding: 10px 20px;
margin: 0px;
font-size: 15px;
}

#bodytext{
padding: 0px 20px;
margin: 0px;
border-top: solid darkgray 2px;
background: white;
height: 100px;
  background-image: url('bottomshadow.gif');
  background-repeat: repeat-x;
  background-position: bottom;
}

#boxmenu{
  padding-top: 20px;
  width: 1000px;
  background: #E6E6E6;
}

.box{
  width: 283px;
  height: 130px;
  padding: 15px 13px 20px 30px;
  float: left;
  background-image: url('box.gif');
  background-repeat: no-repeat;
  background-position: 10px 0px;
}

.insidebox{
  width: 290px;
  height: 130px;
  overflow: hidden;
}

.insidebox h1{
  font-size: 12px;
  padding: 0px;
  margin: 0px 
}

.box img{
float: left;
padding: 2px;
}

.boxlink{
position:relative;
left: 170px
}

.boxlink a{
color: black;
font-weight: bold;
}

#maintext{
    background: #E6E6E6;
    padding: 0px 20px 20px 20px;
    border-bottom: black solid 1px;
}

#bottommenu{
    clear: both;
    background: #E6E6E6;
    width: 700px;
    height: 30px;
    padding: 0px;
    margin: auto;
    border: 0px; 
    padding-top: 5px;
}

#bottomtext{
text-align: center;
clear: both;
padding-bottom: 20px;
}
 
#bottomnavigation {
clear: both;
    background: #E6E6E6;
    list-style-type: none;
    }

#bottomnavigation li {
   border: black solid 0px;
   padding: 0px 10px;
   float: left;
   font-family: "verdana", sans-serif;
   font-size: 1.2 em;
}

#bottomnavigation li a{
color: black;
}