* {
	padding : 0;
	margin : 0;
}

body {
	width : 720px;
	color : black;
	background-color : white;
	font-family : verdana, arial, helvetica, sans-serif;
	margin : 0 2em 2em 2em;	
	font-size : 85% ; 
/*	font-size : 75%; */

}

a:link, a:visited {
	text-decoration : none;
	color : blue;
	font-weight : bold;
}

a:hover, a:active {
	text-decoration : underline;
	color : blue;
	font-weight : bold;
}

a.slink:link, a.slink:visited {
	text-decoration : none;
	color : blue;
	font-weight : bold;
/*	margin : 3em 0 3em 0; */
	line-height: 20px
}

a.slink:hover, a.slink:active {
	text-decoration : underline;
	color : blue;
	font-weight : bold;
}

.slink-right:link, a.slink-right:visited {
	text-decoration : none;
	color : blue;
	font-weight : bold;
/*	margin : 3em 0 3em 0; */
	line-height: 15px
}

a.slink-right:hover, a.slink-right:active {
	text-decoration : underline;
	color : blue;
	font-weight : bold;
}


/* Header **********************************************************************************/

#header {
	margin : 0 0 0 50px;
	padding : 0;
}

#header h1{
/*	background-image : url("Images/Library_SampleHeader_v2.jpg"); */
/*	background-position : top left;
	background-repeat : no-repeat;	
	margin : 0;
	padding : 0; */

}

#header h1 a {
	/*	text-indent : -9999px; */
/*	display : block; 
	font-size : 15pt;
	color: black; */
}

#header h1 a {
/*	text-decoration : underline; */
/*	display : block; 
	font-size : 20px;
	margin : 20px 0 20px 0; */
}

#header h2{
/*	background-image : url("Images/Library_SampleHeader_v2.jpg");
	background-position : top left;
	background-repeat : no-repeat;	
	margin : 0;
	padding : 0; */
}

#header h2 a {
/*	text-indent : -9999px; */
	display : block; 
	font-size : 20px;
	margin : 20px 0 20px 0;
}

#header h2 a {
	text-decoration : none;
}

/* Navigation **********************************************************************************/

#navigation {
	text-indent: -9999px;
	width : 0px;
	float : left;
	clear : left;
	margin : 0 0 0 0;
}

#navigation h2 {
	display : none;
}

#navigation ul {
	list-style-type : none;
	display: none
}

#navigation li {
	margin-bottom : 1em;
}

#navigation p {
	margin : 1em 0 1em 0;
}

/* Content **********************************************************************************/

#content {
	margin : 0 0 0 50px; 
	padding : 0;
	width : 468px;	
}

#content p {
	margin : 1em 0 1em 0;
}

#click {
/*	margin : 0 0 0 187px;
	padding : 0;
	width : 457px;	*/
	text-align : center;
	font-weight: bold
}

/* Search **********************************************************************************/

#search {
	margin : 0;
	padding : 0;
	float : right;
	clear : right;
}

#content p {
	margin : 1em 0 1em 0;
}


#search .buttons {
	font-size : smaller;
	background-color : #ffbf49;
	color : #000000;
}

#search .radio {
	margin-left : 0.5em;
}

#search .match {
	margin : 0 0 0 6em;
}

#search ul {
	margin-top : 1em;
	list-style-image : url("Images/plus.jpg");
	list-style-position : inside;
}

#search li {
	margin-bottom : 1em;
	margin-left: 1em;
}

/* #search span {
	font-weight : bold;
	color : #ffbf49;
	font-size : larger;
} */

#search span.hitcount {
	font-weight : bold;
	color : black;
	background-color: white;
}

#search span.italic {
	font-style : italic;
	color : black; 
	background-color: white;
	font-size : medium;
}

#search input {
	font-size : 16px;
}

#search .boolean {
	font-size : smaller;
	margin : 1em;
	padding : 0.25em;
	border : thin solid;
	width : 17em;
}

#search .HitCountZero {
	margin : 1em;
	padding : 0.25em;
	border : thin solid;
}	

#search .ImagesAvailable {
	text-align : center;
	margin : 1em;
	padding : 0.25em;
}	

#search h3 {
	font-size : 1em;
	margin-bottom : 0.25em;
}

#search #AdvancedBottom {
	font-size : smaller;	
}

#search #AdvancedBottom p{
	margin-bottom : 0.25em;	
}

#search #AdvancedBottom input{
	font-size : 110%;	
}

#search select,
#search option {
/*	font-size : smaller;  */
}

#search .ExpertSearchMode {
	margin-top : 0.5em;
}

#search .likealphalink {
	text-decoration: underline;
	color : black;
	background-color: white;
	font-weight : bold;
/*	margin: 5em 0.1em 5em 0.1em;
	font-size: 1.25em; */
/*	text-indent : 20px; */
}

/* Footer **********************************************************************************/

#footer {
	clear : both;
	text-align : right;
	font-size : 75%;
	margin : 0 0 0 50px;
	width : 468px;		
}

#footer hr {
	margin-top : 1em;
	margin-bottom : 1em;
	background : #ffbf49;
	color: #ffbf49;
	border : 0;
	height : 1px; 
}

#footer p {
	margin-bottom : 1em;
}

/* Tips **********************************************************************************/

#tips {
/*	clear : both;
	text-align : right;
	font-size : 75%; */
	margin : 0 0 0 50px;
	width : 457px;		
}
#tips p {
	margin : 1em 0 1em 0;
}

