html, body, address, div, form, h1, h2, h3, h4, h5, h6, p, table, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #F2EBD9 url(graphics/back.jpg) repeat-x center top;
	font: 0.8125em/160% Georgia, "Times New Roman", Times, serif;
}
p, ul, table {
	padding-bottom: 1.2em;
}
ul {
	margin: 0px;
	padding-left: 30px;
	list-style-type: disc;
}
li {
	margin: 0px;
	padding: 0px;
}
h2, h3, h4, h5, h6 {
	padding-bottom: 0.6em;
}
ul ul {
	list-style-type: circle;
}
h1 {
	text-align: left;
	padding: 40px 40px 12px;
	color: #000000;
	background: url(graphics/h1back.jpg) no-repeat;
	font: normal 2.1em/54px Impact, Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #000000;
	font: normal 1.6em/140% Impact, Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a,  a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #9DC3AA;
	text-decoration: underline;
}
.clearer {
	line-height: 1px;
	clear: both;
	height: 1px;
}

#container {
	margin: 0px auto;
	width: 950px;
	text-align: left;
	position: relative;
}
#printheader {
	display: none;
}

#slides {
	height: 320px;
	width: 440px;
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
#page {
	background: url(graphics/pageback.jpg) repeat-y;
}
#menu {
	float: right;
	width: 184px;
	text-align: center;
	margin: 30px 40px 10px 0px;
	padding: 0px 0px 30px 0px;
	background: url(graphics/menubase.jpg) no-repeat left bottom;
}
#menuhead {
	background: url(graphics/menutop.jpg) no-repeat;
	padding: 14px 0px 12px;
	font: normal 1.5em/30px Impact, Georgia, "Times New Roman", Times, serif;
}
#menu ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	width: 151px;
}
#menu li {
	list-style-type: none;
	maring: 0px;
	padding: 0px;
}
#menu a {
	padding: 6px 4px;
	font-size: 1.3em;
	display: block;
}
#menu a:link, #menu a:visited {
	color: #000000;
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	text-decoration: underline;
}
#content {
	float: left;
	width: 620px;
	padding: 0px;
	margin: 20px 0px 10px 40px;
}
#gallery {
	background: url(graphics/back.jpg) repeat-x center center;
	height: 110px;
	overflow: hidden;
	width: 100%;
}
#images {
	white-space: nowrap;
	height: 110px;
}
#gallery  img {
	border: 5px solid #000000;
	margin: 12px 8px 0px;
}

#footer {
	width: 950px;
	padding: 20px 0px 0px;
	font-size: 0.8125em;
	clear: both;
	background: url(graphics/pageback.jpg) repeat-y center top;
	margin: 0px auto;
	color: #666666;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: underline;
}
#copyright {
	background: url(graphics/footerbase.jpg) no-repeat center bottom;
	padding-bottom: 16px;
}

label {
  float: left;
  width: 30%;
  margin-right: 0.5em;
  padding-top: 4px;
  text-align: right;
  font-weight: bold;
}
input, textarea, select {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #333333;
	margin:  4px 0px 0px 0px;
	padding: 0px;
}
.imageright {
	float: right;
	margin: 0px 0px 8px 8px;
	clear: right;
}
.imageleft {
	float: left;
	margin: 0px 8px 8px 0px;
	clear: left;
}
