body {
  	border: none;
	color: #000;
	font-family:  Verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
	background: #0099cc;
}
/*fonts*/
h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
}


#column h3{
  margin-left: 35px;
  font-size: 1em;
}

p {
  font-size: 1em;
}
#column p {
  margin-left: 35px;
}

cite {
  font-size: .75em;
  font-style: italic;
  color: #999999;
  text-align: center;
}
a {
  text-decoration: none;
}
/*images*/
img {
  border: 0;
}
img.left {
  float: left;
  padding-right: 1em;
}
img.center {
  margin: auto;
  display: block;
}

img.right {
  float: right;
  padding-left: 1em;
}

/*layout*/

#wrap {
  width: 900px;
  margin: 0px auto 0px auto;
  background: white;
}

#masthead {
  background: url(images/masthead.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 170px;
  margin: auto;
}
#page {
  float: left;
  width: 100%; height: 100%;
  text-align: left;
}

#content {
  float: left;
  width: 550px;
  height: 100%;
  padding: 1em;
  margin-left: 10px;
  text-align: left; 
   border-right: solid 2px #333333;
}
#column {
  float: left;
  width: 300px;
text-align: left;
  padding-top: 1em;
}

#column a {
  color: #000;
  text-decoration: underline;
}

#column a:hover {
  color: #0099cc;
}

#column ul {
	list-style: disc inside;
}


a.menu {
  color: #000;
  font-size: 10pt;
  font-weight: bold;
}

a.pic {
  border: 2px;
}
#footer {
  width: 100%;
  font-size: .8em;
  border-bottom: solid 15px #000;
  text-align: center;
  clear: both;
}

#shapers {
  float: left;
padding: 1em;
  text-align: center;
}

#shapers p {
  font-size: 1em;
}

td {
  border: 1pt;
  padding: 4px;
}

td.right {
  text-align: right;
}

th {
  text-align: left;
}
table
{
  table-layout: fixed;
  border-spacing: .5em;
}
table.contact {
  table-layout: auto;
}
.right {
  text-align: right;
}
table.hall {
  table-layout: auto;
}

td.hall {
  background: #cccccc;
  border: #0099cc solid 2px;
}
.right {
  float: right;
  padding: 1em;
}