body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCFF;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	color: #0000FF;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #330066;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #990066;
}

a:hover {
	text-decoration: underline;
	color: #9966FF;
}

#header {
	width: 750px;
	height: 265px;
	margin: 0px auto;
	padding: 10px;
	background-color: #CCCCCC;
	background-image: url(A Spirit Walk/images/banner.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #0000CC;
}

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	background-color: #FFFFFF;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: bold;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 730px;
	padding: 0px 20px 40px 20px;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 1px solid;
	border-top-color: #000033;
	border-top-width: medium;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}

.style2 {
	font-size: 8px;
	font-weight:bold;
}

.style3 {
	font-size: 16px;
	font-weight:800;
}

.style4  {
	font-size:18px;
	font-weight: bold;
}


.style8 {
	font-size: 14px;
	font-weight:bold;
}

.style9 {
	font-size: 14px;
	font-style: italic;
}