#pageBg{ /* background image for the page */
	background-image: url(/imgs/policy-bg-preload.jpg) ;
}

#content h3 {
    background-color: rgba(200,200,255,0.4);
    margin-bottom: 0;
    padding: 12px;
    font-weight: bold;
    font-size: 20px;
}

#content div.section p, #content div.section ul {
    background-color: rgba(200,200,255,0.2);
}

#content div.section ul{
	margin-bottom:0;
}