body{
	margin: 0px;
	background-color: #C8DAE5;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #5b7389;

}

/*DIVS/////////////////////////////////////*/
table.quote { background-color: #ffffff;
	border-style: dashed;
	border-width: 1px;
	border-color: #2B80C2; 
	width: 300px;
	float: right;
	margin-left: 10px;
}
table.my { background-color: #ffffff;
	border-style: dashed;
	border-width: 1px;
	border-color: #2B80C2; 
	width: 800px;
}
td, th { padding: 10px;
}
table.prayer { background: #ffffff url("images/tree.jpg");
	background-repeat: no repeat;
	border-style: dashed;
	border-width: 1px;
	border-color: #2B80C2; 
	width: 800px;
}
/*END DIVS/////////////////////////////////////*/



/*TEXT/////////////////////////////////////*/
ol, ol a:active, ol a:link{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
ol{
	margin-left: 30px;
padding-left: 30px;
}
h1.hidden{
	visibility: hidden;
}
h1{
	margin: 0 0 10px 50px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: 1px;
	color: #2B80C2;
}
p{
	margin: 0 0 0px 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	line-height: 1.3em;
	font-size: 12px;
	color: #2B80C2;
}

.name{
	font-weight: bold;
}
.title{
	font-weight: bold;
	color: #2B80C2;
	line-height: 15px
}
p.safe{
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}

/*END TEXT/////////////////////////////////////*/

/*LINKS/////////////////////////////////////*/
a:active, a:link, a:visited{
		font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #001133;
}
a:hover{
	text-decoration: underline;
	color: #001133;
}

/*END LINKS/////////////////////////////////////*/




/*MENU/////////////////////////////////////*/


	ul#navlist
{
margin: 0 0 0 20px;
padding: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px 7px 10px; }

#navlist a:link, #navlist a:visited
{
color: #000000;
border-bottom: 0px solid #000000;
text-decoration: none;
font-family: Arial, "Sans Serif";
font-size: 11px;

}

#navlist a:hover
{
color: #000000;
border-bottom: 1px solid #000000;
text-decoration: none;
}

#navlist a:active
{
color: #000000;
border-bottom: 1px solid #000000;
text-decoration: none;
}
/*END MENU/////////////////////////////////////*/


