body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#828282;
	text-align:left;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#828282;
	text-align:left;
}

P.pcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#828282;
	text-align:center;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#01A25F;
	text-align:left;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#828282;
	text-align:left;
}

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
text-decoration: none;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 13px Arial;
color: #782B8B;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-top: 0px;
padding: 0px 0 0px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration: none;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #782B8B;
background: url(arrowmarker.jpeg) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0px 0;
padding-left: 35px; /*link text is indented 35px*/
text-decoration: none;
font-weight: none;
border-bottom: 2px solid #E0EBE6;
font-size: 90%;
font-type : arial;
}

.arrowlistmenu ul li a:visited{
color: #782B8B;
text-decoration: none;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #782B8B;
background-color: #F1E996;
}

a:link{
color: #782B8B; 
text-decoration: none;
}

a:visited{
color: #782B8B; 
text-decoration: none;
}

a.underline{
color: #782B8B; 
text-decoration:underline;
}

.bg {
    background: url(images/body_spacer.jpg) 100% 0% repeat;
}
 
.bg1 {
    background: url(images/left_fill_spacer.jpg) 100% 0% repeat;
}
 
.centered {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 2%;
	background-color: #d7ccee;
}