/* Time-stamp: </wrf/web/new/wrf1.css, Sun, 19 Dec 2004, 12:23:28 EST, wrf AT ecse.rpi.edu>
   */

img.borderfloat { padding:1px; border:1px; border-style:solid; margin:1em; 
  float:left }

ol.notype li {
  list-style-type: none;
}

dt { font-weight: bold }

span.smaller {
  font-size:small; 
  color: blue;
} 

div.greenborder {
  padding:1em; 
  padding-left:3em; 
  padding-right:3em; 
  border:3px; 
  border-style:solid; 
  border-color:green; 
  background:white;
  text-align: justify;
} 

span.title { font-weight: bold }

div.biblio li {
  list-style-type: none;
}

div.biblio ul  { 
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid red;
}

div.biblio ul li { 
  list-style: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0.25em;
  border-top: 1px solid red;
}

table.software { 
text-valign:top;
 }

div.foot { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
  color: white;
  background-color: #336699;
  border: solid #000 1px;
}

div.foot a { 
  color: white;
}

/* from http://webdesign.about.com/library/layouts/bl_centeredcolumnCSS.htm */

body {
  background-color: #EEEEEE;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  text-align : center;
  margin-top : 10px;
  vertical-align : middle;
}

#content {
  width : 95%;
  margin-right : auto;
  margin-left : auto;
  margin-top : 20px;
  border : 2px solid #000000;
  background-color : #ffffff;
  padding : 5px;
  text-align : left;
}


/* From dreamweaver , modified */

xxtd, xxth {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
}

/* From http://builder.com.com/5100-6371_14-5153115.html */

div#navbar1 {
  /*    height: 30px; */
  width: 100%; 
  border: solid #000 1px;
  background-color: #336699;
  padding: 0px;
}
div#navbar1 ul {
  margin: 10px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  color: #FFF;
  white-space: wrap;
}
div#navbar1 li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	border: 1px solid #000;
  list-style-type: none;
  display: inline;
}
div#navbar1 li a {
  text-decoration: none;
  padding: 7px 10px;
  color: #FFF;
}
div#navbar1 li a:link {
  color: #FFF:
}
div#navbar1 li a:visited {
  color: #EEE;
}

div#navbar1 li a:hover {
  font-weight: bold;
  color: #FFF;
  background-color: #3366FF;
}


/* from http://builder.com.com/5100-6371-5279569.html?tag=ra */

a:link {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
  font-style: normal;
}
a:visited {
  color: #3399FF;
  text-decoration: underline;
  font-weight: normal;
  font-style: italic;
}
a:hover {
  color: #0000FF;
  text-decoration: underline;
  background-color: #FFFF00;
  font-weight: bold;
  font-style: normal;
}
a:active {
  color: #FF0000;
  text-decoration: none;
  background-color: #CCCCCC;
  font-weight: bold;
  font-style: normal;
}

/* ----------------------------------------------------------- */


