A { /* This area sets the base state for anchors */
	color: black;
}
A:link { /* Applies to anything that links to a different page */
	color: blue;
}
A:visited { /* Changed characteristics after visiting link */
	color: blue;
}
A:hover {
/*	font-weight: bold; */
/*	font-variant: small-caps; */
	color: red;
}
A:active { /* Applies while being clicked on */
	color: red;
}
body {
	height: 100%;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	margin: 0;
}
html {
	height: 100%;
}
img {
	border-style: none;
}
p.center {
	text-align: center;
}
p.creative {
	color: black;
	font-family: veranda, serif;
	font-size: 14px;
	padding: 0px;
	text-align: left;
	text-indent: 20px;
}
p.creative_author {
	color: #333333;
	font-family: calibri, sans-serif;
	font-size: 18px;
	text-align: center;
}
p.creative_title {
	color: #3c8bbf;
	font-family: calibri, sans-serif;
	font-size: 25px;
	marginbottom: .2em;
	text-align: center;
}
p.indent25px {
	padding-right: 25px;
	padding-left: 25px;
}
p.yellow {
	background-color: #ffffb8;
}
table.full {
	height: 100%;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	width: 100%;
	margin: 0px;
}
table.links { /* this is defining how my links will look at the top of the page */
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;	
}
td.body {
	mid-width: 900px;
	max-width: 900px;
	width: 900px;
	vertical-align: top;
	overflow: auto;
	font-size: 14px;
	font-family: veranda, georgia, serif; 
	padding: 10px;
}
td.border {
	min-width: 100px;
	background-color: #aabbaa;
}
td.footer {
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	colspan: 3;
}
td.footer_l {
	font-family: veranda, georgia, serif; 
	font-size: 10px;
	background-color: #aabbaa;
	color: #000000;
	width: 50%;
	text-align: left;
}
td.footer_r {
	font-family: veranda, georgia, serif; 
	font-size: 10px;
	background-color: #aabbaa;
	color: #000000;
	width: 50%;
	text-align: right;
}
td.footer_s {
	min-width: 50px;
	background-color: #aabbaa;
}
td.header {
	background-color: #aabbaa;
	color: #333333;
	font-size: 25px;
	font-family: georgia, veranda, serif;
	text-align: center;
/*	font-weight: bold; */
/*	background-image: url(/JacksonLogoTransBG2.gif); */
	background-repeat: no-repeat;
}
td.homilies_bullet {
	valign: baseline;
	width: 42px;
	height: 25px;
}
td.homilies {
	valign: top;
	width: 100%;
	height: 25px;
}
td.indent {
		background-color: #ffffb8;
		padding-left: 2.5em;
		padding-right: 1.5em;
		padding-bottom:  12px;
		text-indent: -.8em;
}
td.links {
	background-color: #aabbaa;
	text-align: center;
}
td.links2 {
	padding-right: 12px;
	padding-left: 12px;
}
td.no-indent {
/*		background-color: #ffffb8; */
		padding-left: 2.5em;
		padding-right: 1.5em;
		padding-bottom:  12px;
}
tr.footer {
	height: 42px;
}
tr.header {
	height: 40px;
}
tr.lgt-yellow-background {
/*	height: 65px;
	max-height: 65px;
	min-height: 65px; */	
}
tr.links {
	height: 30px;
}
#TipLayer { /* The pound sign means it relates to a id instead of class. Id can only be used
once, whereas class can be used multiple times. */
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	top: -100px;
}
