#LogoText {
	float: right;
	padding-top: 1em;
	width: 510px;
	height: auto;
}
#LogoText H1 {
	text-align: center;
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

#LogoText H2 {
	font-family: Arial, Helvetica, sans-serif;
	color: Maroon;
	font-size: small;
	font: italic;
	text-align: center;
}

#content {
	padding: 10px 7px;
}
#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%;
}
#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;
}

#skipto {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	visibility: visible;
	overflow: hidden;
	z-index: 2;

}
body.page {
	background-image: url(../images/pagebackround.gif);
	height: auto;
}

#nav{
	margin-left: 40px;
	text-align: center;
} 
#nav ul {
      margin : 0;
		float: left;
   }
#nav li {
   display : inline;
	   }
#nav a {
   color : Navy;
	float : left;
   text-align: center;
	white-space: nowrap;
	background: White url(../images/pagebackround.gif);
	border: 3px solid Navy;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	font: bold;
	   }
#nav a:hover {
   color : White;
   text-decoration: none;
   font: bold;
   background: Gray url(../images/buttonhovered.gif);
}
 
#crumbs {
	color: #191970;
	background: White url(../images/pagebackround.gif);
	visibility: visible;
	margin-left: 40px;
	margin-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: smaller;
	}

#crumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#crumbs ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
