body {
	padding:0;
	margin:0;	
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
}
html > body {
  font-size: 9pt;
}
/* link colors */
a:link {
	color: #336699;
	text-decoration: underline;
	background: transparent;
}
a:visited {
	color: #660000;
	text-decoration: underline;
		background: transparent;
}
a:hover {
	color: #003366;
	text-decoration: none;
	background: transparent;
}
.doNotDisplay {
  display: none;
}


form.searchweb {
margin: 0 0 0 2em;	
}

/* search box formatting */
#search {
	font-size: 82%;
	border: 1px solid black;
	width: 215px;
	float: right;
}

input.searchbox {
	font-size: 12px;
	border: 1px solid #000000;
	color: #000000;
	width: 120px !important;
	width: 120px;
	height: 14px !important;
	height: 14px;
}
#search .subheader {
font-size: 105%;
font-weight: bold;
color: black;
margin: 0;
margin-left: 5px;
}
#search form {
	margin:0;
	padding: 1px;
	background: #cccccc;
	color: #000000;
	
}
#search a:link {
	color: black;
}
#search a:hover {
	color: #660000;
	text-decoration: none;
}

/* top globalnav */

#global {
	  border-bottom:1px solid #CCCCCC; 
	  width: 100%;
}
#global tr {
	  vertical-align: top;
}

#globalnav {
  list-style-type: none;
  list-style-position: outside;
  background: white;
  margin:0;
  padding: 2px;
  padding-left: 8px;
  padding-bottom: 4px;
  margin-right: 5px;
  font-size: 88%;
}

#globalnav li {
  margin: 0;
  padding: 0;
  display: inline;
}

.noborder  {
  border: 0px white solid;
  float: right;
  padding-right: 5px;
  }


/* header */

#header {
	font-size: 130%;
	font-weight: bold;
	margin-top: .75em;
	margin-bottom: .2em;
	font-family: Verdana, Geneva, arial, sans-serif;
	padding-left:8px;
	color: #003366;
}

#header h1 {
border: none;
}
/*top horizontal nav in blue bar*/

#topnav {
	padding-top: 8px;
	padding-left: 10px;
	font-size: 90%;
	color: white;
	background-image: url(http://www-group.slac.stanford.edu/404/includes/topbg.gif);
	background-repeat: repeat;
	height: 30px;
}
#topnav a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px solid white;
  margin: 2px 5px 5px 1px;
  padding: 2px 2px 1px 2px;
  }  

#topnav a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px solid black;
  margin: 2px 5px 5px 1px;
  padding: 2px 2px 1px 2px;
}

#topnav a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  border-bottom: 1px solid black;
  margin: 2px 5px 5px 1px;
  padding: 2px 2px 1px 2px;
}

#topnav a.slaconly:link, #topnav a.slaconly:visited {
	background: transparent url(http://www-group.slac.stanford.edu/404/includes/locked.gif) no-repeat right center;
  margin: 2px 5px 5px 1px;
  padding: 2px 2px 1px 2px;
  padding-right: 10px;
	}
/* global footer */

#footer {
	background-image: url(http://www-group.slac.stanford.edu/404/includes/footerbg.gif);
	background-repeat: repeat-x;
	height: 45px;
	margin: 0;
	color: #ffffff;
	font-size: 80%;
	padding-top: 8px;
	padding-left: 5px;
	clear: both;
}

#footer img.slac {
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	border: 0;
}
#footer a:link, #footer a:visited {
	color: white;
}

#footer a:hover {
	color: #CCCCCC;
}

/*contact and date at bottom of page */
.contact {
	margin-left: 8px;
	font-size: 80%;
	color: gray; 
	padding-bottom: 3em;
	}
/* slaconly links - adds small image to right side of link */
a.slaconly:link, a.slaconly:visited {
	background: transparent url(http://www-group.slac.stanford.edu/404/includes/locked.gif) no-repeat right center;
	padding-left:0; 
	margin-right: 20px; 
	padding-top:0; 
	padding-bottom:0;
	}
	
/* main content formatting */



form.searchesh {
margin: 0 0 0 3.5em;
padding: 0;
}

#content {
margin: 8px;
}	
p, ul, ol {line-height: 1.5em;}

.return {
    font-size: 85%;
    margin: 15px 0 25px 30px;
	 clear: left;
    }
.clear {
	 clear: left;
    }
    
.divider{
border-bottom:2px solid #3399CC;
  margin-top: 10px;
  margin-bottom: 10px;
  }

dt {font-weight: bold; margin: 0; margin-top: 10px;}
dd {
	margin-left: 10px; padding-left:0; line-height: 1.5em;}
.smalltext {
	font-size: 90%;
}
.important {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #003366;	
	background: transparent;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	padding-bottom: 6px;
}

h1 {
	font-size: 180%;
	border-bottom:1px solid #3399CC;
	color: black;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
			color: #660000;
}
h4 {
	font-size: 120%;
	color: black;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
	color: black;
	font-weight: bold;
	font-style: italic;
}
ul, ol {
	margin-top:0;
	margin-bottom: 0;
	line-height: 1.5em;
}


img.left {
margin: 2px 5px 0 0;
padding:0 5px 2px 0; 
border: 0 none;
float:left;
text-align: left;
display: block;
}

img.right {
margin: 2px 0 5px 0;
padding:0 0 2px 5px; 
border: 0 none;
float: right;
text-align: right;
}
input:focus {
	color: black; background: #FFFF99;
}