 table {
	font-family: verdana;
	font-size: 12px;
}

.arrowsidemenu {
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font: bold 12px verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url('images/arrow02.jpg') 100%;
  height: 22px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 5px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: white;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: white;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: gold;
	background-position: 100% -64px 0 0;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom: 1px solid brown;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
	padding: 5px 0;
	padding-left: 5px;
	border-left: 10px #a1c67b;
}

.arrowsidemenu ul li a:hover{
	background: orange;
}

 p {
	text-align: justify;
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
}

 .content_bg {
	background: url('images/text_brd_sides01.jpg') repeat-y;
	padding: 25px 25px 10px 25px;
	text-align: justify;
}

 .hdg {
 	color: #EA3D00;
 	font-size: 18px;
	font-weight: bold;
}

 .sub_hdg {
 	color: #CB1D00;
 	font-size: 16px;
	font-weight: bold;
	font-family:Arial;
}

 .sub_hdg02 {
 	color: #B52B00;
 	font-size: 13px;
	font-weight: bold;
	font-family:Arial;
}

 .sub_hdg03 {
	font-weight: bold;
}

  a {
	text-decoration: none;
	color:#000066;
}

  a:hover {
	text-decoration: underline;  
}
  .align_li {
  	line-height: 20px;
}

