		td.nav {
			text-align:center;
			margin-left:50px;
			margin-right:50px;
			border-top:1px solid #ccc;
			border-bottom:1px solid #ccc;
			background-color:#f9f9f9;
		}
	
		a.nav {
			font-family:sylfaen, georgia; 
			text-decoration:none;
			font-size:17px;	
			padding:18px;
			color:#2a4e0c;
		}
	
		a.nav:hover {
			color:#579;
		}

		td.content	{
			padding:50 50 0 50;
			text-align:justify;
			font-family:sylfaen, georgia; 
			line-height:21px;
			color:#345;
			background-image:url('bgcontent.jpg');
			vertical-align:top;
		}
		
		td.content a {
			text-decoration:none;
			color:#5777a9;
			border-bottom:1px solid #abc;
		}
		
		td.content a:hover {
			border-bottom:1px solid #e9f4fe;
		}
		
		li	{
			text-align:left;
		}
		
		h2	{
			font-family:sylfaen, georgia; 
			font-size:22px;
			color:#406f1a;
		}
		
		h5	{
			font-family:sylfaen, georgia; 
			font-size:17px;
			color:#7f6422;
		}
		
		td.footlinks {
			height:45px;
			line-height:45px;
			text-align:center;
			background-color:#fff;
		}

		a.footnav {
			font-family:sylfaen, georgia; 
			text-decoration:none;
			font-size:15px;
			color:#345;
		}
		
		a.footnav:hover {
			text-decoration:underline;
		}
