﻿@charset "utf-8";
/* CSS Document */

div.handbook h2
{
	color:#000;
	margin:0;
	padding:10px 0 0 0;
}

div.handbook h3
{
	color:#000;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
	border-bottom:1px solid #999;
}

div.handbook div.highlight_box
{
	background-color:#99cc99;
	padding:5px;
	margin-bottom:10px;
}

div.handbook img { margin-bottom:10px; }

div.handbook h2.other_resources { border-bottom:1px solid #999;margin-bottom:10px; }

div.handbook ul.other_resources
{ 
	list-style-type:none;
	list-style-image:none;
	margin-left:0;
	padding-left:0;
}

div.handbook ul.other_resources li 
{
	border-top:1px solid #999;
	padding-top:5px;
}



