/* ---- Body ---- */

body {
	background: white;
	color: black;
	font-family:  Arial, Helvetica, serif;
	font-size: 13px;
	margin-top: 0;
}

a {
	text-decoration: none;
}

/* ---- Header ---- */

div#header {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 235px;
}

div#header img.logo {
	display: block;
	margin-left: 0;
	width: 800px;
	height: 167px;
	float: left;
}

div#header p {
	text-align: center;
}

div#header p b {
	font-size: 25px;
	color: black;
}

div#header a {
	color: green;
	border-bottom: 1px solid black;
}

div#header a:hover {
	color: black;
	border-bottom: 1px solid green;
}

/* ---- MENU ---- */

div#menu {
	margin-left: auto;
	margin-right: auto;
	padding-top: .5em;
	padding-bottom: .5em;
	width: 800px;  
	color: green;
	border-top: 7px solid green;
	border-bottom: 7px solid green;
	overflow: auto;
	font-size: 13px;
	clear: left;
	text-align: left;
}

div#menu ol {
	margin: 0;
	display: inline;
}

div#menu li {
	display: inline;
	margin-left: .5em;
	padding-right: .5em;
	border-right: 2px solid black;
	font-weight: bold;
	font-size: large;
}

div#menu li.last {
	border-right: 0;
}

div#menu a {
	color: black;
}
 
div#menu a:hover {
	color: green;
}


/* ---- Body Content---- */

div#content {
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 800px;
	text-align: justify;
	font-weight: 500;
	clear: left;
}

div#content p {
	font-size: 18px;
}

div#content p img {
	padding-left: 1em;
	float: right;
}

div#content img.center {
	width: 300px; 
	height: 225px;
	margin-left: 250px;
	margin-right: 250px;
}

div#content p a {
	color: green;
}

div#content p a:hover {
	color: black;
	border-bottom: 1px solid black;
}

div#content ol {
	line-height: 1.5em;
}

div#content li {
	color: green;
	font-size: 18px;
	list-style-type: square;
}

/* ---- FOOTER ---- */

div#footer {
	margin-left: auto;
	margin-right: auto;
	padding-top: .5em;
	width: 800px;

	border-top: 2px solid black;
	text-align: center;
	clear: left;
}

div#footer em {
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	
}

