body
  {
  background-color: #c4bc96;
  font-family: Lucida Sans, Helvetica, sans-serif;
  font-size: small;
  }

#topleft
  {
  position: absolute;
  top: 1px;
  left: 0px;
  height: 252px;
  width: 302px;
  }

#header
  {
  margin: 0 0 1em 0em;
  font-size: 0.8em;
  color: white;
  line-height: 1.2em; 
text-align: center;
 
  }

#header a
  {
  color: #251C1D;
  text-decoration: none;
  }

#innercontainer
  {
  margin: auto;
  width: 740px;
  background-color: white;
  }

#title
  {
  text-align: center;
  height: 90px;
  padding: 20px 0 0 0px;
  border-bottom: solid #c4bc96 5px;
  }

.table { width: 95%; border-collapse: collapse; }
.table thead td, .publications-table thead td a { color: #ba469a; }
.table td { border: 1px solid #777; padding: 5px; }

#farm
  {
  padding-left: 38px;
  }

#menu
  {
  padding-left: 40px;
  padding-top: 1em;
  }

#menu-home
  {
  padding-top: 0;
  }


#content
  {
  padding: 0.2em 50px 2em 40px;
  clear: left;
  color: #251C1D;
  overflow: hidden;
  height: 1%;
  }

#content a
  {
  color: #CC3300;
  }

a:visited { 
	text-decoration: none; 
	color: #575151;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #575151;
	}

#footer, #footer-other
  {
width: 740px;
  margin: auto;
  padding: 10px 0px 0px 10px;
  font-size: 0.8em;
  color: #251C1D;
  line-height: 1.4em;
  }

#footer a
  {
  color: #251C1D;
  text-decoration: underline;
  }

#footer-copyright
  {
  color: #251C1D;

  }

#footer-copyright a
  {
  color: #251C1D;
  text-decoration: none;
  }

/*#footer
  {
  background-image: url(/images/b_other.gif);
  }
*/
/*------- */

h1
  {
  font-weight: normal;
  font-size: x-large;
  margin: 0;
  color: #FF3300;
  }

h2
  {
  font-weight: normal;
  font-size: large;
  margin: 0;
  color: #5c6c73;
  }

h3
  {
  font-weight: normal;
  font-size: medium;
  margin: 0;
  color: #5c6c73;
  }

dd {  margin: 0; margin-bottom: 0.6em; }
textarea { height: 100px; width: 300px; }

.gallery
{
overflow: hidden;
}

.gallery-row
{
overflow: hidden;
margin-bottom: 1em;
}

.gallery-thumbnail
{
float: left;
width: 33%;
text-align: center;
}

form dl
{
overflow: hidden;
height: 1%;
}

form dt
{
float: left;
clear:  both;
width: 50%;
clear: left;
padding-top:  0.3em;
text-align: right;
}

form dd
{
float: left;
width: 45%;
margin-bottom: 0 0 0.5em 0.25em;
border-bottom: solid 0.5em white;
border-left: solid 0.5em white;
}

.cws-sidebar
  {
  float: right;
  width: 150px;
  color: #5c6c73;
  font-size: 0.85em;
  }

.cws-content
  {
  margin-right: 163px;
  padding-right: 10px;
  border-right: #eee 2px dotted;
  }
  
#menu ul li
  {
  width: 170px;
  float: left;
  font-size: 1.17em;
  font-weight: bold;
  line-height: 2em;
  }

#menu ul li a
  {
  color: #251C1D;
  text-decoration: none;
  }


#menu ul ul li
  {
  float: none;
  font-size: 0.6em;
  font-weight: normal;
  }

#menu ul
	{
	margin: 0px;
	padding: 0px;
	}

#menu a {
	list-style: none;
	display: block;
	color: #00547A;
	text-decoration: none;
	padding: 0px 0px;
        margin: 0px;
}

#menu li {
	text-decoration: none;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0;
}

#menu ul ul {
  float: none;
  font-size: 1.3em;
}

#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 120px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 10px;

}

#menu li li {
	color: black;
	margin: 0px;
	width: 120px;
	background-color: #FCF8E6;
}

#menu li ul a {
	width: 115px;
	padding: 2px;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

#menu li ul ul {
	margin: -15px 0 0 95px;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
	background-color: #FCEFBB;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

#menu ul ul li:hover, #menu ul ul li.sfhover {
	background-color: #FCEFBB;}



