/* CSS Document */
	body{
		background:#52213F;
		margin: 0px 0px 0px 0px
	}
	
	.h1{
		font-family:"Times New Roman", Times, serif;
		font-size: 26px;
		font-weight: normal;
		font-style:italic;
		color: #1B3C1D;
		margin-top:26px
	}
	
	.h2{
		font-family:"Times New Roman", Times, serif;
		font-size: 22px;
		font-weight: normal;
		font-style:italic;
		color: #1B3C1D;
	}
	
	.h3{
		font-family:"Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: normal;
		font-style:italic;
		color: #1B3C1D;
		margin-top:26px
	}
		.h4{
		font-family:"Times New Roman", Times, serif;
		font-size: 20px;
		font-weight:800;
		font-style:italic; 
		color: #1B3C1D;
	}
	.main{
		margin-top: 8px;
		font-family:"Times New Roman", Times, serif;
		font-size: 22px;
		font-weight: normal;
		font-style:italic;
		color: #5B7256;	

	}
	
	.main a{
		text-decoration:none; 
		color:#52213F
	}
	.main2{
		margin-top: 8px;
		font-family:"Times New Roman", Times, serif;
		font-size: 22px;
		font-weight: normal;
		font-style:italic;
		color: #52213F; 

	}
	
	.small{
		margin-top: 10px;
		font-family:"Times New Roman", Times, serif;
		font-size: 15px;
		font-weight: normal;
		font-style:italic;
		color: #1B3C1D;	
	}
	
	.small a{
		text-decoration:none;
		color:#52213F
	}
	
	.supersmall{
		font-family:"Times New Roman", Times, serif;
		font-size: 14px;
		font-weight: normal;
		font-style:italic;
		text-decoration:none;
		color: #52213F;	
	}
	
	.supersmall a{
		text-decoration:none;
		color:#52213F
	}
	
	#content{
		display:block;
		width:320px;
		height:380px;
		margin-top:45px;
		margin-left:340px;
		overflow:auto
	}
	
	.menuleft{
		background:url(design/images/menu-bk.gif) 0px 0px repeat-y;
		padding: 4px 70px 4px 70px
	}
	.menuleft, .menuleft a{
		font-family:"Times New Roman", Times, serif;
		font-size: 22px;
		font-weight: normal;
		font-style:italic;
		color: #B3BC85;
		text-decoration:none
	}
	
	.menuright{
		background:url(design/images/menu-bk.gif) 0px 0px repeat-y;
		padding: 4px 70px 4px 70px;
	}
	.menuright,.menuright a{
		font-family:"Times New Roman", Times, serif;
		font-size: 22px;
		font-weight: normal;
		font-style:italic;
		color: #B3BC85;
		text-indent: 10px;
		line-height:30px;
		text-decoration:none
	}
	
	.footer{
		text-align:center;
		background:url(design/images/footer-bk.gif) 50% 0px repeat-y;
		font-family:"Times New Roman", Times, serif;
		font-size: 14px;
		line-height:18px;
		padding-top:20px;
		font-weight: normal;
		font-style:italic;
		color: #B3BC85;
	}

