		body  {
			background: #2c5b8e url("mid-blue-bg.gif") repeat-y left top;
			margin: 0;
			font: 10px/16px Verdana, "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
		}
		
		#mainpage 
		{
			background: white url("main-bg.gif") repeat-x left top;
			width: 100%; height: 500px;
			border-bottom: 2px solid #01316f
		}
		
		#footer
		{
			/* margin: 0 10px 10px 250px; */
			padding: 5px 10px 10px 260px;
			color: #fff;
			line-height: 16px;
		}

		
		#logo {
			position: absolute;
			left: 0;
			top: 0;
			height: 100px;
		}
		
		#image {
			position: absolute;
			left: 0;
			top: 100px;
			width: 200px;
			height: 400px;
		}
		
		#spacercolumn  {
			background: white url("light-gradient-bg.gif") repeat-x left top;
			position: absolute; top: 100px; left: 200px;
			width: 50px;
			height: 400px;
		}
		
		#page	{
			position: absolute;
			left: 250px;
			top: 100px;
			height: 400px;
			width: 520px;
			padding: 0 8px 10px 10px;
			color: #036;
		}
		
		#columns	{
			position: relative;
			left: 0;
			top: 0;
			width: 512px;
			height: 300px;
		}
		
		#leftcolumn	{
			position: absolute;
			left: 0;
			top: 0;
			width: 250px;
		}
		
		#rightcolumn	{
			position: absolute;
			left: 280px;
			top: 0;
			width: 212px;
			height: 276px;
		}
		
		#lefttombstone	{
			position: absolute;
			left: 0;
			top: 0;
			padding: 8px;
			background: #dadff0;
			text-align: center;
			font-size: 9px/9px;
			
			width: 226px;
			height: 286px;
  			voice-family: "\"}\""; 
  			voice-family:inherit;
  			width: 220px;
  			height: 270px;
  		}
		html>body #lefttombstone {
  			width:220px;
  			height: 270px;
		}

		#righttombstone	{
			position: absolute;
			left: 270px;
			top: 0;
			padding: 8px;
			background: #dadff0;
			text-align: center;
			font-size: 9px/9px;
			
			width: 226px;
			height: 286px;
  			voice-family: "\"}\""; 
  			voice-family:inherit;
  			width: 220px;
  			height: 270px;
  		}
		html>body #righttombstone {
  			width:220px;
  			height: 270px;
		}
		
		#lefttombstone p, #righttombstone p	{
			margin: 0;
		}
		
		#lefttombstone img, #righttombstone img	{
			margin: 10px 0 10px 0;
		}
		
		p	{
			margin: 0 10px 8px 0;
		}
		
		p.small	{
			font-size: 9px;
			line-height: 10px;
			margin: 0 10px 3px 0;
		}
		
		h2	{
			font-weight: bold;
			font-size: 10px;
			margin-top: 0;
			margin-bottom: 3px;
			padding-bottom: 5px;
		}
		
		ul	{
			padding: 0;
			margin: 0 0 10px 0;
		}
		
		li	{
			padding: 0 10px 3px 0;
			margin-left: 1.5em;
			/* padding: 5px 10px 5px 1.5em; */
		}
		
		a	{
			color: #036;
		}
		
		table tr td	{
			/* margin: 0;
			padding: 0; */
		}
		
		td	{
			margin-right: 10px;
		}
		
		table	{
			border-spacing: 0;
		}
		
		td.spacer	{
			height: 8px;
		}
		
		/* #navmenu	{
			position: absolute; top: 40px; left: 260px;
		} */
		
		#navcontainer {
			/* position: absolute;
			left: 250px;
			top: 57px; */
			margin: 0;
			padding: 0;
			padding-left: 250px;
			padding-top: 57px;
			/* height: 23px; */
			/* border: 1px solid orange; */
		}
		
		#navcontainer ul
		{
			border: none;
			margin: 0;
			padding: 0;
			list-style-type: none;
			text-align: center;
		}

		#navcontainer ul li
		{
			display: block;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
		}

		#navcontainer ul li a
		{
			background: #fff;
			width: 70px;
			height: 23px;
			border: none;
			padding: 0 10px 0 10px;
			margin: 0 0 0 0;
			color: #036;
			text-decoration: none;
			display: block;
			text-align: center;
			font: normal 10px/18px Verdana, "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
		}
		
		#navcontainer ul li a:hover
		{
		color: #036;
		background: #e4f2ff;
		}
		
		#navcontainer a:active
		{
		background: #c60;
		color: #fff;
		}
		
		#navcontainer li#active a
		{
		background: #036;
		color: #fff;
		}