@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	/*background: #828267;*/
	margin-left:2%;
	padding:0;
	color: #828267;
}




ul, ol, dl {
	padding-bottom:5px;
	margin-right:2%;
	margin-left:2%;
}

ol li {
	list-style:outside upper-latin;
	padding-bottom:10px;
	line-height:1.3em;
	margin-bottom:3px;
}

ul li {
	list-style:outside disc;
	padding-bottom:10px;
	line-height:1.3em;
	
}
p {
	margin-top: 0;	
	padding-right: 2%;
	padding-left: 2%; 
	text-align: justify;
}

    h2, h3, h4, h5, h6,{
	/*clear:both;*/
	margin-top: 5px;	
	margin-left:3%;
	padding-right: 6%;
	padding-left: 6%;
	} 
	
	
h1 {clear:left;
	text-align:center;
	font-size:200%;

 }
blockquote{
	padding:0 10px 0 10px;
	
}

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

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

a:hover, a:active, a:focus {
	text-decoration: underline;
}


.container {
	max-width: 100%;
	/*border: #D9D8AA; border-style:solid; 		    border-width:3%; */
	background-color:#FFF;
	display:block;
	margin: auto;
}


.header {
	
	max-width:100%;
	background-color:#B2AC88;
	/*display:block;
	margin:auto;*/
	}

.headlogo {
		max-width:100%;
		height:auto;
		/*padding-bottom:15px;*/
		display:block;
		margin:auto;
}

.headertext {
	background-color:#B2AC88;
	font-size:4em;
	color:#FFF;
	text-align:center;
	min-height:35px;
	/*width:720px;*/
	max-width:100%;
	padding-top:15px;
	padding-bottom:5px;
	/*display:block;
	margin:auto;*/
}


.pcaption {
	max-width:100%;
	font-size:90%;
	color:#4d4d4d;
	background-color:#B2AC88;
	text-align:center;
}

/*Flexbox menu*/
.topflexmenu {  
 /* border: 5px solid rgb(111,41,97);
  border-radius: .5em;*/
/*  margin-top:3px; */
 /* margin-bottom:2px;*/
  background-color:#B2AC88;
  padding: 0 5px;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: center;
} 

.navitem {
	font-size:200%;
	text-align:center;
	 /* height: 100px;*/
  	padding: 10px;
  	color:#000;  
  	background-color: #B2AC88;
  /*border: 1px solid #000;*/
}

.navitem a link, navitem a:visited {
	font-family:Arial, Helvetica, sans-serif; 	text-decoration: none;
	width:160px;
	color:#000;
	font-size:200%;
	background:#B2AC88;
}


.navitem a:hover{
	text-decoration:none;
	color: #333;
		background:#B2AC88;
	font-size:200%;
}


	
.sidebar1 {
	clear:both;
	width: 65%;
	background: #FFF;
	padding-top: 2em;
	
}

#tcmenu {
	padding-top:10px;
   	float:left;
  	width:100%;
  	background:#FFF;
	overflow:hidden;
    position:relative;
}
 
#tcmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
} 

#tcmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

#tcmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#FFF;
   color:#56703e;
   text-decoration:none;
   line-height:1.3em;
}

#tcmenu ul li a:hover {
	background:#56703e;
   	color:#f8f0cf;
}

/*#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}*/
 


.navbox {display:none;
	width: 96%;
	border:solid  #d9d8aa;
	font-size:90%;
}
.navboxsmall {
	margin:auto;	
	
	border:solid  #d9d8aa;
	font-size:90%;
}

.topmenu {
	/*display:inline-block;*/
	max-width:100%;
	margin:auto;
	text-align:center;
}

.nav {margin-top:0;
background-image:url(f8f0cftile.jpg);
background-repeat:repeat;

}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */

.topmenu ul {display:inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}


.topmenu ul li{
	display:inline;
}

.topmenu ul li{
	list-style: none;

}


.topmenu ul a, a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */

	height:25px;
	padding: 10px 5px 5px 5px;
	display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	width: 84px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	text-align:center;
	color:#56703E;
	background: #FFF;
}
.topmenu a:hover, a:active, a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #56703E;
	color: #FFF;
}


#content{
	max-width:100%;
	font-size:120%;
	text-justify:auto;
	overflow:auto;
	display:block;
	margin:auto;
}


#ref{font-size:16px;}

.cheading {
	text-align:center;
	font-size:large;
}


