/*  Front Page Stuff */
h1
{
	font-size: 72px;
	color:	   #fff;
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
	vertical-align: middle;
}
h2
{
	font-size: 36px;
	color:	   #000;
	margin-left: 10px;
	text-align: left;
	vertical-align: middle;
}

/* Generic */
h2#heading
{
	font-size: 36px;
	color:	   #000;
	margin-left: 10px;
	text-align: left;
	vertical-align: middle;
}
a#heading
{
	color: #000000;
	text-decoration: none;
}
a#body
{
	font-weight: bold;

}

/* Per Heading items */
h2#heading1
{
	margin-left: 75px;
	color: #000;
}
div#heading1
{
	/*border-width: 1px;
	border-style: solid; */
	valign: top;
	top: -40px;
	float: left;
	margin-top: -100px;
	margin-left: 40em;
}
p#heading1
{
	font-family: Lucida Grande, Tahoma, Verdana, Arial;
	font-size:  14px;
	margin-left: 75px;
	color: #000;
	max-width: 25em;
	width:expression("25em");
	top: -30px;
	position: relative;

}
img#heading1
{
	width: 50%;
	height: 50%;
	align: top;
}


h2#heading2
{
	margin-left: 175px;
}
div#heading2
{
	/*border-width: 1px;
	border-style: solid; */
	valign: top;
	float: left;
	margin-top: -110px;
	margin-left: 48em;
}
p#heading2
{
	font-family: Lucida Grande, Tahoma, Verdana, Arial;
	font-size:  14px;
	margin-left: 175px;
	max-width: 25em;
	width:expression("25em");
	top: -32px;
	position: relative;
}
img#heading2
{
	width: 50%;
	height: 50%;
	align: top;
}
h2#heading3
{
	margin-left: 275px;
}
div#heading3
{
	/*border-width: 1px;
	border-style: solid; */
	valign: top;
	float: left;
	margin-top: -105px;
	margin-left: 57em;
}
p#heading3
{
	font-family: Lucida Grande, Tahoma, Verdana, Arial;
	font-size:  14px;
	margin-left: 275px;
	max-width: 25em;
	width:expression("25em");
	top: -30px;
	position: relative;

}
img#heading3
{
	width: 50%;
	height: 50%;
	align: top;
}
h2#heading4
{
	margin-left: 400px;
}
div#heading4
{
	/*border-width: 1px;
	border-style: solid; */
	valign: top;
	top: -40px;
	float: left;
	margin-top: -110px;
	margin-left: 70em;
}
p#heading4
{
	font-family: Lucida Grande, Tahoma, Verdana, Arial;
	font-size:  14px;
	margin-left: 400px;
	max-width: 25em;
	width:expression("25em");
	top: -32px;
	position: relative;
}
img#heading4
{
	width: 60%;
	height: 60%;
	align: top;
}

