@charset "utf-8";
html {
	overflow-y: scroll;
}
body {
	background-color:#003300;
	padding:20px 0px 10px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
}
#container {
	background-image: url(backgnd.jpg);
	background-repeat: repeat;
	width: 1000px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 20px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0 0 20px 0;
}
#mainContent {
	font-size: 1.2em;
}
#mainContent p {
	padding: 15px 40px 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent a {
	color: #990066;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration:underline;
}
#mainContent .index {
	margin:0;
	padding:20px 0px 20px 200px;
	list-style-type:none;
	list-style-position:outside;
	font-style: normal;
}
#mainContent .index ul {
	list-style-type:none;
	list-style-position:outside;
}
#mainContent .index a {
	color: #008080;
	text-decoration:none;
	font-style: normal;
}
#mainContent .index a:hover {
	text-decoration:underline;
	background-color:#006600;
	color:#fff;
}
#crumbs {
	color: #990066;
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	padding-left:112px;
	clear:both;
	line-height: 1.5em;
}
#crumbs a {
	color: #990066;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5em;
}
#crumbs a:hover {
	text-decoration: underline;
}
.logo {
	display: inline;
	padding: 0px 0px 120px 0px;
	text-align:center;
}
img#pert {
	border: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 20px 0px;
	text-align:center;
	display:inline;
}
img#townie {
	border: 0px none;
	margin: 0px 0px -10px 0px;
	padding: 20px 35px 0px 110px;
	display:inline;
}
img#townie2 {
	border: 0px none;
	margin: 0px 0px -10px 0px;
	padding: 20px 35px 0px 110px;
	display:inline;
	float:left;
}
#title {
	text-align:left;
}
h1 {
	color: #008080;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	display: inline;
	padding: 0px 0px 0px 0px;
}
h2 {
	color: #990066;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align:center;
}
h3 {
	color: #990066;
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align:center;
}
h4 {
 color:: #008080;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	padding-left: 150px;
}
#nav {
	margin:0;
	padding:0px 0px 0px 112px;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.2em;
	font-style: normal;
	z-index:100;
}
#nav ul {
	margin:0;
	padding:0px 6px 0px 0px;
	list-style-type:none;
	list-style-position:outside;
	line-height:1.2em;
	background-color:#FFF;
}
#nav a {
	display:block;
	padding:0px 5px;
	border:1px solid #333;
	color:#fff;
	text-decoration:none;
	background-color:#003300;
	text-align:left;
}
#nav a:hover {
	background-color:#006600;
	text-align:left;
	color:#fff;
	text-decoration:underline;
}
#nav li {
	float:left;
	position:relative;
	padding:0px 6px 0px 0px;
}
#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.2em;
}
#nav li ul a {
	width:22em;
	height:auto;
	float:left;
	background-color:#00BF55;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:12em;
	margin:0px 0px 0px 10px;
}
#nav li ul ul a {
	left:12em;
	margin:0px 0px 0px 0px;
	background-color:#2A9F55;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}
#footer {
	position:relative;
	padding:0px 0px;
	text-align:center;
	color: #990066;
	font-family: "Times New Roman", Times, serif;
	font-size: .7em;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
