article, aside, figure, footer, header, nav, section {
    display: block;
}

* {
margin: 0 auto;
padding: 0; }

body {
margin: 0 auto;
width: 800px;
padding: 0px;
border-style: solid;
border-width: 2px;
box-shadow: 2px 2px 2px 2px #403040;
background-color: white;
}

.container {
position: center;
width: 800px
}

body {
	font-family:"Times New Roman", Times, sans-serif;
	width: 800px;
	margin-bottom: 0em;
	margin-left: auto;
    margin-right: auto;
	background-color: white;
}

header img {
	float: left;
	margin-right: 1em;
}

header  {
    border-bottom: solid 2px black;
	
	background-image: linear-gradient(45deg, white 0%, orange 75%, black 100%);
}

header h2 {
    font-weight: bold;
}

header li {
	display: inline
}

#nav_bar ul {
	list-style: none;
	padding: 0px;
	border-top: 2px solid black;
}
	
#nav_bar ul  li {	
	border-right: 2px solid black;
	text-align: center;
	padding: 0px 2em;
}

#nav_bar ul  a:link, a:active {
	color:black;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
	
#nav_bar ul a:hover, a:active {
    color: black;
    font-weight: bold;
    font-style: none;
    text-decoration: none;
}

section {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-top: 20px;
	height: 24em;	
}



section {
    background-color: white;
}

figcaption {
	text-align: center;
}

table {
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center
}

thead {
	background-color: silver;
}

tbody tr th {
	vertical-align: top;
	text-align: center;	
}

tbody tr td {
	vertical-align: middle;
	text-align: left;	
}

tbody tr td a:link {
    color: black;
    font-style: Normal
    text-decoration: underline;
}

tbody tr td a:hover {
    color: black;
    font-weight: Bold;
    text-decoration: none;
}

table, td, th {
	border: 3px solid white;
	padding: 0 20px;
}

aside {
	float: left;
	height: 380px;
	margin-right: 2em;
	margin-top: 1em;
	margin-left: 0em;
	width:180px;
}

aside ul li {
	background-color:orange;
	border:2px solid black;
	margin: 10px;
	padding:2px 0;
	padding-left: 15px;
	padding-right: 15px;
	display:block;
}
	
aside ul a {
	display:block;
	text-align:center;
}
	
aside ul  a:link {
	color:black;
	font-weight: normal;
	color:black;
	text-decoration: none;
}
	
aside ul a:hover, a:focus {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

ul {
	padding-left: 1em;
}



footer{
    border-top: solid 2px black;
}

footer {
	background-image: linear-gradient(45deg, black 0%, orange 75%, white 100%);
}

.ftr {
	padding: 12px
}
	


li {
	line-height: 1.5em;
}

footer {
	font-size: 75%;
	text-align: center;
}
