BODY {
  background-color: white;
  font-family: Arial;
  font-size: 12pt;
  border-left: none;
}

.menu {
  border-top: none;
  font-family: sans-serif;
  font-size: 10pt;
  color: black;
  text-transform: none;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  font-weight: bold;
  line-height: 10pt;
  background-color: transparent;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

H1 {
  font-size: 24pt;
}

.framed {
  border-top: 4px blue groove;
  border-right: 4px blue groove;
  border-bottom: 4px blue groove;
  border-left: 4px blue groove;
}

.frame {
  border-top: 0px none;
  border-right: 0px none;
  border-bottom: 0px none;
  border-left: 0px none;
}

.selected {
  border-top: 2px #FFFF00 solid;
  border-right: 2px #FFFF00 solid;
  border-bottom: 2px #FFFF00 solid;
  border-left: 2px #FFFF00 solid;
}

.large-menu {
  border-top: none;
  font-size: 12pt;
  text-transform: none;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  text-decoration: underline;
  font-weight: normal;
  line-height: 14pt;
  font-family: sans-serif;
  color: blue;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.navigation {
  font-size: 8pt;
  line-height: 8pt;
  text-decoration: none;
  color: blue;
}

.builder {
  font-weight: bold;
  font-size: 25px;
  color: blue;
  line-height: 25px;
}

.city {
  font-size: large;
  font-weight: bold;
}
.clearboth {
	clear: both;
}


.page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.main {
	margin-top: 0px;
	vertical-align: top;
}
.header {
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 0px;
}
.header img {
	margin-top: 16px;
	margin-left: 10px;
}


.footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 10px;
	padding-bottom: 6px;
}
.footer a {
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}
.sidemenu {
	float: left;
	width: 180px;
	background-image: url(index-background.jpg);
	text-align: center;
	clear: left;
	margin-right: 6px;
	margin-top: 0px;
}
.zerotop {
	margin-top: 0px;
}

.affil {
	margin-bottom: 12px;
}
.Premium {
	background-color: #FFFF99;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
