/* This style sheet is for the layout of the pages. */



div.main	/*This is the main box that holds everything.*/
	{
	width:	800px;
	height:	660px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: visible;
	background-color: transparent;
	border: thin none #ffffff;
	}	
	
/*Here is the top photo masthead.*/
div.masthead	
	{
	width:	790px;
	height:	160px;
	position: absolute;
	top:	15px;
	left:	5px;
	background-image: url(images/FCZCmasthead.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: thin none #ffffff;
	overflow: hide;
	}


/*This box is for main text content*/

div.content2
	{
	width: 	660px;
	height:	415px;
	position: absolute;
	top:	185px;
	left:	135px;
	overflow: auto;
	background-color: #fffbdb;
	border: none;
	}

/* The following are the menu links in boxes on the left side. These are on every page.*/
div.menubox
	{
	width:	130px;
	height:	350px;
	position: absolute;
	top:	185px;
	left:	5px;
	background-color: transparent;
	border:	thin none #0000ff;
	}

div.menu1
	{
	width:	110px;
	height:	20px;
	position: absolute;
	top:	0px;
	left:	5px;
	background-color: #fffbdb;
	}

div.menu2
	{
	width:	110px;
	height:	20px;
	position: absolute;
	top:	25px;
	left:	5px;
	background-color: #fffbdb;
	}

div.menu3
	{
	width:	110px;
	height:	20px;
	position: absolute;
	top:	50px;
	left:	5px;
	background-color: #fffbdb;
	}

div.menu4
	{
	width:	110px;
	height:	20px;
	position: absolute;
	top:	75px;
	left:	5px;
	background-color: #fffbdb;
	}

div.menu5
	{
	width:	110px;
	height:	20px;
	position: absolute;
	top:	100px;
	left:	5px;
	background-color: #fffbdb;
	}

div.menu6
	{
	width:	110px;
	height:	20px;
	position: absolute;
	top:	125px;
	left:	5px;
	background-color: #fffbdb;
	}

div.menu7
	{
	width:	110px;
	height:	35px;
	position: absolute;
	top:	150px;
	left:	5px;
	background-color: #fffbdb;
	}

div.menu8
	{
	width:	110px;
	height:	20px;
	position: absolute;
	top:	175px;
	left:	5px;
	background-color: #fffbdb;
	}

div.menu9
	{
	width:	110px;
	height:	20px;
	position: absolute;
	top:	200px;
	left:	5px;
	background-color: #fffbdb;
	}

div.menu10
	{
	width:	110px;
	height:	20px;
	position: absolute;
	top:	225px;
	left:	5px;
	background-color: #fffbdb;
	}

div.menu11
	{
	width:	110px;
	height:	20px;
	position: absolute;
	top:	250px;
	left:	5px;
	background-color: #fffbdb;
	}

/*This is very bottom with address and copyright*/
div.addressinfo
	{	
	width:	790px;
	height:	40px;
	position: absolute;
	top:	595px;
	left:	5px;
	background-color: transparent;
	border: thin none #ffffff;
	}

img
	{
	border: none;
	}
	
	
	


	
