html
{
	color: #9d9d94;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	max-height: 100%;
	overflow: auto;
	background-color: #FFFFFF;
	background-image: url(/images/home_bg.gif);
}
body {
	color: #9d9d94;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	max-height: 100%;
	overflow: auto;
}

img {
	border: 0;
}

h1 {
	font-size: 1.4em;
	text-decoration: underline;
	margin-bottom: 0.2em;
}
h2 {
	font-size: 1.1em;
	text-decoration: underline;
}

.byLine {
	color: #7B7B7B;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: -0.8em;
}
.footerText {
	display: inline;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #989898;
	background: #F2F2F2;
}
.bodyText {
	display: inline;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #989898;
	background: #F2F2F2;
}


#footer {
	position: fixed;
	bottom: 0px;
	overflow: hidden;
	margin-left: 35px;
	padding-bottom: -5px;
}



#header {
	margin-top: 18px;
	margin-left: 8px;
}
#headerLogo {
	padding-left: 10px;
}
#nav {
	margin-left: 13px;
}
#nav img {
	padding-right: 4px;
}

#landingHeader {
	margin-top: 140px;
	margin-left: 8px;
}
#landingContent {
	margin-left: 35px;
}
#landingContent a:link {
	color: #9d9d94;
}
#landingContent a:visited {
	color: #9d9d94;
}
#landingContent a:hover {
	color: #CC5050;
}
#landingContent a:active {
	color: #9d9d94;
}

