@import "base.css";

body
{
	text-align: left;
  background-image: none;
	background-color: white;
  width: 577px;
}
div.imagebullet
{
	margin-top: 1em; /* IE 7 fix */
}
div.imagebullet img.bullet
{
  float: left;
  clear: left;
  margin-left: 12px;
  margin-right: 6px;
  margin-bottom: 1em;
}
div.imagebullet p, div.imagebullet ul 
{
	margin-left: 115px;
  min-height: 90px;
}
div.imagebullet div.address
{
	margin-left: 118px;
}

img
{
	display: block;
  margin-left: auto;
  margin-right: auto;
}
h1
{
	font-size: 1.25em;
  padding-top: .5em;
  margin-top: 0; /* IE 7 fix */
}
h2
{
	font-size: 1.05em;
  text-transform: uppercase;
  clear: none;
  margin-bottom: 0;
}
h3
{
	font-size: 1em;
  clear: none;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: underline;
}
h4
{
  margin-top: 0;
  margin-bottom: 0;
}

div.description
{
	margin-left: 0;
	text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

ul.multicolumn
{
	width: 80%;
	margin: 1em auto;
}
ul.multicolumn li
{
		float: left;
		width: 150px;
}