


#masthead {
	position:relative;
	height: 191px;
	padding: 0px;
    	font-family: "Tempus Sans ITC", Verdana  , Arial, Helvetica, sans-serif;
}
#navigation {
	/*border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;*/
	background-color: none;
	margin-left: 0.5em;
	/*margin-top: 18px;*/
	font-family: "Tempus Sans ITC", Verdana  , Arial, Helvetica, sans-serif;
}
html>body #navigation {
	overflow: hidden;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}

/* Masthead */
#masthead img {
	float: left; }

#masthead h1 {
	font-weight: bold;
	color:#333333;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: 0.5em;
}
#masthead h2 {
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 20px;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid lightGrey;
}
#navigation li {
float: right;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: Green;
	display: block;
	padding: 5px;
	/*border-bottom: 1px solid DarkGreen;*/
	background-color: none;
}
#navigation a:hover {
	font-weight:normal;
	text-decoration: underline;
	color: orange;
	/*border-bottom: 1px solid #8b0000;*/
	background-color: none;
}
