/* set the default margins, padding, font size, font color, backrgound color and/or image for the document */

body
{
	color: black;
	font-family: times, serif;
	font-size: 14pt;
	line-height: 18pt;
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url('../images/background.gif'); 		
/*	background-repeat: repeat;								*/
/*		(no-repeat, repeat-x, repeat-y)						*/
/*	background-attachment: scroll;							*/
/*		(fixed)												*/
/*	background-position: top left;							*/
/*		(top bottom left right center 50px 50px 50% 50%)	*/
}

/* set the default link attributes */
a
{
	color: #268bb2;
/*	font-size: medium;*/
	text-decoration: none;
/*		(none underline)												*/
	font-weight: bold;
	onFocus: this.blur();
	target: _blank
}

a.scripture
{
	font-size: x-small;

}

a.small
{
	font-size: x-small;

}

a:hover
{
	color: #268bb2;
	text-decoration: none;
}

a:active, visited
{
	color: #268bb2;
	text-decoration: none;
}

/* set attributes for links of class "footer_link" */

a.footer_link
{
	color: blue;
	text-decoration: underline;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: small;
	line-height: auto;
}


a.footer_link:hover
{
	color: magenta;
	text-decoration: underline;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

a.footer_link:active, visited
{
	color: blue;
	text-decoration: underline;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
a.right
{
	text-align: right
	font-size: xx-small;
	color: #268BB2;
}

a.center
{
	text-align: center
	font-size: xx-small;
	color: #268BB2;
}

/* set default <P> tag attributes */
p
{
	color: #000000;
	font-family: times, serif;
/*		arial, helvetica, tahoma, sans-serif; */
	font-size: medium;
	font-weight: normal;
/*		(bold bolder lighter 100 200 300 400 500 600 700 800 900)		*/
	font-style: normal;
/*		(italic oblique)												*/
/*	line-height: 100%;                                                  */
	line-space=: auto;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	text-align: left
/*		(center right justify)											*/

/*	text-indent: 10px;													*/
/*	border-style: solid;												*/
/*		(double dotted dashed groove ridge inset outset)				*/
/*	border-width: 1px 1px 1px 1px;										*/
/*	border-color: black;												*/
/*	float: left;														*/
/*		(right)															*/
/*	clear: both;														*/
/*		(left right)													*/
/*	background-color: white;											*/
/*	background-image: url(/images/myBackground.jpg);					*/
/*	background-repeat: repeat;											*/
/*		(no-repeat, repeat-x, repeat-y)									*/
/*	background-attachment: scroll;										*/
/*		(fixed)															*/			
/*	background-position: top left;										*/
/*		(top bottom left right center 50px 50px 50% 50%)				*/

}

/* use <p class="indented"> for an indented paragraph */

p.indented 
{
	text-indent: 10px;
}

p.bold 
{
	font-weight: bold;
}

p.plain
{
	margin: 0px 0px 0px 0px;
}

p.scripture
{
	font-size: x-small;
	line-height: 100%;
}

p.saints
{
	font-size: small;
	line-height: 100%;
}
p.footer
{
	text-align: center;
	font-size: x-small;
	color: #268BB2;
}
p.center 
{
	text-align: center;
}
p.right
{
	text-align: right;
	font-size: xx-small;
	color: #268BB2;
}
p.justified
{
	text-align: justify;
}

h1
{
	color: #268bb2;
	font-size: xlarge;
	font-weight: bold;
	line-height: auto;
	margin: 5px 10px 5px 10px;
	padding: 0px 0px 2px 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: black;
}

h2
{
	color: #268bb2;
	font-size: 10pt;
	font-weight: bold;
	line-height: 10px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: black;
	text-align: left;
}

h3
{
	color: black;
	font-size: medium;
	font-weight: bold;
	line-height: auto;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: black;
	text-align: center;
}

.centeredImage 	/* image class for any image that should be center */
{
 	align: center;
 	vspace: 200;


.scripImage // image class for the scipture page
{
	float: right;
}

/* define footer section with smaller text and a border between main body and footer. Use <div class="footer"></div>*/

.footer
{
	color: #000000;
	font-family: times, serif;
	font-size: xx-small;
	font-weight: normal;
	font-style: normal;
	line-space=: auto;
	text-align: center
/*
	color: #666666;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin: 10px 10px 5px 10px;
	padding: 5px;
	border-style: solid;												
	border-width: 1px 0px 0px 0px;										
	border-color: #666666;	
	text-align: center;
*/
}