*, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/* start global styles */
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}	
h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0px 6px 0px;
	padding: 0px;
	}	

p {
	font-size: 12px;
	margin: 0px;
	}

ul {
	list-style-type: square;
	font-size: 14px;
	padding-left: 25px;
	line-height: 1.3em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFF;
	list-style-type:disc;
/*	list-style-image: url(../images/Pencil-icon.png); */
}

.homeBodyContainer p{

}

.homeBodyContainer{
	position: absolute;
}

.headerBackgroundImage{
	position: absolute; 
	z-index: 1; 
}

.homeHeaderText{
	position: absolute; 
	z-index: 2; 
}

.homeHeaderText p{
	line-height: 22px;
}

div.siteFooterLinks{
	white-space:nowrap;
}

a:link {

}

a:visited {

}

/* Site Name & Description Classes */


.SiteName {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

/* ------------ New Page Type Additions - Justin Nemeth ------------ */

.homeMessageBody {
	background-color: #2E2E2C;	/* Neutral Dark */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.3em;
	padding: 10px;
	color: #FFF;
	text-align:left;
}

.homeMessageBody p {
	font-size: 14px;
}

