﻿body
{
	color:#333333;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:1.3em;
}
a, a linked, a visited 
{
	color:blue;
}

a:hover 
{
	color:blue; text-decoration:underline;
}

#sidebar
{
	background-color: white;
	color: black;
	width: 200px;
	position: relative;
	display:inline-block;
	clear:right;
	
}

#main
{
	background-color: white;
	color: black;
	width: 600px;
	position: relative;
	clear: left;
	vertical-align: top;
	border-left-color: #333366;
	border-left-style: solid;
	border-left-width: thin;
	padding-left: 10px;
}

#header
{
	height: 80px;
	padding-left: 200px;
	background-image: url(images/mw_haygov_logo.png);
	background-position: top left;
	background-repeat:no-repeat;
}

.section
{
	padding: 5px 5px  5px 5px;		
	background-color:White;
	max-width: 800px;	
	display:none;
	overflow:auto;
}

.toc
{
	list-style-type:none;
	list-style-position: inside;
	color:White;
	line-height: 25px;
}

.red 
{
	color:Red;	
}

.bold
{
	color: #345641;
	font-weight: bold;
	text-transform: capitalize;
}

.punct
{
	color: #ff0000;
	font-weight:bold;	
}

.directions
{ 
	list-style-type: square; list-style-position: inside; 
}

.directions span
{
	font-weight:bold;
}

.notes
{
	color:black;
	font-style:italic;	
	font-size:0.8em;
}

