@charset "UTF-8";
html {
	height: 101%;
}
body {
	font-family: Helvetica;
	font-size: small;
	line-height: 1.1em;
	color: #000;
	background-color: #FFF;
}
hr {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	visibility: hidden;
}
.divide {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
#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;
}
#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;
}
