/*
	BIMF_2010_notes.css
	CSS Style Sheet for  2010 BIMF program notes

		Revision History
			Durrell Bowman, 2010-06-15: Created
					        2010-06-18: Modified (minor changes to h headings)
*/

body
{
	text-align: center;
}

#container
{
	width: 575px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

p
{
	margin-top: 10px;
	margin-bottom: 0;
}

#left
{
	width: 49%;
	float: left;
}

#right
{
	width: 49%;
	float: left;
	text-align: right;
}

blockquote
{
	margin: 5px 30px 10px 30px;
}

a
{
	text-decoration: none;
	color: #A84D07;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: solid white 3px;
}

a:hover img
{
	border: solid #A84D07 3px;
}

h1
{
	font-size: 16pt;
	margin: 5px 5px 5px 0;
}

h2
{
	font-size: 12pt;
	margin: 5px 5px 0 0;
}

hr
{
	clear: both;
	margin-top: 5px;
}

img
{
	margin: 2px 5px -2px 0px;
}

