.txthome {
  font:12px arial, sans-serif;
  color:#666666;
  }

ul{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 30px;
  }

li{
  list-style-image: url(/iw2005/images/arrow_bullet.gif);
  list-style-position: outside;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  }


#boxtop{
  width:384px;
  height:24px;
  position:relative;
  text-align:left;
  padding:0px;
  margin:0px;
  color:white;
  border: solid black 1px;
  background:white url(images/home-highlight1.gif);
}

#box1{
  width:376px;
  height:100px;
  position:relative;
  text-align:left;
  padding:4px;
  margin-bottom:5px;
  font:12px arial, sans-serif;
  border: solid #006600 1px;
  background-color: #FFFFFF;
}

#box2{
  width:376px;
  height:100px;
  position:relative;
  text-align:center;
  padding:4px;
  margin:0px;
  margin-bottom:5px;
  font:12px arial, sans-serif;
  border: solid #006600 1px;
  background-color: #FFFFFF;
}

#box3{
  width:215px;
  height:100px;
  position:relative;
  text-align:left;
  padding:4px 4px 4px 165px;
  margin:0px;
  margin-bottom:5px;
  font:12px arial, sans-serif;
  border: solid #006600 1px;
  background-image: url(images/pic_kriegel.jpg);
  background-repeat:no-repeat;
  background-position: 4px 10px;
}

#box4{
  width:376px;
  height:164px;
  position:relative;
  text-align:left; 
  padding:4px 4px 4px 4px;
  margin:0px;
  margin-bottom:5px;
  font:12px arial, sans-serif;
  border: solid #006600 1px;
  /* removed because we need to link the image
  background-image: url(images/pic_kansas.jpg);
  background-repeat:no-repeat;
  background-position: 180px 4px;*/     
}


.twoColumnLeft {
  float:left;
  width:384px;
}

.twoColumnRight {
  float:right;
  margin-left:10px;
  width:384px;
}


.arrowhome1 {
  float:right;
  right:-250px;
}

.arrowhome2 {
  position:relative;
  right:-245px;
}

.arrowhome3 {
  position:relative;
  right:-270px;
}
.oddRow {
    background-color:#006600;
}

h1 {
  font:18px arial, sans-serif;
  font-weight:bold;
  margin:5px;
  padding:10px;
  color:#ff9900;
}

h2 {
  font:14px arial, sans-serif;
  font-weight:bold;
  margin:10px;
  padding:0px;
  color:#006600;
}

p{
  padding:5px;
  margin:7px 0px 0px 0px;
  text-align:left;
}

.formLabel {
  clear: left;
  float: left;
  width: 120px;
  text-align: right;
  padding: 3px 3px 0px 0px;
}


a:link,
a:visited,
a:active {
  color:#006699;
  text-decoration:none;
  font-weight:bold;
  }


a:hover {
  text-decoration:underline;
  }

img {
  border:0px;
  }

/*LAB this allowed cleaner forms than the div.formrow way Liquid did it*/
.formLabel {
  clear: left;
  float: left;
  width: 120px;
  text-align: right;
  padding: 3px 3px 0px 0px;
}

/*LAB this allowed cleaner forms than the div.formrow way Liquid did it*/
.formLabelWide {
  clear: left;
  float: left;
  width: 193px;
  text-align: right;
  padding: 3px 3px 0px 0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 190px;

}

/*ECN styles defined here for right navigation on user group pages*/
ul.right{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 17px;
  float: left;
  }

li.right{
  list-style-image: url(/iw2005/images/arrow_bullet.gif);
  list-style-position: outside;
  list-style-type: circle; /*in case image is not available*/
  background-repeat: no-repeat;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  }
h4 {
    font:16px arial, sans-serif;
    font-weight:bold;
    margin:10px;
    padding:0px;
    color:#FFFFFF;
}
   a.subnnav:link,
   a.subnav:visited,{
     color:#FFFFFF;
     text-decoration:none;
     font-weight:bold;
  }
   a.subnav:active {
       color:#FFFFFF;
       text-decoration:underline;
     font-weight:bold;
     }