body{
font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:12px;
}
h3{font-size:18px; color:#336600; margin:2px;}

#body_content{
background:url(images/body-content-bg.gif) no-repeat center;
width:782; height:164;
font-family:Arial, Helvetica, sans-serif; color:#6A6A6A; font-size:12px;
}
#body_content a{
font-family:Arial, Helvetica, sans-serif; color:#6A6A6A; font-size:12px;
}
#body_content h2{font-size:18px; color:#336600; margin:10px;}

#body_content_inner{
font-family:Arial, Helvetica, sans-serif; color:#6A6A6A; font-size:12px;
}
#body_content_inner td{
font-family:Arial, Helvetica, sans-serif; color:#6A6A6A; font-size:12px;
}
#body_content_inner a{
font-family:Arial, Helvetica, sans-serif; color:#6A6A6A; font-size:12px;
}
#body_content_inner h2{font-size:18px; color:#336600; margin:10px;
}

#body_content_inner h3{font-size:14px; color:#666666;
}
#top_links{
background:url(images/top-links-bg.gif) repeat-x;
font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:12px;
text-align:center;
font-weight:bold;
}
#top_links a{
font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:12px; text-decoration:none;
}
#top_links a:hover{
font-family:Arial, Helvetica, sans-serif; color:#E1E1E1; font-size:12px; text-decoration:none;
}
#bottom{
font-family:Arial, Helvetica, sans-serif; color:#0F4508; font-size:12px;
text-align:center;
}
#bottom a{
font-family:Arial, Helvetica, sans-serif; color:#006600; font-size:12px;
}

/*CSS for Link Menu*/

.arrowlistmenu{
width: 750px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;
/*background: black url(titlebar.png) repeat-x center left;*/
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: capitalize;
padding: 2px 2px 2px 2px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border:1px solid #EEEEEE;
background:url(images/menu/main_arrowbullet_blue.gif) no-repeat left #F3F3F3;}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(titlebar-active.png);*/
}

.arrowlistmenu h3{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 12px; /*bottom spacing between each UL and rest of content*/
border-bottom: 0px solid #1968B7; 
color:#FFFFFF;
text-decoration:none;
text-indent:10px;

}

.arrowlistmenu h3 a{ /*CSS for UL of each sub menu*/
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
color:#FFFFFF;
text-decoration:none;
}

.arrowlistmenu h3 a:hover{ /*CSS for UL of each sub menu*/
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
color:#FFFFFF;
text-decoration:none;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 12px; /*bottom spacing between each UL and rest of content*/
border:1px solid #EEEEEE;
}

.arrowlistmenu ul li{
margin-top:8px;
padding-bottom: 12px; /*bottom spacing between menu items*/
margin-left:10px;
font-size:11px;
}

.arrowlistmenu ul li a{
color: #FFFFFF;
display: block;
padding: 0px 0;
width:170px;
text-decoration: none;
}

.arrowlistmenu ul li a:visited{
color: #FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFFFFF;
background-color: #1056AB;
text-decoration:none
}



