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: 192px;
  bottom: 35px;
  left: 238px;
  right: 10px;
  overflow: auto;
  padding-left: 10px;
}
* 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:192px solid #fff; border-bottom:35px solid #fff; border-left:238px solid #fff; border-right:10px solid #fff;}

#header {
  position: absolute;
  display:block;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 183px;
  z-index: 5;
  overflow: hidden;
}

#footer {
  position: absolute;
  z-index: 5;
  display: block;
  margin: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  overflow: hidden;
  background: #990000;
}

#search {
  position: absolute;
  left: 0;
  top: 182px;
  height: 30px;
  width: 238px;
  z-index: 5;
  overflow: hidden;
}
* html #search {top:182; bottom:0; }

#navigation {
  position: absolute;
  left: 0;
  top: 182px;
  bottom: 100px;
  width: 238px;
  z-index: 4;
  overflow:auto;
  padding-top: 20px;
  background: url(../templates/images/bg_navigation.jpg) no-repeat;
}
* html #navigation {height:100%; top:0; bottom:0; border-top:182px solid #fff; border-bottom:100px solid #fff;}

#navfixed {
  position: absolute;
  z-index: 6;
  display: block;
  margin: 0;
  bottom: 25px;
  left: 0;
  width: 238px;
  height: 75px;
  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;
}

#search .label { font-size: 11px; color: #666666; }
#search input { width: 100%; border: 1px solid #666666; font-size: 11px; }

#imagepattern .image { width: 166px; }
#imagepattern .spacer { min-width: 15px; }

#mainnavigation { vertical-align: top; padding: 5px 0 0 10px; }
#mainnavigation ul { list-style: none; margin: 0; padding: 0; font-size: 11px; margin-top: 2px; }
#mainnavigation li { float: left; display: block; max-width: 88px; line-height: 14px; margin-right: 30px; text-align: center; }
#mainnavigation a { text-decoration: none; color: #666666; }
#mainnavigation a:hover { color: #990000; }
#mainnavigation .highlight a { color: #990000; }

#navigation ul { margin-left: 50px; padding: 0; list-style: none; padding-top: 20px; }
#navigation li { padding: 0px 20px; margin-bottom: 8px; line-height: 14px; }
#navigation a { text-decoration: none; color: #666666; }
#navigation a:hover { color: #990000; }
#navigation li.highlight { background: url(/ifp/images/bodydonation_list_square.gif) no-repeat; }
#navigation li.highlight a { text-decoration: none; font-weight: bold; color: #990000; }

#navfixed ul { margin-left: 50px; padding: 0; list-style: none; font-size: 10px; }
#navfixed li { padding: 0px 20px; line-height: 14px; }
#navfixed a { text-decoration: none; color: #666666; }
#navfixed a:hover { color: #990000; }
#navfixed li.highlight a { text-decoration: none; font-weight: bold; color: #990000; }

#footer { font-size: 10px; color: #666666; }
#footer ul { margin: 0 40px; padding: 0; list-style: none; font-size: 10px; }
#footer li { float: left; display: block; padding-left: 20px; line-height: 14px; }
#footer a { text-decoration: none; color: #fff; }
#footer a:hover { color: #fff; text-decoration: underline; }

#contents { line-height: 1.5em; }