body {
	margin: 0 2em 2em 2em;
	padding: 0px;
	font-family: 'Lucida Grande','Trebuchet MS', arial, helvetica, sans-serif;
	color: #000000;
	background-color: #F3F4E9;
	background: #F3F4E9 url(bg.gif) top right repeat-x scroll;
    font-size: x-small;      
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size: small;
	line-height: 1.4em;
	}
html>body {
	font-size: small;
	} 

a:link { color: #424B5B; }
a:visited { color: #3B4048; }
a:hover { color: #424B5B; }
a:visited:hover { color: #424B5B; }

h3 {
	margin-left: -20px;
	padding-top: 32px;
	color: #46433C;
	}
h4 {
	margin-bottom: 5px;
	border-bottom: 1px solid #4F4C45;
	color: #46433C;
	}

#header, #navbar {
	margin: 0 0 9px 100px;
	}
#header span {
	display: none;
	}
#header {
	background: transparent url(header.gif) top left no-repeat scroll;
	height: 43px;
	}
#navbar, #navbar a:link, #navbar a:visited, #navbar a:hover, #navbar a:visited:hover {
	font-weight: bold;
	color: #4F4C45;
	text-decoration: none;
	font-size: medium;
	}
#icon {
	position: absolute;
	top: 0;
	left: 1.85em;
	}

#content {
	position: relative;
	padding-left: 20px;
	margin-right: 250px;
	}
#sidebar {
	position: absolute;
	top: 108px;
	right: 1.3em;
	left: auto;
	width: 215px;
	}
#sidebar ul {
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 5px;
	}
	
dt {
	margin: 10px 0 4px 0;
	font-weight: bold;
	}
dt:first-child {
	margin-top: 0;
	}
dd {
	margin-left: 20px;
	}

ol {
	padding-left: 20px;
	}