body {

	width: 908px;
	background: linear-gradient(45deg, black, white);
	color: DarkGreen

	}

h1 { color: DarkGreen; background: white; font-size: 28px; font-family: "Copperplate Gothic Light",garamond; text-align: center; word-spacing: 10px; border-style: double; border-width: 0px; border-color: white }
h2 { color: DarkGreen; background: white; font-size: 22px; font-family: "Copperplate Gothic Light",garamond; text-align: center }
h3 { color: DarkGreen; background: white; font-size: 16px; font-family: "Copperplate Gothic Light",garamond; text-align: left }
h4 { color: DarkGreen; background: white; font-size: 14px; font-family: "Copperplate Gothic Light",garamond; text-align: left }
h5 { color: DarkGreen; background: white; font-size: 13px; font-family: "Copperplate Gothic Light",garamond; text-align: left }

/*
A:link { color: DarkGreen; text-decoration: underline }
A:active { color: white; text-decoration: bold }
A:visited { color: DarkGreen; text-decoration: underline }
*/


body,
	html {
		margin:0 auto;
		padding:5px;
		background: linear-gradient(45deg, DarkGreen, white);
		color:DarkGreen;
		font-family:"Copperplate Gothic Light",garamond,"Arial",arial;
	}
	body {
		min-width:908px;
		background:white;

	}
	#wrap {
		background:white;
		color:DarkGreen;
		margin:0 auto;
		width:860px;
	}
	#header {
		background:white;
		color:DarkGreen;
		padding:0px;
		background:DarkGreen;
	}
	#header h1 {
    	padding:0px;
	    margin:0;
    }
	#nav {
		background:white;
		padding:5px;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
		background:#fffae6;
		margin:0 auto;
		width:908px;
		color:DarkGreen;
		padding-left:5px;
		padding-right:5px;

	}
	#main h2, #main h3, #main p {
		padding-left:5px;
		padding-right:5px;
		color:DarkGreen;


    }
	#sidebar {
		background:white;
		float:right;
		width:152px;
		color:DarkGreen;
		padding:5px;

	}
	#sidebar ul {
		margin-bottom:0px;
    }
    #sidebar h3, #sidebar p {
		padding:5px;
    }
	#footer {
		background:white;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
		color:DarkGreen

    }



img { border-width: 0px }


ul { color: DarkGreen; background: white; font-size: 14px; font-family: "Copperplate Gothic Light",garamond,"Arial", arial; text-align: center;}
ol { color: DarkGreen; background: white; font-size: 14px; font-family: "Copperplate Gothic Light",garamond,"Arial", arial; text-align: left;}
/*
p { color: DarkGreen; background: #f2f2f2; font-size: 14px; font-family: "Copperplate Gothic Light",garamond,"Arial", arial; text-align: justify; padding: 38px; border-style: double; border-width: 5px; border-color: #5f2221;}
*/


/*
table {
	color: DarkGreen;
	background: #4b1b1a;
	font-size: 14px;
	font-family: "Arial", arial; text-align: justify;
	padding: 8px;
	border-style: double;
	border-width: 5px;
	border-color: #4b1b1a;


	}
*/
.box {
	height: 300px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.box>* {
	flex: 1 1 80px;
}


table {
    color: DarkGreen;
	background: #fffae6;
	font-size: 14px;
	font-family: "Copperplate Gothic Light",garamond,"Arial",arial; text-align: justify;
	padding: 6px;
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
    width: 100%;

}

th, td {
    padding: 6px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
	background: #fffae6;
	color: DarkGreen;
}

th:first-child {
	border-radius: 6px 0 0 0;
}

th:last-child {
	border-radius: 0 6px 0 0;
}

th:only-child{
	border-radius: 6px 6px 0 0;

}

tr:nth-child(even){background-color: #ffffe6}
/* tr:hover{background-color:white; color:DarkGreen;} */
table a:link, table a:visited, table a:active {
  color: DarkGreen;
  text-decoration: none;
}

table a:hover {
  color: #06c;
  text-decoration: underline;
}


.popup
{
COLOR: DarkGreen;
CURSOR: help;
TEXT-DECORATION: none
}

ul.leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none}
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: white}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: white
	}
