#nav{ 
 background: #036;
}
#nav ul { text-align: center;  }
#nav li { display : inline;  }
#nav a {
 color: white;
 text-decoration: none;
 padding: 0px 10px 0px 10px;
 white-space: nowrap;
}
#nav a:hover { background: #369; }

#LogoText {
	float: right;
	padding-top: 1em;
	width: *;
	white-space: wrap;
	font-family: Arial, Helvetica, sans-serif;
	text-align: Center;
}
#LogoText H1 {
	color: Navy;
	font-size: medium;
	font-weight: bold;
}
#LogoText H2 {
	color: Maroon;
	font-size: small;
	font: italic;
}

#pics {
 text-align: center;
 width: 100%;
}
#pics IMG {
 border: 1px solid gray;
 margin: 0px 20px 0px 20px;
}

#content {
	padding: 10px 7px;
	display: block;
}
#content H1 {
 background: #C0C0C0;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-style: normal;
	font-weight: bold;
	color: Maroon;
	display: block;
	margin: 1em auto 0%;
	background: #CCCCCC;
}
#content h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	margin: 2px;
}
#content ul {
	list-style: none;
	margin: .5em 0em 1em;
	border: none;
	padding-left: 1em;
}
#content li {
	margin: .5em 0em .5em;
}
#content p {
	margin-left: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
#content h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	color: Maroon;
	display: block;
	margin: .1em auto .1em;
	letter-spacing: .20em;
	text-align: center;
}

#partners {
 margin: 0 auto;
 margin-top: 10px;
 border: none;
 clear: both;
 padding: 10px;
 text-align: center;
 font-style: italic;
 color: grey;
 border: 1px solid #777878;
}
#partners IMG {
 border: none;
 margin: 10px;
}