*
{
	font-family: Verdana, Geneva, serif;
}

h5
{
	font-size: larger;
}

img
{
	padding: 0 10px 0 10px;
}

p, .body-text
{
	font-size: 20px;
	padding: 0 10px 0 10px;
}

.header-container
{
	color: #ffffff;
	background-color: #6922ff;
	padding: 20px;
	
	display: flex;
	justify-content: center;
}

.header
{
	border: 1px solid #ffffff;
	width: 1500px;
	padding: 10px;
	
	display: flex;
	justify-content: space-around;
}

#banner-text
{
	font-size: 50px;
	text-decoration: underline;
	text-shadow: 16px 12px 8px rgba(150, 150, 150, 1);
}

.panel-container
{
	color: #ffffff;
	background-color: #006600;
	padding: 0px;
	
	display: flex;
	justify-content: center;
}

.panel
{
	border: 1px solid #ff0000;
	width: 1400px;
	
	display: flex;
	justify-content: space-between;
}

.dropbutton
{
	border: 1px solid #00ff00;
	width: 200px;
	background-color: #000000;
	
	display: flex;
	justify-content: center;
}

.dropdown, .dropdown2, .dropdown3, .dropdown4
{
	position: relative;
	display: inline-block;
}

.dropcontent, .dropcontent2, .dropcontent3, .dropcontent4
{
	display: none;
	position: absolute;
	background-color: #1111ee;
	border: 2px solid #bbbb00;
	padding: 5px 5px 5px 5px;
	z-index: 1;
}

.dropcontent3
{
	right: 100%;
	top: 0;
}

.dropcontent a
{
	color: #eeeeee;
}

.dropdown:hover .dropcontent
{
	display: block;
}

.dropdown2:hover .dropcontent2
{
	display: block;
}

.dropdown3:hover .dropcontent3
{
	display: block;
}

.dropdown4:hover .dropcontent4
{
	display: block;
}

.main-container
{
	padding: 0 0 0 0;
	
	display: flex;
	justify-content: space-between;
}

.content
{
	padding: 5px 5px 5px 5px;
	border: 1px solid #00ff00;
	background-color: #eeeeee;
}

.ads
{
	background-color: #007777;
	width: 800px;
	
	display: flex;
	justify-content: center;
}

.article-title
{
	font-size: 34px;
	text-decoration: underline;
	text-align: center;
}

.top-image-container
{
	border: 1px solid #ff0000;
	background-color: #ffffff;
	
	display: flex;
	justify-content: center;
}

.image-caption
{
	background-color: #eeeeee;
	padding: 20px 10px 0 10px;
	
	display: flex;
	justify-content: space-around;
}

.caption
{
	width: 100px;
	
	display: flex;
	justify-content: center;
}

.introduction
{
	padding: 10px 20px 0 20px;
}

.top-caption
{
	text-align: center;
	text-decoration: underline;
}

.image-table
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.image-table-item
{
	padding: 5px 5px 5px 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.top-shortcut
{
	padding: 20px;
	text-align: center;
	font-size: 24px;
}