/* ******stylesheet for Bishop Cottage Website**** */


A:link	{
	color: #003300;
	font-weight: bold;
	font-size: 80%
	text-decoration: none;
	}
A:visited	
	{
	color: #003300;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%
	}
A:hover	{
	color: #003300;
	font-weight: bold;
	text-decoration: underline;
	font-size: 80%
	}
A:active	{
	color: #003300;
	font-weight: bold;
	text-decoration: underline;
	font-size: 80%
	}
A	{
	color: #003300;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%
	}
body	{
	background-color:#ffffff;
 	color: #ffffff;
	text-align:left;
	margin: 0px;
	font-family: 'book antiqua', Arial, Helvetica, 'sans serif';
	font-size: 16px;
	}
H1	{
	color: #003300;
	font-family: 'book antiqua', Arial, Helvetica, 'sans serif';
	font-size: 200%;
	}
H2	{
	color: #003300;
	font-family: 'book antiqua', Arial, Helvetica, 'sans serif';
	font-size: 105%;
	}
H3	{
	color: #003300;
	font-family: 'book antiqua', Arial, Helvetica, 'sans serif';
	font-size: 120%;
	}
hr	{color: #a2ac80;
	width: 800;
	}

td, p	{
	font-family: 'book antiqua', Arial, Helvetica, 'sans serif';
	color: #003300;
	font-size: 100%;
	}

table	{
	text-align:left;
	background-color:#a2ac80;
	}
li	{list-style-type:square;
	font-size:90%
	}
div#texttable table
	{color: #000000;
	background-color:#f5f5f5;
	height: 100%;
	}
div#texttable td
	{color: #003300;
	background-color:#f5f5f5;
	font-size:100%;
	}

div#caption
	{font-size:80%;
	font-weight:bold;
	text-align: center;
	}
div#captionleft
	{
	color: #ffffff;
	font-size:80%;
	font-weight:bold;
	text-align: left;
	}

div#captionleftblue
	{
	color: #0000080;
	font-size:100%;
	font-weight:bold;
	text-align: left;
	}

div#navbarbottom table 
	{
	color: #003300;
	font-size:110%;
	font-weight:bold;
	halign:center;
	text-align: center;
	background-color:#a2ac80;
	}
div#navbarbottom td 
	{
	color: #003300;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	background-color:#a2ac80;
	}
div#webmaster
	{
	color: #003300;
	text-align:center;
	font-size:90%;
	}
/* ******Navigation bar for Bishop Cottage****start****** */

#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #000080;
color: #FFF;
font: normal 110% 'book antiqua', Arial, Helvetica, 'sans serif';
text-align: center;

}

li { display: inline;}

li a 
{
text-decoration: none;
background-color: #ffffff;
color: #003300;
border-right: 2px solid #a2ac80;
padding: .2em 5px;
}

li a:visited 
{
text-decoration: none;
background-color: #ffffff;
color: #003300;
border-right: 2px solid #a2ac80;
padding: .2em 5px;
}

li a:active
{
text-decoration: none;
background-color: #ffffff;
color: #003300;
border-right: 2px solid #a2ac80;
padding: .2em 5px;
}

li a:hover
{
background-color: #556b2f;
color: #fff;
border-right: 2px solid #a2ac80;
padding: .2em 5px;
}



/* ******Navigation bar for Bishop Cottage****END****** */
