body
{
	font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  background-attachment: fixed;
	background-image: url(gif/cityseal.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-top: 30px;
  text-align: center; /*Hack to center div in IE*/
}

a:link, a:visited
{
  color: #3333CC;
}

a:active, a:hover
{
  color: #6666FF;
}

#container
{
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  width: 650px;
  text-align: left;
}

#mainbann
{
  font-size: 50px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	color: #3333CC;
	padding: 6px 0px 6px 0px;
	border: 1px solid #3333CC;
}

.sm-text
{
  font-size: 12px;
}

.md-text
{
  font-size: 16px;
}

.lg-text
{
  font-size: 24px;
}

.text-blue
{
  color: #3333CC;
}