@charset "UTF-8";
html {
	height: 101%;
}
body {
	font-family: Helvetica;
	font-size: small;
	line-height: 1.1em;
	color: #000;
	background-color: #FFF;
}
h1 {
	margin-top: 0px;
	font-size: larger;
	font-weight: bold;
}
h2 {
	margin-top: 0px;
}
hr {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	visibility: hidden;
}
.divide {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bold {
	font-weight: bold;
}
.caption {
	margin-bottom: 5px;
}
.imgLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 200px;
}
.imgLeft div{
	padding-bottom: 5px;
	font-size: smaller;
	padding-top: 5px;
}
.imgRight {
	float: right;
	padding-bottom: 5px;
	width: 200px;
	padding-left: 10px;
}
.imgRight div{
	padding-bottom: 5px;
	font-size: smaller;
	padding-top: 5px;
	text-align: right;
}
#wrapper {
	margin-top: 25px;
	margin-left: 25px;
}
#header {
	font-size: larger;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header a {
	text-decoration: none;
	color: #000;
}
#header a:hover {
	text-decoration: none;
	color: #999;
}
#content {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content h2 {
	font-family: Helvetica;
	font-size: small;
	line-height: 1.2em;
	font-weight: bold;
}
#contentLeft {
	float: left;
	width: 150px;
	margin: 0px;
}
#contentLeft ul {
	margin: 0px;
	padding: 0px;
}
#contentLeft li {
	padding-bottom: 5px;
	list-style-type: none;
	margin-top: 0px;
}
#contentLeft a {
	color: #666;
	text-decoration: underline;
}
#contentLeft a:hover {
	color: #333;
	text-decoration: none;
}
#contentRight {
	float: left;
	width: 500px;
}
#contentRight ul {
	margin: 0px;
}
#contentRight li {
	padding-bottom: 5px;
	list-style-type: none;
	margin-top: 0px;
}
#contentRight a {
	color: #666;
	text-decoration: underline;
}
#contentRight a:hover {
	color: #333;
	text-decoration: none;
}
#contentFarRight {
	float: left;
	margin-left: 5px;
}
#contentFarRight ul {
	margin: 0px;
	padding: 0px;
}
#contentFarRight li {
	padding-bottom: 5px;
	list-style-type: none;
	margin-top: 0px;
}
#contentFarRight li img {
	border: 1px solid #000;
	padding: 5px;
}
#contentFarRight a {
	color: #666;
	text-decoration: underline;
}
#contentFarRight a:hover {
	color: #333;
	text-decoration: none;
}
#footer {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #e5e5e5;
	font-size: smaller;
}
#footer ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}

