
html {background: #ffffff;}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	border: 0;
	text-align: center;
	
	background: #ffffff;/* Old browsers */
	background: -moz-linear-gradient(top,  #505050 0%, #ffffff 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #505050 0%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #505050 0%,#ffffff 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #505050 0%,#ffffff 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #505050 0%,#ffffff 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For all Gecko based browsers */
          box-sizing: border-box;
}
input[type=submit] {
	display: inline-block;
	font-size: 1em;
	padding: 0.3em;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #eee;
	cursor:pointer;
	-webkit-user-select:none;
	 outline: none;
}

input[type=submit]:hover {
	background-color: #e3e3e3;
}

input[type=submit]:active {
	background-color: #ccc;
}

input[type=text] {
	font-size: 1em;
	width: 80%;
	padding: 0.25em;
}

a:link {
	text-decoration: none;
	color: #039;
}

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

a:hover {
	text-decoration: underline;
	color: #000;
}

a:active {
	text-decoration: underline;
	color: #000;
}

a .yp {text-decoration:none; color: #666;}
 a.yp {text-decoration:none; color: #666;}

img { border: 0;}

form {
	padding:  0 10px 20px 30px;
	/*text-align:center;*/
}

.clear{
	clear:both;
}


#wrapper {
	/*width:640px;*/
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	text-align: left;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#wrapper2 {
	margin: 0 20px;
}

#banner {
	margin-left: auto;
	margin-right: auto;
}

#banner h1,h2 {
	position: absolute;
	left:-2000px;
}

#banner img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.icon {
	border: 1px solid #bbb;
	padding: 2px;
	margin: 0 5px 5px 0;
	float: left;
}

#siteNav{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 0.875em;
}

#headerSearch	{
	padding-top: 20px;
}

#about h1{
	color: #0e3a6e;
	margin-left:0;
	padding: 50px 0 0 0;
	font-size: 1.25em;  /*20/16*/
}

#about p{
	color:#707376;
	padding-left: 10px;
	margin-left: 30px;
	font-size: 0.875em; /*14/16*/
	vertical-align:bottom;
}

#grant{
	color: #999;
	float: left;
	font-size: 0.75em; /*12/16*/
	margin: 50px 0 20px 0;
}

#grant img{
	float: left;
	margin-right: 10px;
	vertical-align:bottom;	
}

#footer {
	clear:both;
	text-align: center;
	padding: 1px 10px ;
	margin-left:auto;
	margin-right:auto;
	font-size: 0.75em; /*12/16*/
	background-color: #ddd;
}

#searchResults {
	clear:both;
	padding-top: 10px;
	padding-bottom: 20px;
}
	
#searchResults h1{
	font-size: 1.5em; /*24/16*/
	font-family: "Georgia", Times, serif;
}

#searchResults dt{
	font-weight: bold;
	font-size: 1.125em; /* 18/16*/
	line-height: 2em;
}

#searchResults dd{
	margin:0 0 0 10px;
	font-size:90%;
	color: #666;
}

#searchResults dd a:link{
	text-decoration: none;
	color: #666;
}

#searchResults dd a:hover {
	text-decoration: underline;
	color: #000;
}

#searchResults dd a:active{
	text-decoration: underline;
	color: #000;
}

#searchResults dd a:visited{
	text-decoration: none;
	color: #666;
}

#searchResults img{
	margin-left: 10px;
}

.seeAlsoTerm{
	margin-left: 20px;
	font-size: .95em;
}

.entry {
	color: #666;
}

#glossary {
	margin: 0 10% 0 10%;
	font-size: 1em;
	background-color: #faf7f1;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#glossary h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: .5em .5em .5em .5em;
	background-color: #ede4d0;
	font-size: 1.125em;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #e0cfab;
}

#glossary p{
	padding: 0 .5em 1em .5em;
	margin-top: .5em;
}

#mainSearch	{
	width: 75%;
	/*width: 580px;*/
	margin: 50px auto 20px auto;
	background-color: #fff8e4;
	border-radius: 5px;
	border: 1px solid #ffdf88;
}

#mainSearch h1 {
	color: #0e3a6e;
	font-family: Verdana, Arial, san_serif;
	font-size: 1em;
	padding:10px 0 10px 30px;
}	

#mainSearch p {
	padding: 0 0 10px 30px;
	margin-top: -10px;
	color: #777;
	font-size: 1em;
}

#browse {
	clear:both;
	padding-top: 20px;
}
	
#browse h1{
	font-family: "Georgia", "Arial", "sans-serif";
}
	
.navbar {
	clear:both;
	text-align:center;
	font-size:0.9em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
	
#browse dl {
  	margin: 0px 10px 30px 10px;
  	font-size:1em; 	
}

#browse dd {
	/*width: 520px;*/
  	margin: 0 0 0 10px;
  	padding: 0;*/
  	font-size: 0.95em;
  	line-height: 1.25em;
  	color: #000;
}
	
#browse dt {
  	margin: 10px 0 5px 0 ;
  	padding: 10px 0 0 0 ;
	color: #627081;
	font-size: 2em;
}

.entry {
	color: #666;
}

#contact h1{
	color: #0e3a6e;
	margin-left:0;
	padding: 50px 0 0 0;
	font-size: 1.2em;
}

.error {
	color: #f00;
	font-size: 1.1em;
}