@CHARSET "UTF-8";
body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: Grey;
	margin: 2px 0 30px 0;
	padding: 0;
	font-weight: bold;
}

div#container {
	text-align: justify;
	width: 900px;
	min-height: 800px;
	margin: auto;
	background-color:#a4b4cb; 
	padding: 0;
	border: 1px solid white;
}
	
div#menu {
	width: 900px;
	height: 30px;
	background-color: #4d7c96;
	margin: auto;
	border-bottom: 1px solid white;
	padding-top: 8px;
}

.menu {
	padding: 0;
	margin: 0;
	margin-left: 0px;
}

.menu li {
	display:inline;
	font-size: 12px;
	font-weight: bold;
	vertical-align: auto;
	margin-left: 5px;
}

.menu a:link, a:visited {
	text-decoration: none;
	color: white;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 7px;
}

.menu a:hover {
	text-decoration: none;
	color: yellow;
	border: 1px solid white;
}


div#text {
	padding-left: 50px;
	padding-right: 50px;
	width: 800px;
	text-align:justify;
	font-size: 12px;
	line-height: 16px;
	color: #042b01;
	font-weight: normal;
}


div#float {
	float: left;
	text-align: right;
}

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
#container #text .style1 strong {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 1px;
}
