div#page 	{	position:absolute;
			width:100%;
			height:1000px;
			z-index:1;
			text-align:center;
			left: 0px;
			top: 0px;
			}
div#base 	{	position:relative;
			left:0px;
			top:10px;
			width:760px;
			height:1000px;
			z-index:1;
			background-color: #FFFFFF;
			text-align:left;
			margin-left: auto;
 			margin-right: auto;
			}
div#heading	{ 	position:absolute;
			width:760px;
			height:80px;
			z-index:5;
			top: 110px;
			left: 0px;
			text-align:center;
			}
div#main 	{	position:absolute;
			width:760px;
			height:800px;
			z-index:4;
			left: 0px;
			top: 200px;
			border-width:1px;
			border-style:solid;
			border-color:#000066;
			}
div#content	{	position:absolute;
			width:535px;
			height:780px;
			z-index:2;
			left: 221px;
			top: 5px;
			text-align:left;
			}
div#leftnav	{	position:absolute;
			width:180px;
			height:760px;
			text-align:left;
			z-index:1;
			left: 10px;
			top: 0px;
			padding:10px;
			border-left-width:0px;
			border-top-width:0px;
			border-bottom-width:0px;
			border-right-width:1px;
			border-style:solid;
			border-color:#000066
			}
div#Layer5 	{	position:absolute;
			width:600px;
			height:65px;
			z-index:3;
			left: 150px;
			top: 53px;
			text-align:center;
			}
div#Layer4	{	position:absolute;
			width:600px;
			height:50px;
			z-index:2;
			left: 150px;
			top: 0px;
			text-align:center;
			}
div#Layer3	{	position:absolute;
			width:1px;
			height:115px;
			z-index:1;
			left: 0px;
			top: 0px;
			}
body 		{
			background-color: #DFDFFF;
			font-family:arial,verdana;
			color: #000066;
			font-size: 14px;
			}
p		{	font-family:arial,verdana;
			color: #000066;
			font-size: 12px;
			}
H1		{	border:0;
			padding:0px;
			margin-top:0;
			font-family:arial,verdana;
			color: #000066;
			font-size:20px;
			}