#tips ul {
	list-style-position : inside;
}

#tips li {
	text-indent : 1em;
}

.CloseWindow,
.TopPage {
	text-align : right;
	margin : 0 0 0 187px;
	width : 457px;		
}

.click {
/*	margin : 0 0 0 187px;
	padding : 0;
	width : 457px;	*/
	text-align : center;
	font-weight: bold
}

/* Lightbox **********************************************************************************/

#lightbox {
/*	clear : both;
	text-align : right;
	font-size : 75%; */
	margin : 0 0 0 104px;
	width : 540px;		
}
#lightbox p {
	margin : 1em 0 1em 0;
}

#lightbox ul {
	list-style-position : inside;
}

#lightbox li {
	text-indent : 1em;
}

.CloseWindow,
.TopPage {
	text-align : right;
}

.click {
/*	margin : 0 0 0 187px;
	padding : 0;
	width : 457px;	*/
	text-align : center;
	font-weight: bold
}	
	
/* Top Navigation **********************************************************************************/

#topnavigation {
	margin-bottom : 1em;
}

.dspcont {
	display : none;
	margin-left : 1em;
	color : #000000;
	background-color: white;
}


hr {
/*	margin-top : 1em;
	margin-bottom : 1em; */
	color : #ffbf49;	
	background : #ffbf49;
/*	border : 0; */
	height : 2px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ffbf49;
}

.error {
	margin-top : 1em;
	margin-bottom : 1em;
}

ul {
	list-style-position : inside;
}

/*
li {
	text-indent : 1em;
}

*/

.pagenav {
	text-align : right;
	margin-bottom : 1em;
	color : blue;
	background-color: white;
	font-weight : bold;
}

.instructions {
	font-size : smaller;
}

.L1p {
	font-weight : bold;
}

.newlevel{
	font-weight : bold;
	background-color : #ffbf49;
	color: black;
	line-height : 2em;
	padding-left: 3px;
	margin-top: 12px
}

.newlevel-indent{
	font-weight : bold;
	background-color : #ffbf49;
	color: black;
/*	line-height : 2em; */
	padding-left: 2.5em;
	padding-top: 4px;
	padding-bottom: 4px;	
}
.newlevel-1{
	font-weight : bold;
	background-color : #a6c4f0;
	color: black;
	line-height : 2em;
	padding-left: 3px;
}


.L1 {
	font-weight : bold;
	background-color : #ffbf49;
	color: black;
	line-height : 2em;
	padding-left: 3px;
}

.L2 {
	font-weight : bold;
	margin-left : 1.5em;
}

.L3 {
	font-weight : bold;
	margin-left : 2.5em;
}


.L1q {
	font-weight : bold;
	padding-left: 3px;
}

.L2q {
	font-weight : bold;
	margin-left : 1.5em;
}

.L3q {
	background-color : #ffbf49;
	color: black;
	font-weight : bold;
/*	margin-left : 2.5em; */
	padding-left: 2.5em;
	padding-top: 4px;
	padding-bottom: 4px;
}



.slink {
/*	margin : 1em 0 1em 0; */
}

.slinkti {
	margin : 1em 0 1em 0;
}

h2 {
/*	background-image : url("Images/arrow3.gif");
	background-repeat : no-repeat;	
	text-indent : 20px; */
	font-size : 1.25em;
	margin-bottom : 0.5em;	
}

#SearchResults {
	font-size : smaller;	
}


td {
	font-size : 12px;
	padding-top : 1em; 
}

td.short {
	font-size : 10px;
	padding-top : 0; 
}
.top1 {
	margin-top : 0.4em;
/*	font-size : 95%;	*/ 
}

.minus {
	font-size : 80%;	
}	

.plainbold {
	font-weight : bold;	
}

.plainitalics {
	font-style : italic;
}

.Title {
	font-weight : bold;	
	font-size: 18px;
	margin: 5px;
}

.hitcount {
	color : blue; 
	background-color: white;
}


/* spaces **********************************************************************************/

#spaces a {
	margin-right: 1em;
	
}


/* Navigation-more **********************************************************************************/

#navigation-more {
	width : 0px;
/*	float : left;  */
	clear : left;
	margin : 0 0 0 0;
	/*display : none; */
}

#navigation-more h2 {
	display : none;
}

#navigation-more ul {
	list-style-type : none;
}

#navigation-more li {
	margin-bottom : 1em;
}

#navigation-more p {
	margin : 1em 0 1em 0;
}

/* Download **********************************************************************************/

#download {
	margin : 0 0 0 0px;
	padding : 0;
	width : 510px;	
}

#download p {
	margin : 1em 0 1em 0;
}


/* #download h1{
	background-image : url("Images/Library_Header_v3.jpg");
	background-position : top left;
	background-repeat : no-repeat;	
	margin : 0;
	padding : 0;
}

#download h1 a {
	height : 123px;
	text-indent : -9999px;
	display : block;
}

#download h1 a {
	text-decoration : none;
} */


/* Other **********************************************************************************/

.plain {font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px; 
	font-weight: normal;
	margin-left: 2em;
}

#p {
	font-weight: bold;
	}

a.slinkpg:link, a.slinkpg:visited {
	text-decoration : none;
	color : blue;
	font-weight : bold;
/*	margin : 3em 0 3em 0; */
	line-height: 12px
}

a.slinkpg:hover, a.slinkpg:active {
	text-decoration : underline;
	color : blue;
	font-weight : bold;
}

