@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.nav {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
.centertxt {
	text-align: center;
}
.navli {
	font-size: .9em;
	padding-bottom: 15px;
	list-style-type: none;
}

li a  {
	color: #00C;
	text-decoration: none;
}
li a:hover {
	color: #000;
	text-decoration: underline;
}
h2 {
	font-size: 1.3em;
	color: #9E4F6C;
}
h3 {
	font-size: 1.1em;
}
li a:active {
	color: #000;
	text-decoration: none;
}
.imagepad {
	margin-right: 5px;
}
.centerimage {
	left: auto;
	right: auto;
}
.left {
	text-align: left;
}
.childpage {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
.largeheading {
	font-size: 30px;
	color: #000;
}
.imageinline {
	margin-right: 5px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

