html {
  height: 100%; 
  max-height: 100%; 
  padding: 0;
  margin: 0; 
  border: 0; 
  background: #fff; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
  color: #333333;
  /* hide overflow:hidden from IE5/Mac */ 
  /* \*/ 
  overflow: hidden; 
  /* */ 
}

body {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
}

img {
  border: 0;
}

#content {
  position: absolute;
  z-index: 3;
  top: 195px;
  bottom: 30px;
  left: 260px;
  right: 10px;
  overflow: auto;
}
* html #content {top:0; left:0; right:0; bottom:0; height:100%; max-height:100%; width:100%; overflow:auto; position:absolute; z-index:3; border-top:195px solid #fff; border-bottom:30px solid #fff; border-left:260px solid #fff; border-right:10px solid #fff;}

#header {
  position: absolute;
  display:block;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  z-index: 5;
  overflow: hidden;
}

#footer {
  position: absolute;
  z-index: 5;
  display: block;
  margin: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
}

#search {
  position: absolute;
  left: 0;
  top: 190px;
  height: 30px;
  width: 260px;
  z-index: 5;
  overflow: hidden;
}
* html #search {top:190px; bottom:0; }

#navigation {
  position: absolute;
  left: 0;
  top: 220px;
  bottom: 100px;
  width: 250px;
  z-index:4;
  overflow:auto;
}
* html #navigation {height:100%; top:0; bottom:0; border-top:220px solid #fff; border-bottom:100px solid #fff;}

#navfixed {
  position: absolute;
  z-index: 6;
  display: block;
  margin: 0;
  bottom: 30px;
  left: 0;
  width: 260px;
  height: 70px;
  font-size: 1em;
  overflow: hidden;
}

.clearer {
  width: 400px;
  height: 0px;
  clear: left;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  border: solid 1px #fff;
}

#content td { font-size: 11px; line-height: 13px; }
#content h1 { font-size: 13px; line-height: 16px; font-weight: bold; color: #666666; }
#content h2 { font-size: 11px; line-height: 13px; font-weight; font-style: italic; color: #333333; }
#content h3 { font-size: 11px; line-height: 13px; font-weight: bold; color: #333333; }
#content h4 { font-size: 11px; line-height: 13px; font-style: italic; color: #333333; }
#content p { font-size: 11px; line-height: 1.5em; }
#content .caption { font-size: 11px; font-style: italic; line-height: 13px; }

#_content td { font-size: 9px; line-height: 13px; }
#_content h1 { font-size: 13px; line-height: 16px; font-weight: bold; color: #666666; }
#_content h2 { font-size: 11px; line-height: 13px; font-weight; font-style: italic; color: #333333; }
#_content h3 { font-size: 11px; line-height: 13px; font-weight: bold; color: #333333; }
#_content h4 { font-size: 11px; line-height: 13px; font-style: italic; color: #333333; }
#_content p { font-size: 9px; line-height: 1.5em; }
#_content .caption { font-size: 9px; font-style: italic; line-height: 13px; }

#content .separator {
  height: 0px;
  margin: 15px 0 15px 0;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  border-top: solid 1px #666666;
}

/*---------------------------------forms--------------------------------*/
#content .mailform label {
  display: block;
  float: left; 
  width: 165px; 
  padding: 0; 
  margin: 7px 0 0 0;
  text-align: right;
}

#content .mailform .inputtext {
	/* display: inline; */
	width: 325px;
	margin: 5px 0 0 15px;
	padding: 0;
}

#content .mailform .firstbutton {
	display: block;
	float: left;
	width: 165px;
	margin: 15px 15px 0 180px;
}

#content .mailform .button {
	display: block;
	float: left;
	width: 165px;
	margin: 15px 15px 0 0;
}

#content .mailform .error {
	display: block;
	margin: 15px 0 0 160px;
	color: #f00;
}

#content .selections {
	padding: 0;
	margin: 0;
	border: 0;
}

#content .selections label {
  display: block;
  float: left; 
  width: 245px; 
  padding: 0; 
  margin: 7px 0 0;
  text-align: left;
}

#content .selections .inputtext {
	/* display: inline; */
	width: 245px;
	margin: 5px 0 0 15px;
	padding: 0;
}
