/* Globals */
* {
	margin: 0px;
	padding: 0px;
	font: 100% Verdana, sans-serif;
}
strong {
	font-weight: normal;
	color: #459;
}
input, option, select {
	font-size: 90%;
}

/* Body and Main */

body {
	margin-left: 8px;
	margin-right: 8px;
	background: #fff/* url(http://www2.normaltownship.org/newweb/images/bodybackground02.jpg) left bottom repeat-x fixed*/;
}
#main {
	/* background: #fff url(http://www2.normaltownship.org/newweb/images/bodybackground.jpg);
	background-repeat: repeat-y;
	background-position: left; */
}

/* Title */

#title {
	background: #89f;
	/* background: #abf url(http://www2.normaltownship.org/newweb/images/titlebackground02.jpg);
	background-repeat: repeat-x;
	background-position: top; */
	margin-top: 8px;
	margin-bottom: 8px;
}
#title div h1 {
	position: relative;
	top: 5px;
	color: #fff;
	font-size: 145%;
	font-style: italic;
	font-weight: bold;
	padding-top: 4px;
	margin-left: 32px;
}
#title h1 a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#title h1 a:visited {
	text-decoration: none;
}
#title h1 a:hover {
}

/* Right Menu */

#rightmenu {
	width: auto;
	background: #fff;
	border-left: 1px solid #89f;
	/* border-left: 1px solid #abf; */
	/* border-right: 0px; */
	margin-top: 12px;
	margin-left: 6px;
	margin-bottom: 6px;
	padding-bottom: 1px;
}
#rightmenu p {
	/* background: #fff url(http://www2.normaltownship.org/newweb/images/menubackground.jpg);
	background-repeat: repeat-y;
	border-left: 2px solid #fff; */
	padding-top: 4px;
	padding-left: 18px;
	padding-right: 3px;
	padding-bottom: 4px;
	font-size: 70%;
	float: left;
}
#rightmenu p a {
	width: auto;
	color: #459;
	text-decoration: none;
}
#rightmenu p a:hover {
	color: #000;
}
#rightmenu p a.mylink {
	color: #000;
}
#rightmenu div {
	width: auto;
	clear: left;
}
#rightmenu h1 {
	/* background: #fff url(http://www2.normaltownship.org/newweb/images/headbackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid #abf;
	border-left: 2px solid #fff;
	border-right: 0px solid #fff;
	border-top: 2px solid #fff; */
	border-bottom: 1px dotted #aaa;
	color: #459;
	font-weight: bold;
	margin-left: 8px;
	margin-right: 16px;
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	display: none;
}
#rightmenu div.titlebars {
	/* border-top: 1px solid #abf;
	border-bottom: 2px solid #fff; */
}
#rightmenu form {
	width: auto;
	text-align: center;
}
#rightmenu form p {
	/* background: #fff url(http://www2.normaltownship.org/newweb/images/menubackground.jpg);
	background-repeat: repeat-y;
	border-bottom: 0px; */
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

/* Content */

#content {
	/* background: #fff url(http://www2.normaltownship.org/newweb/images/bodybackground.jpg);
	background-repeat: repeat-y;
	background-position: left; */
	background: #fff url("/newweb/images/contentshadow01.jpg");
	margin-top: 6px;
	width: auto;
	clear: left;
}
#content p {
	font-size: 85%;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 12px;
	text-indent: 0em;
}
#content p.text {
	text-indent: 3em;
}
#content h1 {
	color: #459;
	border-bottom: 1px solid #89f;
	border-left: 36px solid #89f;
	margin-top: 18px;
	margin-bottom: 6px;
	padding-left: 6px;
}
#content table {
	font-size: 70%;
	width: auto;
	text-align: center;
	margin-top: 12px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 12px;
}
#content td {
	border-top: 1px solid #cdf;
}
#content th, td {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
}
#content th, td a {
	text-decoration: none;
}
#content table.info {
	font-size: 80%;
}
#content table.info td {
	border: 0px;
	text-align: left;
}
#content ul {
	font-size: 70%;
	padding-left: 4em;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content li {
	margin-top: 2px;
}
#content form {
	
}
#content a:link {
	color: #459;
}
#content a:visited {
	color: #459;
}
/* #content p.text {
	text-indent: 72px;
} */

/* Footer */

#footer p {
	/* clear: right; */
	font-size: 50%;
	margin-right: 12px;
	padding-top: 6px;
	padding-right: 12px;
	text-align: right;
}
