/**
 * Sectional Stylesheet: About
 *
 * Contents:
 *   - Screen
 *     - Overrides
 *     - Intro
 *     - Features
 *  - Print
 *
 * CSS 2.0
 *
 * @author      Dave Robertson <drobertson@jplprod.com>
 * @copyright   Copyright 2007 JPL Productions
 */

/* ========================================================================== */
@media screen {
/* ========================================================================== */

/* --------------------------------------------------------------------------
   INTERIOR PAGE HEADERS */
   
   
#content h3 {
	background: url(../img/privacy-policy/privacy-policy.gif) no-repeat;
	height: 22px;
	margin: 60px 0px 0px -2px;
}

#content h3 span { visibility: hidden; }

#content h4 { font-weight: bold; }


/* --------------------------------------------------------------------------
   PROFILE PAGE SUBNAV */



/* ========================================================================== */
}  /* end: SCREEN */
/* ========================================================================== */

