	
	.hide	{
			display: none;
			}
		
	a:link {
			font-weight: normal;
			text-decoration: none;
			color: #b00;
			background: transparent;
			}
	a:visited {
			font-weight: normal;
			text-decoration: none;
			color: #b00;
			background: transparent;
			}
	a:hover {
			font-weight: normal;
			text-decoration: none;
			color: #e00;
			background: transparent;
			}
	a:active {
			font-weight: normal;
			text-decoration: none;
			color: #f90;
			background: transparent;
			}
			
	body    {
	        background-color: #fff;
			}
	
			
	p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
			font-family: Geneva, "Lucida Grande", Helvetica, "Century Gothic", Verdana, sans-serif;
			}
			
	h1		{
			font-size: 14pt;
			font-weight: normal;
			color: #b00;
			}
			
	h2		{
			font-size: 11.5pt;
			font-weight: normal;
			color: #b00;
			}
			
	html p	{
			margin-top: 0;
			margin-bottom: 1em;
			text-align: left;
			font-size: 10.5pt;
			color: #444;
			line-height: 1.5;
			}

	html li	{
			margin-top: 0;
			margin-bottom: 1em;
			text-align: left;
			font-size: 10.5pt;
			font-weight: normal;
			color: #444;
			line-height: 1.00;
			}			

	li.off	{
			list-style-type: none;
			}
					
	#footer p	{
			font-size: 9pt;
			margin-top: 25px;
			}
			
	/* Basic page divisions */
	table#content	{
			border-bottom: 1px solid #edb9b4;
			/* border-left: 1px solid #edb9b4; */
			/* border-right: 1px solid #edb9b4; */
			}
	
	#primarycontent	{
	        padding-left: 20px;
	        padding-right: 20px;
			padding-top: 20px;
			background-color: #fff;
			}
			
	#leftbar	{
			padding-left: 10px;
			padding-top: 20px;
			background-color: #fff;
			}					
			
	#rightbar	{
			padding-left: 20px;
			padding-right: 10px;
			padding-top: 25px;
			background-color: #fff;
			}		
	
	/* Sidebars display attributes */
	#leftbar p	{
			font-style: italic;
			text-align: left;
			margin-top: 0.5em;
			}
	#leftbar img	{
			margin: 30px 0 15px 0;
			}
	#leftbar h3	{
			font-size: 9.5pt;
			font-weight: normal;
			font-style: italic;
			color: #666;
			margin: 0;
			line-height: 1.5;
			text-align: center;
			}
			
	#rightbar p	{
	        font-size: 9.5pt;
			font-style: normal;
			color: #333;
			text-align: left;
			margin-top: 0.5em;
			}
	#righttbar img	{
			margin: 30px 0 15px 0;
			}
	#rightbar h3	{
			font-size: 10pt;
			font-weight: normal;
			color: #888;
			margin: 0;
			line-height: 1.5;
			text-align: center;
			}
	#validator a {
			font-weight: normal;
			text-decoration: none;
			color: #fff;
			background: transparent;
			}			
			
	/* Navigation bar elements */
	table#nav	{
			border-bottom: 1px solid #edb9b4;
			border-left: 1px solid #edb9b4;
			background-color: #f8e5e3;
			}
			
	table#nav td	{
			font: 9.5pt Geneva, "Lucida Grande", Helvetica, "Century Gothic", Verdana, sans-serif;
			text-align: center;
			vertical-align: middle;
			border-right: 1px solid #edb9b4;
			border-top: 1px solid #edb9b4;
			}
				
table#nav td	{
				h: expression(onmouseover=new Function("this.style.backgroundColor='#fff';"),
                       onmouseout=new Function("this.style.backgroundColor='#f8e5e3';"));
				}
				
	table#nav td:hover	{
			background-color: #fff;
			}
			
	table#nav td a	{
			font-weight: normal;
			text-decoration: none;
			color: #b00;
			display: block;
			margin: 0;
			padding: 0;
			}
			
	td#home a:link img, td#home a:visited img {
			color: #fff;
			width: 420px; height: 70px;
			}