body {
	background: #C4D3B0 url('images/pagebg.jpg') 0 0 repeat-x;
	margin: 20px 0;
	padding: 0;
}
#left {
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	font: normal 100%/125% Verdana,Arial,sans-serif;
	color: #333333;
}
#left a,
#left a:visited {
	font-weight: bold;
	color: #759644;
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
}
#left h2 {
	font: normal 150%/125% 'Candal',Arial,sans-serif;
	color: #759644;
	margin: 30px 0 10px 30px;
}
#left p {
	padding: 0;
	margin: 0 30px 10px 30px;
}
#right {
	width: 700px;
	position: absolute;
	top: 0;
	left: 300px;
	background-color: #FFFFFF;
}
#newsletter {
	margin: 20px 0;
}
form {
	font: normal 100%/125% Verdana,Arial,sans-serif;
	color: #333333;
}
input {
	padding: 5px;
}
small {
	font-size: 75%;
}
/* CSS for Simple Tree Menu */
.treeview {
	font-weight: bold;
}
.treeview ul {
	margin: 0;
	padding: 0;
}
/* Style for LI elements in general (excludes an LI that contains sub lists) */
.treeview li {
	list-style-type: none;
	padding: 0 0 0 25px;
	margin: 0 0 5px 5px;
	background: transparent url('images/play.png') no-repeat left 2px;
}
/* Style for LI that contains sub lists (other ULs) */
.treeview li.submenu {
	cursor: pointer;
	background: transparent url('images/add.png') no-repeat left 2px;
}
/* Style for ULs that are children of LIs (submenu) */
.treeview li.submenu ul { 
	display: none; /*Hide them by default. Don't delete. */
}
/* Style for LIs of ULs that are children of LIs (submenu) */
.treeview .submenu ul li { 
	cursor: pointer;
}
