@charset "utf-8";
body {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}



acronym {
	border-bottom: 1px dashed #ccc;
}


.oneColFixCtrHdr #drop {
	margin: -18px 0 0 0; 
	#margin: 0; 
}


.oneColFixCtrHdr #navigation {
	width: 100%; 
	height: 94px;
	background: url(/images/navBackgroundTexture.png) top right no-repeat;
	margin: 0;  /* the auto margins (in conjunction with a width) center the page */
	border-bottom: 2px solid #9a7854;
/*	border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1;
}


#homeCap {
	background: url(/images/corner.png) top left no-repeat;
	height: 94px;
	width: 300px;
	border:none;
/*	border: 1px solid #990000; */
	position: relative;
	float: left;
	z-index: 2;
}


p.topline {
	color: #1e5474;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}

p.topline a {
	color: #794815;
	text-decoration: none;
}

p.topline a:hover {
	color: #9a7854;
	text-decoration: none;
}


p.topline acronym {
	border-bottom: 2px dashed #9a7854;;
}





p.bottomline {
	margin-top: -14px;
}

p.bottomline a {
	color: #535a62;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
/*	border: 1px solid #990000; */
}

p.bottomline a:hover {
	color: #758698;
	text-decoration: none;
}


p.bottomline acronym {
	border-bottom: 2px dashed #9cb0c5;
}


#rightCap {
	background: none; 
/*	background: url(/images/navBackgroundRight.gif) top right no-repeat; */
	height: 94px;
	border:none;
/*	border: 1px solid #990000; */
	float: right;
	margin-top: -44px;
	#margin-top: -30px;
	margin-left: 10px;
	padding-right: 16px;
	position: relative;
	z-index: 3;
}


input.enterText { 
	width: 80px;
	border:1px solid #535a62; 
	} 


input.button { 
	color:#535a62; 
	font: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	background-color:#e6dbcf; 
	border:1px solid #535a62; 
	} 



div.clear {
	clear: both;
}



.oneColFixCtrHdr #dropper {
	margin: 0;
	#margin: -14px 0 0 0;
}

.oneColFixCtrHdr #container {
	background: url(/images/transWhite.png) top center repeat-y; 
	border:2px solid #9a7854; 
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #mainContent {
	padding: 6px 22px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtrHdr #mainContent h1 {
	font-weight: bold;
	font-size: 18px;
	color: #1e5474;
}

.oneColFixCtrHdr #mainContent h1 acronym {
	border-bottom: 2px dashed #9a7854;;
}




.oneColFixCtrHdr #mainContent h2 {
	font-weight: bold;
	font-size: 16px;
	color: #333;
}




.oneColFixCtrHdr #mainContent h2 acronym {
	border-bottom: 2px dashed #758698;
}



.oneColFixCtrHdr #mainContent p, .oneColFixCtrHdr #mainContent li,  .oneColFixCtrHdr #mainContent blockquote {
	font-weight: normal;
	font-size: 14px;
	color: #000;
}

.oneColFixCtrHdr #mainContent p a, .oneColFixCtrHdr #mainContent li a,  .oneColFixCtrHdr #mainContent blockquote a {
	color: #1e1666;
}

.oneColFixCtrHdr #mainContent p a:hover, .oneColFixCtrHdr #mainContent li a:hover,  .oneColFixCtrHdr #mainContent blockquote a:hover {
	color: #9a7854;
}

.oneColFixCtrHdr #mainContent p a:visited, .oneColFixCtrHdr #mainContent li a:visited,  .oneColFixCtrHdr #mainContent blockquote a:visited {
	color: #794815;
}

.oneColFixCtrHdr #mainContent li {
	padding-bottom: 4px;
}

.oneColFixCtrHdr #mainContent blockquote {
	background-color:#ccc;
	border:solid #333 1px;
	color:#000;
	padding:12px;
}

.oneColFixCtrHdr #footer {
	padding: 0 22px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #535a62;
}


.resultspage a {
	color: #1e1666;
}

.resultspage a:hover {
	color: #9a7854;
}

.resultspage a:visited {
	color: #794815;
}



.collection-names {
display: none;
}


td.query {
padding-top: 10px;
}


input.submit {
margin-top: 15px;
}

td.tip {
width: 29%;
}


