body {
	text-align: center;
	overflow: auto;
	margin: 0px;
	padding: 10px;
	background-color: #296FA9;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#wrapper {
	width: 601px;
	margin: 0 auto;
}

#wrapper_route {
	text-align: center;
}

#main_menu {
	width: auto;
}
#listserv {
	color: #FFFFFF;
	border: none;
	width: 270px;
	margin-top: -125px;
	margin-right: 5px;
}
#listserv p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 2px;
	position: relative;
}
#wherearewe {
	margin-top: -568px;
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}
#wherearewe p {
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
	position: relative;
}

a {
  color: #000000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
a.title {
  font-size: 12px;
  color: #ffffff;
}
a.copyright {
  font-size: 12px;
  font-weight: normal;
  color: #254060;
}
a.nav {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}
a:hover, a.title:hover, a.copyright:hover, a.nav:hover {
  text-decoration: underline;
}
a.nosmuck {
  font-weight: normal;
  text-decoration: none;
}
table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #000000;
  border-collapse: collapse;
}
table.noborder {
  border-width: 0px;
}
td {
  padding: 0px 5px 0px 5px;
  border-width: 1px;
  border-style:solid;
  border-color: #000000;
  font-size: 12px;
  color: #000000;
}
tr.header {
  font-weight: bold;
  background-color: #254060;
  color: #ffffff;
  height: 17px;
}
tr.title {
  font-weight: bold;
  background-color: #254060;
  color: #ffffff;
  height: 17px;
}
.title {
  font-weight: bold;
  background-color: #254060;
  color: #ffffff;
  height: 17px;
}
.content {
  color: #000000;
  background-color: #d0e0ff;
  filter: alpha(opacity=60);
}
td.nav {
  color: #000000;
  font-weight: normal;
  font-size: 12px;
}
img.button, span.bottom {
  vertical-align: bottom;
}
div.iplog {
  width: 100%;
  height: 15px;
  padding-top: 1px;
  font-size: 10px;
  text-align: right;
}
div.smilies {
  float: left;
  height: 26px;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 8px;
}
div.divider {
  font-size: 0px;
  height: 2px;
  width: 100%;
  background-color: #254060;
  margin-bottom: 6px;
}
div.dividerc {
  font-size: 0px;
  height: 2px;
  width: 100%;
  background-color: #254060;
  margin-bottom: 6px;
}
div.noalfa {
  position: relative;
  width: 100%;
  overflow: hidden;
}
span.comment {
  font-weight: bold;
  color: #ff0000;
  font-style: italic;
}
span.copyright {
  color: #254060;
}
.left {
	float: left;
}
.right {
	float: right;
}