body {
	margin: 0px 0px 0px 0px;
	font-family: "Lucida Grande", "Verdana", sans-serif;
}

div.wrapper
{
	width: 850px;
	margin: 0 0 0 4;
}

div.rightcontent
{
	float: right;
	width: 680px;
	margin: 0 0 0 0px;
}

div.leftcontent
{
	float: left;
	width: 138px;
	margin: 0 4 0 4;
	border-right: gray;
	border-left: yellow;
	border-width: 0 1px 2px 2px;
	border-style: none solid none none;
	padding: 0 4 0 4;
	background-color: #FFF;
}

div.leftcontent a {
	color: #018;
	font-style: none;
	text-decoration: none;
}

div.leftcontent a:hover
{
	color: #800;
	background-color: yellow;
}

div.leftcontent p {
	font-size: x-small;
}

div.leftcontent li {
	font-size: x-small;
	text-transform: lowercase;
	list-style-type: none;
}

div.leftcontent h1 {
	text-transform: lowercase;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	line-height: 100%;
	padding: 8px 0 0 0;
}

div.rightcontent h1 {
	font-style: normal;
	font-weight: bold;
	font-size: medium;
	font-variant: small-caps;
	padding-top: 10px;
}

div.rightcontent h2, h3 {
	font-style: normal;
	font-weight: bold;
	font-size: small;
	font-variant: small-caps;
}

div.rightcontent a {
	color: #018;
	font-style: none;
	text-decoration: none;
}

div.rightcontent td { font-size: x-small; }

div.rightcontent a:hover { color: #800; }

div.rightcontent p, li {
	font-size: x-small;
}

div.rightcontent li
{
	line-height: normal;
	padding-top: 5px;
	text-transform: lowercase;
	list-style-type: circle;
	list-style-position: inside;
}
