/* text styles */
p, h1, h2, h3, h4, h5 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;	
}
h1  {
	font-size: 1.2em;
	color: #000000;
}
h2  {
	font-size: 1.2em;
	color: #2566a7;
}
h3  {
	font-size: 1.2em;
	color: #006500;
}
h4  {
	font-size: 1.2em;
	color: #333333;
}
h5  {
	font-size: 1.2em;
	color: #d08900;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.greyText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.stoneheadsText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #000000;
	text-decoration: none;
}
.hpBulletText {
	color: #2566A7;
	font-size: 0.8em;
    background-image: url(images/im-blue-arrow.gif);
    background-position: 17.5em 0.8em;
    background-repeat: no-repeat;
    padding-top: 2px;
    padding-bottom: 2px;
}
.bulletText {
	background: url(images/im-bullet.gif) no-repeat 0px 6px;
	padding: 1px 0px 10px 10px;
}
.lnDateText {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	color: #6C2F11;
	text-decoration: none;
}
.subnavText p {
	color: #ffffff;
}
.footerText p {
	color: #999999;
}
/* link styles */
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #40A0FE;
	text-decoration: none;
}
a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #40A0FE;
	text-decoration: underline;
}
.whiteLink:link, .whiteLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteLink:hover, .whiteLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.subnavText p a:link, .subnavText p a:visited {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.subnavText p a:hover, .subnavText p a:active {
	text-decoration: underline;
}
.footerText p a:link, .footerText p a:visited {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.footerText p a:hover, .footerText p a:active {
	text-decoration: underline;
}
.navWhiteLink:link, .navWhiteLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
}
.navWhiteLink:hover, .navWhiteLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: underline;
}
.whiteLinkFixed:link, .whiteLinkFixed:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteLinkFixed:hover, .whiteLinkFixed:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.greyLink:link, .greyLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.greyLink:hover, .greyLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
.blackLink:link, .blackLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.blackLink:hover, .blackLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.blueLink:link, .blueLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2566A7;
	text-decoration: none;
}
.blueLink:hover, .blueLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2566A7;
	text-decoration: underline;
}
.archiveBlueLink:link, .archiveBlueLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2566A7;
	text-decoration: none;
}
.archiveBlueLink:hover, .archiveBlueLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2566A7;
	text-decoration: underline;
}
.lnMoreLink:link, .lnMoreLink:visited {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #E34F22;
	text-decoration: none;
}
.lnMoreLink:hover, .lnMoreLink:active {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #E34F22;
	text-decoration: underline;
}
.text_center {
	text-align: center;	
}

/* image styles */
img {
	border: 0;
}
.imagePadding01 {
	margin: 50px 0px 50px 0px;
}
.headerImage {
	margin: 10px 0px;
}