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

		Revision History
			Durrell Bowman, 2010-06-24: Created, based on notes.css
							2010-06-25: Revised (columns, etc.)
*/

body
{
	text-align: center;
}

#container
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#header_left
{
	float: left;
	width: 34%;
}

#header_right
{
	float: right;
	width: 33%;
}

#header_middle
{
	float: left;
	width: 33%;
}

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

#right
{
	float: right;
	width: 33%;
}

#middle
{
	float: left;
	width: 33%;
}

p
{
	font-size: 9pt;
	margin-left: 20px;
	margin-top: 0;
	text-align: left;	
}

ul li
{
	font-size: smaller;
	line-height: 12pt;
	list-style-type: none;
	text-align: left;
}

ul
{
	font-size: 9pt;
	margin:  0 5px 5px 0px;
	padding: 0px;
	margin-left: 20px;
}

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

a:hover
{
	text-decoration: underline;
}

a img
{
	border: solid white 3px;
	text-align: left;	
}

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

h1
{
	font-size: 14pt;
	margin: 5px 5px 5px 20px;
	text-align: left;
}

h2
{
	font-size: 12pt;
	margin: 0 0 0 20px;
	text-align: left;
}

h3
{
	font-size: 10pt;
	margin: 0 0 0 20px;
	text-align: left;
}

hr
{
	margin: 5px 0 5px 20px;
	clear: both;
}
