/*
  Author:   Alexander Scutt
  Company:  Melbourne Anglicans Together
  Web Site: www.melbourneanglicanstogether.org
  Email:    scuttaj@pacific.net.au
  Comments: Developed on October 31st 2002
*/


			

/*This controls the linkovers in the left hand menubar for browsers IE5 NS6+*/
A.menubar {
display: inline;
width: 140px;
text-align: left;
text-decoration: none;
font-family: "Book Antiqua", serif;
font-size: 12pt;
font-weight: bold;
color: #000000;
BORDER: none;
margin: 5px 5px 5px 5px;
padding: 5px;
}

A.menubar:hover {
color: #fff;
margin: 5px 5px 5px 5px;
padding: 5px; 


}
/*Color of text on left menubar for page being visited */

A.thispage {
display: inline;
width: 140px;
text-align: left;
text-decoration: none;
font-family: "Book Antiqua", serif;
font-size: 12pt;
font-weight: bold;
color: #ffcc99;
BORDER: none;
margin: 5px 5px 5px 5px;
padding: 5px;
}

A.thispage:hover {
display: inline;
width: 140px;
text-align: left;
text-decoration: none;
font-family: "Book Antiqua", serif;
font-size: 12pt;
font-weight: bold;
color: #ffcc99;
BORDER: none;
margin: 5px 5px 5px 5px;
padding: 5px;
}

/*This controls the linkovers in the text links at the bottom of the page for browsers IE5 NS6+*/
A.textlinks {
display: inline;
width: 100px;
text-align: left;
text-decoration: none;
font-family: sans-serif;
font-size: 8pt;
font-weight: normal;
color: #000000;
BORDER: none;

padding: 5px 5px 10px 5px;
}

A.textlinks:hover {
color: #fc9;

padding: 5px 5px 10px 5px; 


}

/*Main Stylerules for the page begin here*/

body 	{color: #000;
			background-color:  #ffcc99  /*#ffcccc #ffffcc*/;}

p    {font-family: Arial, Helvetica,  sans-serif;
			font-size: 11pt;
			margin: 5px 5px 5px 65px;}

p.textlinks	{margin: 0px 0px 0px 35px;}	
			
p.synod			 {color: #903;
						 font-family: sans-serif;
						 margin: 25px 25px 20px 25px;}
						 
td.main {background-color: #ffffff;}

td.sidebar{background-color: #960;}

ul li		{font-family: Arial, Helvetica, sans-serif;
			font-size: 11pt;
			margin: 10px 25px 20px 100px;}
			
h1		{font-family: sans-serif;
			font-size: 1.4em;
			color: #990033;
			margin: 25px 25px 5px 35px;}
h2		{font-family: sans-serif;
			font-size: 1.0em;
			color: /*#330099*/#960;
			margin: 10px 25px 10px 35px;}
h3		{font-family: Arial, Helvetica, sans-serif;
			font-size: 11pt;
			font-weight: bold;
			color: #000;
			margin: 10px 25px 10px 65px;}

table.menubar td {padding-top: 15px;}
			
