/* page formatting */
#main {
	width:100%;
	margin:0 auto;
}
.address {
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	color: #222222;
}

.caption {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #9a5516;
	text-align:justify;
}



h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9E3100;
	line-height: 18px;
	margin:0 0 10px 0;
	padding: 0;
	text-align: left;
	clear:both;
}
h2 { 
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
	color: #222222;
	margin:20px 0 5px 0;
	padding:0 0 3px 5px;
	border-bottom:1px solid #222222;
	clear:both;
	width:auto;
}
h3 { 
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #9E3100;
	margin:0 0 0 0;
	padding:0 0 0 0;
	clear:both;
}
h4,h4 a { 
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #c4762d;
	margin:0 0 0 0;
	padding:0;
}
h5,h6 { 
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	clear:both;
}

ul.NoBullet {
  list-style-type: none}

