body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#512;
}
small {
	font-size:8pt;
}
a, a:visited {
	color:#33F;
}
a:hover {
	color:#900;
}
a img {
	border:none;
}
li {
	list-style:disc;
}
h1, h2, h3, h4, h5 {
	color:#511;
	font-weight:600;
}
h1 {
	font-size:18pt;
}
h2 {
	font-size:16pt;
}
h3 {
	font-size:14pt;
	font-weight:300;
}
h1.title {
	font-size:16pt;
	margin:2px 16px 8px 16px;
}

/* classes */
.header {
	background:#FDD;
}
.header .menu {
	margin:0;
	padding:0;
}
.header .menu li {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}
.header .menu li a, .header .menu li a:visited {
	color:#999;
	display:block;
	background:#FFF;
	text-decoration:none;
	padding:2px 4px;
	margin:1px;
	font-size:14pt;
	border-bottom:#FAA solid 3px;
	line-height:26px;
}
.header .menu li a:hover {
	color:#999;
	display:block;
	background:#FFF;
	text-decoration:none;
	font-size:14pt;
	border-bottom:#CCC solid 3px;
}
.body {
	clear:both;
}
.leftcol {
	width:235px;
	margin:0 12px;
	float:left;
}
.leftcol .block {
	margin-bottom:16px;
	font-size:10pt;
	padding:4px;
	border:#FDD solid 2px;
}
.leftcol .block .side_title {
	font-weight:bold;
	font-size:12pt;
	line-height:11pt;
	margin-bottom:6pt;
}
.leftcol .block legend {
	margin:1px;
	background:#FDD;
	display:block;
}
.leftcol .block legend a, .leftcol .block legend a:hover, .leftcol .block legend a:visited {
	color:#512;
}
.content {
	padding:0 16px 0 280px;
	text-align:left;
}
.adlinks {
	display:block;
	border:#D5D5D5 solid 1px;
	border-left:#D5D5D5 solid 5px;
	padding:6px 10px;
}
.footer .copy {
	margin:5px;
	font-size:10pt;
}

/* other classes */
.hint {
	color:#BBB;
	font-family:"Courier New", Courier, monospace;
	font-size:9pt;
}
.clear {
	clear:both;
	width:100%;
	height:1px;
	visibility:hidden;
}