body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	background-color: #600;
	text-align: center;
	margin: 10px 0;
	background-image: url(../images/img_bgtile.gif)
}
#page {
	border: 2px #300 solid;
	background-color: #FFFFFF;
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
h1 {
	margin: 0 0 10px;
	padding: 15px 25px 10px;
	font-size: 2em;
	font-weight: normal;
	text-align: left;
	border-bottom: 2px dotted #300;
	background-image: url(../images/img_bgh1.jpg)
}
#leftnav {
	float: left;
	width: 22%;
	text-align: left;
	height: 350px;
	background-image: url(../images/img_bgleftnav.jpg)
}
html>body #leftnav {
	width: 22%
}
#content {
	float: right;
	width: 73%;
	text-align: left;
	padding-right: 2em
}
html>body #content {
	width: 73%
}
.sidepic {
	float:right;
	padding-left: 5px
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000
}
a:hover {
	text-decoration: underline;
	}
h2 {
	font-size: 2em;
	font-weight: normal;
	color: #060;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color:#330000;
	text-align: left;
	padding-left: 1.5em;
	background-image: url(../images/img_bgh3.gif)
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	font-weight: bold;
}
img {
	border: 0px #fff none;
}
ol, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0;
	padding: 0 0 0 20px;
}
strong {
	font-weight: bold;
}
hr {
	color: #093;
	background-color: #093;
	height: 1px;
}
.leftnav {
	color: #300;
	list-style-type: square
}
ul {
	font-size: 1em;
	line-height: 1.8em;
	text-align: left
}
.arrowlist {
	list-style-image: url(../images/bul_arrow.gif);
	vertical-align: middle;	
}
address {
	font-style: normal
}
.hide {
	display: none;
}
#footer {
	clear: both;
	text-align: center;
	background-color: #DDD;
	padding: 5px;
}