body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.80em;
}

a:link {
        color: #006666;
	text-decoration: none;
}
a:visited {
        color: #006666;
	text-decoration: none;
}
a:hover {
        text-decoration: underline
}

h2 {
  color: #333;
  margin-bottom: 1em;
}

.noborder {
  border: none;
}

div#header{
  background-image: url('../images/header-bkgrd.jpg');
  height: 81px;
  border-bottom: 7px solid #4FABC4;
  padding: 0px 20px 0px 0px;
  margin-bottom: 10px;
}

#header h1{
  margin-top: 0px;
  float: left;
}

div#headersearch{
  margin-top: 20px;
  float: right;
}

input#headersearch{
  width: 15em;
} 

input#headersearchbutton{
  position: relative;
  top: 3px;
}

#tools{
  float: right;
  padding: 0px 0px 3px 0px;
  background-image: url('../images/tools_bg.gif');
  background-position: bottom left;
  width: 350px;
  text-align: center;
}

#tools ul{
  display: inline;
  margin: 0px;
  padding: 0px 10px;
}

#tools ul li{
  display: inline;
  list-style-type: none;
  border-left: 1px solid #9CC;
  font-weight: bold;
  padding-left: 10px;
  margin-left: 10px;
}

#tools ul li.first{
  border-left: none;
  padding-left: 0px;
  margin-left: 0px;
}

div.clear{
  clear: both;
}

div.clear-right{
  clear: right;
}

#container{
  width: 100%;
}

#nav{
  float: left;
  width: 274px;;
  background-color: #E3F2F5;
  border: 1px solid #D4EAEE;
  margin: 0px 10px 0px 5px;
  padding: 10px;
}

#nav ul{
  list-style-image: url('../images/bullet.gif');
  font-size: 0.90em;
  padding: 0 0 0 15px; 
  margin: 0;
}

div#content{
  margin-left: 320px;
  margin-right: -100%;
  width: 60%;
}

div#footer{
  float: left;
  width: 99%;
  font-size: 0.80em;
  margin: 70px 0 0 0;
  padding: 5px 0 0 5px;
  border-top: 1px dashed #8fc7c7;
}

#footer ul {
  display: inline;
  padding-left: 0px;
}

#footer ul li {
  display: inline;
  list-style-type: none;
  border-left: 1px solid #9CC;
  padding-left: 10px;
  margin-left: 10px;
}

#footer ul li.first {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

p.example {
  font-style: italic;
  margin-bottom: 1px;
}

div#num {
  font-size: 0.80em;
}

div#newsearch {
  float: right;
}

div#pageheading {
  float: left;
}

div#results div {
  margin-bottom: 1em;
}

span.bpname {
	font-size: 0.90em;
	font-style: italic;
}

div#pageheading h2{
  font-size: 1.5em;
  margin-bottom: 5px;
}

p.bpn {
  font-style: italic;
  font-size: 1.3em;
  margin-top: 0;
}

p.description {
	width: 600px;
}

p.footnote {
	font-size: 75%;
	text-indent: -4em;
	margin-left: 4em;
}

p.snippet {
	margin: 0;
	font-size: 0.85em;
	width: 600px;
}

span.url {
	font-size: 0.75em;
}

span.ph {
	font-size: 0.75em;
}

.col1 {
	width: 12em;
}

.aligntop{
	vertical-align: top;
}


/********DATA*DICTIONARY*CSS*GRAFT***********/

div.results div.result
{
	float: left;
	padding-left: 10px;	
	padding-right: 10px;
	border-left: 1px solid #CCCCCC;
}

div.results div.result div.participation
{
	font-style: italic;
	padding-top: 8px;
}

div.wrap
{
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
}

div.results div.result div.wrap
{
        padding-right: 10px;
}

div.results div.result div.wrapSpacer
{
	padding-top: 8px;
}

div.results div.result a.objectLink
{
	color: navy;
	font-size: large;
	background-color: inherit;
}

table
{
	border-collapse: collapse;
	border-spacing: 0px;
        font-family: inherit;
        font-size: inherit;
	width: 100%;
}

td
{
	padding: 5px;
	border: 1px solid gray;
	vertical-align: top;
}

tr.header
{
	background-color: #BBBBBB;
}

tr.alt
{
	background-color: #EAEAEA;
}


div#title
{
	font-size: x-large;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

/********END*OF*DATA*DICTIONARY*CSS*GRAFT***********/
