/* CSS Document */

body {
  color: #333;
  background: transparent url(http://theelevationinstitute.com/images/page-bg.png) repeat-x;
  margin:0px 0px 0px 0px;
	font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

table, tr, td, th {
  color: #333;
	font: normal 13px/20px Georgia, "Times New Roman", Times, serif;
}


a:link {
	color: #7c0509;
}
a:visited {
	color: #7c0509;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

a.subnav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.subnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.subnav:hover {
	color: #333;
	text-decoration: none;
}


.emph {
  	color: #7c0509;
	font: 25px/25px Georgia, "Times New Roman", Times, serif;
}




.footer {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #555555;
}
a.footer:link {
	color: #555555;
    text-decoration: none;
}
a.footer:visited {
	color: #555555;
	text-decoration: none;
}
a.footer:hover {
	color: #999999;
	text-decoration: underline;
}

.emphsmall {
  	color: #7c0509;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

