/*
 ***************************************************************************
 *
 * FILE:         style.css
 * VERSION:      1.0.0
 * COPYRIGHT:    (c) 2008  All rights reserved.
 * AUTHOR(S):    Michael Huffman (mhuffman@mindspring.com)
 *
 * DESCRIPTION:  This is the CSS style sheet for this web-application.
 *
 * HISTORY:
 * 2008.07.03  MWH  Created file.
 *
 ***************************************************************************
 */

html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: #959269;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 14px; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
}

/* === Containers === */

#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 660px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: -163px; 
  width: 660px;
}

/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 173px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 170px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #749942; 
  background-color: #E5DFCD;
}

#menu a:hover, #menu a:active
{
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 170px;  height: 31px;  
  text-decoration: none;
  line-height: 31px;
  color: #749942; 
  background-color: #ffffff;
  text-align: center;
}

/* === Other Divs === */
 


.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 15px;
  height: 232px;
  text-align: left;
}

.content
{
  background-color: #E6DFCD;
  height: 217px;
  overflow: auto;
  padding: 7px;
}

/* === Inline Text Styles === */



h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 0px;
  font-size: 20px;
  color: #959269;
  background-color: inherit;

}



