body {
  text-align: center;
  background-color: #999999;
  font-size: 13px;
  font-style: normal;
  line-height: 17px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

#layoutframe {
  background-color: white;
  width: 985px;
  margin: auto;
}

#layoutheader {
  text-align: right;
  background-image: url(header.png);
  background-repeat:no-repeat;
  color: #999999;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
}

#layouttopnavigation {
  height: 50px;
  padding-right: 20px;
  padding-top: 10px;
}

a.topnavigation {
  color: #999999;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  margin-left: 15px;
}

#layoutzipsearch {
  height: 50px;
  padding-right: 20px;
  line-height: 25px;
}

input.zipsearch {
  width: 100px;
}

#layoutbanner {
  display:block;
  border-top: 6px solid #75B81A;
  border-bottom: 6px solid #75B81A;
}

#layoutmain {
  height: 50%;
}

#layoutleftcolumn {
  float: left;
  text-align: left;
  overflow: hidden;
  width: 212px;
  background-color: #E6E8EF;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}

#layoutcentercolumn {
  text-align: left;
  width: 555px;
  margin-left: 212px;
  background-color: #FFFFFF;
}

#layoutrightcolumn {
  float: right;
  text-align: left;
  overflow: hidden;
  width: 212px;
  background-color: #E6E8EF;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
}

#layoutfooter {
  text-align: center;
  clear: both;
  padding: 5px;
  border-top: 1px solid #BCBCBC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
}

a.navigationlink {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5;
	font-weight: bold;
}

div.navigationdummyentry {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 5px;
  padding-left: 20px;
  background-color: #0056A2;
  color: white;
}

div.navigationentry {
  padding: 5px;
  padding-left: 20px;
  color: black;
}

div.navigationentry:hover {
  color: #304A9C;
}

div.navigationentryactive {
  padding: 5px;
  padding-left: 20px;
  color: #304A9C;
}

div.navigationentryexpanded {
  background-color: #A9ACA5;
  padding: 6px;
  color: #FFFFFF;
  border-top: 1px solid #ededed;
}

div.navigationentryexpanded:hover {
	background-color: #A9ACA5;
  color: #304A9C;
}

div.navigationsubentry {
  background-color: #A9ACA5;
  padding: 1px;
  padding-left: 25px;
  color: #FFFFFF;
}

div.navigationsubentry:hover {
	background-color: #A9ACA5;
  color: #304A9C;
}

div.navigationsubentryactive {
	background-color: #A9ACA5;
  padding: 1px;
	padding-left: 25px;
  color: #304A9C;
}

h1.contenttext {
  color: #304A9C;
  font-size: 14pt;
}

h2.contenttext {
  color: #304A9C;
  font-size: 11pt;
}

div.contenttext {
  padding: 15px 30px;
}

input.login {
  margin-left: 20px;
  margin-bottom: 5px;
  width: 172px;
}

div.contentteaser {
  background-color: #75B81A;
  float: left;
  width: 240px;
  margin: 15px;
  padding: 5px;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
}

img.contentteaser {
  position: relative;
  right: -5px;
  top: -5px;
  float: right;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	font-variant: normal;
}

img.right {
      	float:right;
      	padding:0px 0px 0px 10px;
      	border:none;
      }
	  
img.left {
      	float:left;
      	padding:5px 10px 5px 5px;
      	border:none;
      }
