@charset "UTF-8";

article, aside, footer, header, main, nav, section {
	display:block;
}

html, body, h1, h2, h3, ul, li, a, p,
article, aside, footer, header, main, nav, section {
 padding: 0;
 margin: 0;
}

.banner {
background-color: #f0f0f0;
color: BLACK;
text-align: center;
margin-left: auto;
margin-right: auto;
}

body {

width: 90%;
height: 90%;
margin-left: auto;
margin-right: auto;
font-family: helvetica, sans-serif;

}

nav {
background-color: #20416c;
padding: 5px;
margin-top: 1px;
text-align: center;
}

li a {
color: white;
text-decoration: none;
}

li a:hover {
    color: #D00000;
}


li {display: inline;
margin-left: 15px;
margin-right: 15px;
font-size 20px;
font-variant: small-caps;
font-weight: bold;

}

table {
    border-collapse: collapse;
	padding-top: 10px;
}

table, th, td {
    border: 1px solid black;
	margin: auto;
	
}

tr:hover {background-color:yellow;}

section { background-color: #bbbbbb;
margin:10px 10px 5px 5px;
padding: 15px;
}

article { background-color: gray;
margin-top: 5px;
padding: 10px 15px;}

main{ width: 90%;
float: left;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
margin-top: 10px;
}

aside {background-color: #bbbbbb;
				margin-left: auto;
		margin-top: 10px;
margin-right: auto;
text-align: center;
		}
		
		
footer {
	 padding: 0;
 margin: 0;
 display: block;


}

.fb-like {text-align: center;}
.fb_iframe_widget {display: block !important;}