body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.style1 {
	margin-left: 50px;
}
.arrowlistmenu{
	width: 225px; /*width of menu*/
}

.arrowlistmenu .headerbar{
	font: bold 14px Arial;
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	background-color: black;
	background-image: url(images/headbg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 10px;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin-bottom: 12px; /*bottom spacing between each UL and rest of content*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 100;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #510A8E; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#666666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	background-image: url(images/arrow_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.arrowlistmenu ul li a:visited{
	color: #420772;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #000000;
	background-color: #E9E9E9;
}
.style2 {
	padding-left: 16px;
}
.style3 {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: 100;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	padding-top: 8px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #330066;
	text-decoration: none;
	width: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
