@charset "utf-8";
body {
	background-image: url(../images/messengerbkg.jpg);
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}


h1 {
	color: #996633;
	text-align: center;
	display: block;
	font-family: "Comic Sans MS", cursive;
}


h2 {
	color: #FF0000;
	margin-bottom: -1px;
}
h4 {
	color: #993366;
	font-family: "Comic Sans MS", cursive;
}
a:link {
	color: #C90;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	color: #CC66FF;
	text-decoration: none;
}
a:hover {
	color: #00FF66;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

#container {
	width: 960px;
	position: relative;
	margin: 0 auto;
	background: #FFF center;
}
#header {
	text-align: center;
	background: url(../images/candleangelbkg1.jpg) repeat;
	display: block;
}
#main {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

table {
	width: 100%;
	text-align: center;
	border: 2px solid #999;
}

table tr td {
	border: 2px solid #999;
}
iframe {
	border-style: none;
}

#tables tr    {
	background: #EDEDDE;
	width: 940px;
	border-width: 2px;
	border-color: #999;
}

#tables2 {
	background: #EDEDDE;
	width: 343px;
	border-width: 2px;
	border-color: #999;
	display: table;
	height: 40px;
	position: static;
	margin-left: auto;
	margin-right: auto;
}



#tables h2 {
	font-size: 36px;
	color: #F00;
	text-align: center;
	margin-bottom: -0.1px;
	padding-bottom: 3px;
}
#tables2 td {
	background: #EDEDDE;
	border-width: 2px;
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}

#tables3 {
	width: 343px;
	border-width: 2px;
	border-color: #999;
	display: table;
	height: 40px;
	position: static;
	margin-right: auto;
	margin-left: auto;
}
#tables3 td {
	border-width: 2px;
	border-color: #999;
	text-align: center;
}

#tables a:link {
	font-size: 1.6em;
	color: #900;
	font-family: "Comic Sans MS", cursive;
	text-decoration: none;
}
#tables a:visited {
	color: #F0F;
	text-decoration: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 1.6em;
}
#tables a:hover {
	color: #0F6;
	text-decoration: underline;
	font-family: "Comic Sans MS", cursive;
	font-size: 1.6em;
}
#tables a:active {
	color: #F00;
	text-decoration: underline;
	font-family: "Comic Sans MS", cursive;
	font-size: 1.6em;
}
#footer {
	text-align: center;
	position: relative;
	clear: both;
	display: block;
	padding-bottom: 30px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
}
#footer a:link {
	color: #03C;
	text-decoration: none;
}
#footer a:visited {
	color: #F0F;
	text-decoration: none;
}
#footer a:hover {
	color: #0FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0FF;
}
#footer a:active {
	color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}



.date {
	text-decoration: none;
	background-color: #CCCC99;
	font-size: 14pt;
	font-weight: bold;
	font-family: Technical;
}
.text {
	font-size: 14pt;
	text-decoration: none;
}
.donation {
	font-size: 14pt;
	font-style: italic;
}
.Title_bios {
	font-size: 1.1em;
	font-weight: bold;
	color: #00C;
}


.month {
	font-family: Technical;
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
}


.day {
	background-color: #CCCC99;
}
.maintable {
	background-color: #FFFFFF;
	border-style: none;
	text-align: left;
}	
.cells {
	border-style: none;
}

.biostable {
	background-color: #EDEDDE;
	text-align: left;
}

.alignCenter {
	text-align: center;
}



.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

