
<!--
	body {
		background-image: url('../img/paper1.jpg');
		overflow: hidden;	}

	::-webkit-scrollbar {
    		width: 4px;	}

	::-webkit-scrollbar-track {
    		background: #eee;	}

	::-webkit-scrollbar-thumb {
   		 background: #ccc;	}

	::-webkit-scrollbar-thumb:hover {
		background: -webkit-gradient (linear, 0% 0%, 0% 100%, from
					(steelblue) (white));
		background: -webkit-linear-gradient(top, steelblue, white);	}

	::-webkit-scrollbar-thumb:active {
    		background: #597791;	}

	#TitleBar {
		width: 100%;
		height: 35px;
		position: absolute;
		top: 5px;
		left: 0px;
		background-color: #597791;
		overflow: hidden;	}

	#Chronology {
		width: 250px;
		height: 730px;
		position: absolute;
		top: 50px;
		left: 10px;
		overflow: hidden;
		padding-bottom: 20px;	}

		.frame {
			width: 69%;
		   height: 92%;	
		   position: absolute;
		   left: 29.5%;
		   top: 50px;
		   overflow: hidden;
		   border: none;	}
	
	h1 {
		font-family: Calibri, sans-serif, "Arial Black";
		color: #fff;
		font-size: 18pt;
		font-weight: bold;
		letter-spacing: 0.75pt;
		margin: 3px 25px 10px 360px;	}


	h2{
		font-family: Calibri, sans-serif, "Arial Black";
		color: maroon;
		font-size: 13pt;
		font-weight: bold;
		letter-spacing: 0.75pt;
		padding: 5px 5px 5px 15px;
		background-color: seashell;
		margin: 35px 25px 15px 30px;
		border-top: 1px solid #7b824d;
		border-bottom: 1px solid #7b824d;
		clear: both;	}

	p.date {
		font-family: sans-serif;
		color: #777;
		font-size: 11pt;
		letter-spacing: 0.5pt;
		text-indent: -15px;
		line-height: 1.3;
		margin: 15px 30px 20px 40px;	}

	span.yr {
		color: maroon;
		font-weight: bold;	}

	span.hilight {
		background-color: lightgreen;	}

	a {
		text-decoration: none; 	}

	a.t-line:link {
		background-color: black;
		margin-bottom:  -14px;
		display: block; 	}

	a.t-line:visited {
		color: #ddd;			
	}

	a.t-line:hover {
		background: -webkit-gradient (linear, 0% 0%, 40% 100%, from
					(#dae2c0) (#384426));
		background: -webkit-linear-gradient(top, #dae2c0, #384426);
		text-shadow: 2px 2px 4px #222;		}

	a.t-line:active {
		color: #536750;	}

	a.supp:link {
		font-family: sans-serif;
		font-size: 15pt;
		text-align: center;
		text-decoration: none;
		color: oldlace;
		padding: 2px 3px 2px 3px;	}

	a.supp:visited {
		text-decoration: none;
		color: oldlace;		}
	
	a.supp:hover {
		color: cyan;	}

	a.button:link {
		font-family: sans-serif;
		text-decoration: none;
		height: 12px;
		width: 50px;
		border: 1px solid #ddd;
		font-size: 10px;
		padding: 2px 5px 2px 6px;
		box-shadow: 3px 3px 4px #aaa;
		background-color: oldlace;
		color: #666;
		margin-left: 20px;		}

	a.button:visited { 
		text-decoration: none;
		height: 12px;
		width: 50px;
		border: 1px solid #ddd;
		font-size: 10px;
		box-shadow: 3px 3px 4px #777;
		color: #666;		}

	a.button:hover {
	color: lemonchiffon;
		background: -webkit-gradient (linear, 0% 0%, 40% 100%, from
					(#dae2c0) (#384426));
		background: -webkit-linear-gradient(top, #dae2c0, #384426);	}

	a.button:active { color: #800000;		}

	.separator {
		margin-top: 40px;
		margin-left: 90px;
		margin-bottom: 20px;	}

	.spacer {
		width: 50%px;
		height: 30px;
		visibility: hidden;	}

-->