body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #633;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	width: 760px;
	height: 150px;
	background-image: url(images/header.jpg);
	margin: 0em auto 0em auto;
	padding: 0em 0em 0em 0em;
}

#main {
	border: 2px solid black;
	background-color: white;
	border-top: 0px;
	width: 718px;
	margin: 0em auto 0em auto;
	padding: 0em 0em 0em 0em;
}

#menu {
	float: left;
	background: url(images/menuback.jpg) top left no-repeat;
	width: 128px;
	height: 291px;
	font-size: 13px;
	margin: 0em 0em 0em 0em;
	padding: 5px 0em 5px 0em;
}

#menu ul {
	list-style: none;
	margin: 65px 0em 0em 0em;
	padding: 0em 0em 0em 10px;
}

#menu li {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0.5em 0em;
}

#menu a {
	color: white;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

#text {
	float: left;
	background-color: white;
	width: 590px;
}

#sectionheading {
	background: url(images/headingback.jpg) top right repeat-x;
	float: left;
	height: 34px;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}

#sectionheading h2 {
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	font-size: 25px;
	color: white;
	font-weight: bold;
}

#sectionheadingtail {
	background: url(images/headingright.jpg) top right no-repeat;
	float: left;
	height: 34px;
	width: 16px;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}

#content {
	padding: 40px 10px 0em 10px;
	margin: 0em 0em 0em 0em;
	font-size: 14px;
}

#content p {
	padding: 0.5em 0em 0.5em 0em;
	margin: 0em 0em 0em 0em;
}

#content li {
	list-style-image: url(images/bullet.jpg);
}

#content a {
	color: #633;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content h3 {
	background-image: url(images/h3.jpg);
	width: 570px;
	height: 29px;
	text-align: center;
	margin: 0em auto 0em auto;
	padding: 0em 0em 0em 0em 0em;
	font-size: 20px;
	color: white;
	font-weight: normal;
	clear: both;
}

#firstletter {
	font-size: 0px;
	float: left;
	font-weight: bold;
	color: #664733;
	width: 38px;
	height: 37px;
	background-image: url(images/firstletter.jpg);
}

*.rightimage {
	float: right;
	margin: 0em 0em 5px 5px;
	padding: 0em 0em 0em 0em;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

*.leftimage {
	float: left;
	margin: 0em 5px 0em 5px;
	padding: 0em 0em 0em 0em;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

*.centerimage {
	margin: 0em auto 0em auto;
	padding: 0em 0em 0em 0em;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#footer {
	clear: both;
	height: 5px;
}
