html, html body
{
	margin: 0px;
	padding: 0px;
}

#heading
{
	background-color: lightblue;
      background-image: url(balcutha_headliner.jpg);
	font-family: "verdana", sans-serif;
	font-style: italic;
	padding: 20px 0px 0px;
}

#heading h1
{
	color: #F0C000;
	font-size: 30pt;
	margin: 0px;
}

#heading h2
{
	color: blue;
	font-size: 13pt;
	margin: 0px;
}

#heading h3
{
	color: antiquewhite;
	font-size: 8pt;
	margin: 0px;
}

#heading_bottom
{
	background-color: lightblue;
	font-size: 2pt;
	height: 19px;
	margin: 20px 0px 0px;
}

#left_column
{
	font-family: "verdana", sans-serif;
	padding: 10px 20px 0px 10px;
	text-align: center;
	vertical-align: top;
}

#left_column ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#left_column a
{
	background-color: orange;
	border: 2px outset orangered;
	color: white;
	display: block;
	font-weight: bold;
	margin: 5px 0px;
	padding: 2px 5px;
	text-decoration: none;
}

#left_column a:hover
{
	background-color: liteblue;
}

#main_content
{
	font-family: "verdana", sans-serif;
	font-size: 10pt;
	padding: 15px;
	vertical-align: top;
}

#title_container
{
	text-align: left;
}

#title_container table
{
	margin: 0px auto;
}

#footer
{
	font-family: "verdana", sans-serif;
	font-size: 7pt;
	position: absolute;
	bottom: 0;
	width: 70%; /* See note below */
	text-align: center;
	padding: 0 15%;
}

#footer
{
	\width: 100%;
	w\idth: 70%;
}
