@import url("header.css");
@import url("footer.css");

@import url("searchResults.css");


body
  {
  margim: 0px;
  padding: 0px;
  background-color: #EEEEEE;
  }
  
#page
  {
  width: 960px;
  margin: auto;
  margin-top: 25px;
  padding: 20px;
  border: solid 1px #CCCCDD;
  background-color: #FFFFFF;
  }

#ProductMenu
  {
  float: left;
  width: 155px;
  padding-bottom: 32px;
  margin-bottom: 200px;
  background: url('images/menufoot.jpg') no-repeat bottom left;
  }
 
#Main
  {
  background: #FFFFFF url('images/menubgnd.jpg') repeat-y top left;
  }
  
#Content
  {
  font: 500 9pt "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 800px;
  float: right;
  }
  
#ContentMain
  {
  float: left;
  width: 800px;
  color: #1C3564;
  line-height: 1.55em;
  }
  
#ContentRight
  {
  display: none;
  }

h1, h2, h3
  {
  letter-spacing: -1px;
  line-height: 1em;
  padding: 0px;
  margin: 0px;
  color: #000000;
  } 

h1, h2
  {
  background-color: #000000;
  padding: 3px;
  color: #EEEEEE;
  margin-bottom: 5px;
  } 

h1
  {
  font: 500 18pt Georgia, Times New Roman, Serif;
  } 

h2
  {
  font: 500 14pt Georgia, Times New Roman, Serif;
  } 

h3
  {
  font: 500 14pt Georgia, Times New Roman, Serif;
  } 

a
  {
  color: #163564;
  text-decoration: none;
  font-weight: 900;
  }

a:hover
  {
  text-decoration: underline;
  color: #DD0000;
  }

.images_horz
  {
  display: inline-block;
  margin: auto;
  text-align: center;
  list-style: none;
  padding: 0px;
  }
      
.images_horz li
  {
  margin: 5px 10px;
  text-align: center;
  float: left;
  color: #000000;
  }
      
.image
  {
  padding: 7px;
  padding-bottom: 10px;
  border: solid 1px #AAAACC;
  border-bottom: solid 4px #B2B2D0;
  background-color: #FFFFFF;
  }

.email
  {
  background: url('images/email.gif') no-repeat center right;
  padding-right: 20px;
  color: #3a69aa;
  }  

.external
  {
  background: url('images/link.gif') no-repeat center right;
  padding-right: 15px;
  color: #3a69aa;
  }  

.clear
  {
  clear: both;
  }

  
   