html {
				height: 100%;
			}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF0066;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #FF6666;
	text-decoration: underline;
}
#php {
	font-family: Arial, Helvetica, sans-serif;
	font-size: -1px;
	color: #333333;
}
body {
	height: 100%;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande";
	color: #999999;
	font-size: 12px;
	background-color: #CCFFCC;
	padding: 0;
	z-index: 100;
	margin: 0;
}
.clearit {
	clear: both;
	height: 0.0;
	line-height: 0.0;
	font-size: 0.0;
}
#layout {
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	top: 10px;
}
html>body #layout {
				height: auto;
	}
#masthead {
	padding: 0 0 0em;
	margin: 0 auto 1em;
	background-color: #990000;
	position: relative;
}
.title {
	font-size: 26px;
	color: #CCCCCC;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-top: 30px;
}
.section {
	margin-top: 50px;
	line-height: 20px;
	font-size: 14px;
	height: 100%;
}
h1 {
	font-size: 1.5em;
	margin: 0px;
	font-weight: normal;
}
#nonFooter
	{
		position: relative;
		min-height: 100%;
	}

* html #nonFooter
	{
		height: 100%;
	}
#footer {
	width: 100%;
	position: relative;
	margin: -2em auto 0;
	z-index: 50;
}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer {
		margin-top: 1em;
}
#footercontent {
	font-size: 0.75em;
	padding: 1em 0 0em 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.flashDiv {
	position: relative;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}
.text90percent {
	font-size: 90%;
}

#mainpanel {
	width: 450px;
	margin-top: -110px;
	z-index: 2;

}
