
/*  THe navigation space is the left sidebar with the page buttons  */
/*  This section defines the areas for the navigation buttons on the left side of the screen */

body
{
background-color: #ffffff;
}

div.paragraphHeader 
{
	background-color: #ffffff;
	font-size: 12pt;
	font-family: Arial;
	font-style: italic;
	font-weight:bold;
	text-align: center;
}
div.update_marker 
{
	background-color: #ffffff;
	font-size: 10pt;
	font-family: Times New Roman;
	text-align: right;
}

/*  SOme rules for links */
a
{
	text-decoration:none;
	color: blue;
}

/*  THe navigation space is the left sidebar with the page buttons  */
/*  This section defines the areas for the navigation buttons on the left side of the screen */

#navigation1
{
	position: absolute;
	top: 6.5em;
	left: 15px;
	width: 10em;
}
#navigation2
{
	position: absolute;
	top: 9.1em;
	left: 15px;
	width: 10em;
}
#navigation3
{
	position: absolute;
	top: 11.7em;
	left: 15px;
	width: 10em;
}
#navigation4
{
	position: absolute;
	top: 14.3em;
	left: 15px;
	width: 10em;
}
#navigation5
{
	position: absolute;
	top: 16.9em;
	left: 15px;
	width: 10em;
}
#navigation6
{
	position: absolute;
	top: 19.5em;
	left: 15px;
	width: 10em;
}
#navigation7
{
	position: absolute;
	top: 22.1em;
	left: 15x;
	width: 10em;
}
#navigation8
{
	position: absolute;
	top: 24.7em;
	left: 15x;
	width: 10em;
}

/*  The content space is the main portion of the page */
#content 
{
	background-color: #ffffff;
	position:absolute;
	left: 8.5em;
	top: 6.5em;
	Width:800px;
	height:700 px;	
	border-left: 1px solid;
	border-right: 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12pt;
	font-family: Arial;
}

/*	Mainheader is the place where the main "Providence Orthodox... header (in 3 images) resides   */

#mainheader1
{
	position: absolute; 
	top: .1em;
	left: 105px;
	background-color: #ffffff;
}
#mainheader2
{
	position: absolute; 
	top: 3.5em;
	left: 152px;
	background-color: #ffffff;
}
#mainheader3
{
	position: absolute; 
	top: 3.5em;
	left: 338px;
	background-color: #ffffff;
}

/*  Some miscellaneous formatting issues  */
#textheader
{
	text-align: center;
	font-size: larger;
	font-family: inherit:
}

th
{
	text-decoration: underline;
	text-align: left;
}

table
{
	cellspacing="4"
}

#centeredtext
{

	text-align: center;
}
#lefttext
{

	text-align: left;
}