.heading {
	height:30px;
	background-color:#FFF;
	padding-left:50px;
	padding-top:7px;
	/*margin-bottom:10px;*/
	}


.content ul, .content ol { 
	padding: 0 15px 15px 70px; 
}

.contentblockhead {
	background-color:#828267;
	/*font-size:1.1em;*/
	color:#FFF;
	font-size:2em;
	text-align:center;
	min-height:40px;
	/*width:720px;*/
	max-width:100%;
	padding-top:10px;
	padding-bottom:5px;
	display:block;
	margin:auto;
}


.contentblockitem {
	display:block;
	margin:auto;
	/*width:720px;*/
	max-width:100%;
	border-bottom: solid thin #828267;
	padding-bottom:15px;
	padding-top:15px;
}



.navtop {
	text-align:center;
	
}


.backtop{
	text-align:right;
	font-size:small;
	padding-right:10px;
	padding-bottom:10px;
}



.window {
	border:ridge;
	border-color:#828267;
	margin:20px;
	padding-top:15px;
	
}


.contentpic {
	max-width:100%;
	display:block;
	padding:15px 0 15px 0;
	margin:auto;
	
	}
	
.inlinepic{
	float:left;
	padding-right:15px;
}


.inlinepicrt{
	float:right;
	padding-left:15px;
}

.caption{
	font-size:85%;
	text-align:center;
	padding-bottom:10px;
	
}

.bcaption{
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
}

.photostripfirst{
	padding-left:1px;
	
	
}
.photostrip{
	padding:0;
	
}

.photostripfirstwf{
	padding-left:80px;
	
	
}

.search {
	padding-right:50px;
	padding-left:50px;
}


.nlitemheader{background-color:#828267;
			color:#f8f0cf;
			font-weight:bold;
			height:2em;
			padding-top:.5em;
			padding-left:25px;
			margin-left:45px;
			margin-right:45px;
			margin-bottom:10px;
}

.nlitemsubheader{background-color:#d9d8aa;
			color:#828267;
			font-weight:bold;
			height:2em;
			padding-top:.5em;
			padding-left:25px;
			margin-left:45px;
			margin-right:45px;
			margin-bottom:10px;
}


.listtxt{
		margin-left:0;
		margin-right:40px;
		text-align:justify;
		padding-left:0;
}
	
	
.blocklisttxt{
		margin-left:-40px;
		padding-left:0;
}	
	
.leftlist {
	margin-left:6%;
	padding-left:0;
	width:350px;
	float:left;
}

.rightlist {
	width:350px;
	float:left;
}


.leftlistsl {
	width:230px;
	float:left;
	margin-left:10px;
}

.centrelistsl{
	width:230px;
	float:left;
	margin-left:20px;
	
	
}
.rightlistsl {
	width:210px;
	margin-left:20px;
	float:left;
}

.wflistheader{
	width:680px;
	margin-left:50px;
	background-color:#d9d8aa;
	color:#828267;
	font-weight:bold;
	height:2em;
	padding-top:.5em;
	padding-left:25px;
	clear:both;
}

.wfleftlist {

	width:365px;
	float:left;
	padding-top:5px;
	margin-left:30px;
}

.wfrightlist {
	width:345px;
	float:left;
	padding-top:5px;
}
	

	
.footnote {
	font-size:x-small;
}	



ul.papers {
	list-style: none; 
	border-top: 1px solid #d9d8aa; 
	margin-bottom: 15px;
}
ul.papers li {
	border-bottom: 1px solid #d9d8aa; 
}

li.subcatheader{
	border-bottom:solid 1px #828267;
	background: #FFF;
	color: #000;
	padding: 5px 5px 5px 15px;
}

li.lastitem {
	border-bottom: 1px solid #828267;
	}
	
	
ul li.subnavfirst{
	border-top:none;
	}	
ul.subnav{
	padding-left:15px;
	list-style:none;
	}
	
ul.subsubnav{
	padding-left:20px;
	list-style:none;
}
	
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #FFF;
	color: #828267;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #828267;
	color: #FFF;
}


/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #FFF;
	position: relative;
	clear: both; 
}

.backtop{
	/*text-align:right;
	font-size:96%
	padding-right:4%;
	padding-bottom:10px;*/

	position:fixed;
	bottom:0;
	right:0;
}


.disclaimer{
	font-size:95%;}

#datestamp{
	text-align:center;
	padding-top:15px;
	padding-left:3%;
	padding-bottom:5px;
	font-size:80%;}
	

	
	
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
