body {
	text-align: left;
}/**/
body{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: small;
	background-color: #F4DCA0;
}
h1 {
	font-size: large;
}
h2, h3, h4, h5, h6 {
	font-size: medium;
}
a {
	color: #CD3500;
	font-weight: bold;
}
a:visited {
	color: #CD5F5F;
}
dt {
	font-weight: bold;
}
sup {
	font-size: x-small;
}
.data th {
	text-align: center;
	vertical-align: bottom;	
	background: #9BC8FF;
}
.data td {
	text-align: left;
	vertical-align: top;
}
#bodywrap {
	width: 100%;
}
#logo {
	float: left;
}/**/
#logoB {
	float: right;
}
#separator {
	display: none;
}
#footer {
	text-align: center;
}
#sidebar {
	float: left;
	width: 165px;
}
#contentwrap {
	float: right;
	margin-left: 200px;
}
.smallprint {
	font-size: x-small;
}
.fineprint {
	font-size: x-small;
}
.spacer {
	clear: both;
}
#copyright {
	font-size: x-small;
}
#sidebar .category{
	/*font-weight: bold;*/
	padding: 0 6px 0 6px;
	font-size: medium;
}
#rightMenu {
	width: 160px;
	float: right;
}
#rightMenu h2{
	text-align: center;
	font-size: medium;
	font-weight: bold;
}