body {
	padding: 0px;
	margin: 20px 20px 0 20px;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #eee
}
h1 {
	padding: 0px;
	font-weight: bold;
	font-size: 25px;
	margin: 0;
	color: #00;
	}
h2 {
	padding: 0px;
	margin: 0px 0px 5px;
	font: bold 12px/14px verdana, arial, helvetica, sans-serif;
	}
h3 {
	padding: 0px;
	margin: 0px 0px 1px ;
	font: bold 10px/12px verdana, arial, helvetica, sans-serif;
}
p, td {
	padding 0px;
	margin: 0px 0px 10px;
	font: 11px/20px verdana, arial, helvetica, sans-serif;
}
.code {
	font:  12px/14px courier new, courier, mono;
}
a {
	font-weight: bold;
	font-size: 11px;
	color: orange;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none
}
a:link {
	color: orange
}
a:visited {
	color: grey;
}
a:hover {
	background-color: #eee
}
#content {
	margin:	0 190px 0 190px; 
	z-index: 3;
	width: auto;
	position: relative;
	min-width: 120px;
}
#leftmenu {
	width: 170px;
	position: absolute;
	z-index: 2;
	top: 104px;
	voice-family: inherit;
	left: 20px
}
body > #leftmenu {
	top: 100px
}
#rightmenu {
	z-index: 1; 
	right: 20px;
	width: 170px; 
	position: absolute; 
	top: 104px; 
	voice-family: inherit;
}
body > #rightmenu {
	top: 100px;
}
#header {
	width: auto;
	padding: 10px 0 5px 0;
	margin: 0 0 20px 0;
	background-color: #ffffff;
	border: 2px solid #ff9900;
	text-align: center;
}
.subsection {
	margin: 0 0 20px 0;
	padding: 10px 10px 0 10px;
	background-color: #ffffff;
	border: 2px solid #ff9900;
}
.ahem	{
	display:	none;
	}
ul.bobby {
	list-style-type: none;
	padding: 0 0 5px 0;
	margin: 0;
}
ul.bobby li {
	padding-bottom: 5px;
}
.rdfTable td {
	padding: 0 !important;
}

#header h1  { 
	position: relative; 
	width: 321px; 
	height: 40px; 
	overflow: hidden;
	left: 50%;
	margin-left: -160px;
}
#header h1 span {
	background: url(/images/sitelogo.png) 0 0 no-repeat; 
	left: 0; 
	top: 0; 
	position: absolute; 
	display: block;
	width: 100%;
	height: 100%
}
