body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#logo {
	width: 120px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 120px;
}
#sidebar ul {
	list-style: none;
	padding: 0px;
	line-height: 150%;
	margin: 0px;
	border-bottom-style: none;
}
#sidebar  li  {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#sidebar .first-child {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#sidebar  .last-child  {
	border-bottom-style: none;

}
#sidebar  .divider {
	padding: 2px;
	border-bottom-style: none;
	background-color: #CCCCCC;
}


#sidebar   a:link, #sidebar a:visited {
	text-decoration: none;
	color: #004712;
	display: block;
	padding: 0px 0px 2px 5px;
}
#sidebar   a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #004712;
	padding: 0px 0px 2px 5px;
}

