body, td {
  background-color: white;
  color: black;
  font-family: Verdana;
  font-size: 11px;
  line-height: 15px;
  margin: 0 0;
}

h4 { 
  font-size: 100%;
  margin-bottom: 15px; 
  padding-bottom: 4px
}

h3 { 
  font-size: 115%;
  margin-bottom: 15px; 
  padding-bottom: 4px
}

h2 { 
  font-size: 125%;
  margin-bottom: 15px; 
  padding-bottom: 4px
}

h1 {
  font-size: 140%;
  margin-bottom: 15px; 
  padding-bottom: 4px
}

a {
	color: #576bb3;
	text-decoration: none;
}

a:link {
	color: #576bb3;
	text-decoration: none;
}

a:visited {
	color: #576bb3;
	text-decoration: none;
}

a:hover {
	color: #800000;
	text-decoration: underline;
}

/* #logo {
  background-image: url(images/bg.gif);
  width: 100%;
} */

#menu a {
	color: black;
	text-decoration: none;
}

#menu a:hover {
	color: white;
}

#menu {
  background-image: url(images/menu.gif);
  background-repeat:repeat-x;
  height: 28px;
  margin: 0px;
  padding-top: 5px;
  width: 100%;
}

#image {
  background-color: white;
  float: left;
  margin-left: 10%;
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 400px;
  width: 21%;
}

#content {
  float: left;
  margin-bottom: 20px;
  min-height: 400px;
  padding-top: 20px;
  /* padding-right: 15%; */
  width: 59%;
}

#foot {
  border-top: solid 1px black;
  clear: both;
  font-family: Verdana;
  font-size: 10px;
  margin-left: 100px;
  margin-right:100px;
  padding-top: 10px;
}

.info {
  border: solid 1px #7273AE;
  color: #7273AE;
  padding: 10 20;
}
