
body
{
	margin: 0.3em 
	font-family: Verdana, Sans-Serif;
	text-align: justify;
	font-size: 90%;
	background-color: #FFFFFF;
	color: #000000;
}



.relative-left {
	position: relative; 
	float: left;
}

header-container {
	width: 100%;

}


.header1 {
	font-face: Verdana; 
	font-size: 180%;
	background-color: #000000;
	text-align: center;
	font-weight: bold; 
	color: #FFFFFF;
	text-decoration: none;
}

.header2 {
	font-face: Verdana;
	font-size: 150%;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
	
}

.white-link {
	color: #FFFFFF;
	text-decoration: none; 
}


.right-menu-container {
	position: relative; 
	float: left;
	width: 20%; 
	border: 1px;
	border-color: #000000;
	border-style: solid;
	padding: 0;
}



.right-menu {
	font-size: 110%;
	text-align: left;
	font-weight: bold;
	background-color: #000000;
	margin: 0;
	line-height: 1.5;
}



.main-content-container {
	position: relative;
	float: left;
	width: 76%;
	margin: 1em; 
}

