	/* ************* */	
	/* Global Styles */
	/* ************* */	
		
		BODY {
			background-color: #FFFFFF;
			margin: -10px 0px 5px -10px;							/* Dumb Netscape 4 Hack */
			font-family: verdana, helvetica, arial, sans-serif;
			font-size: 11px;
			color: #333333;
		}
		HTML BODY {
			margin: 0px;											/* Dumb Netscape 4 Hack */
		}
		
		A, A:link, A:visited {
			color: #993333;
			text-decoration: none;
		}
		A:hover {
			color: #003366;
			text-decoration: underline;
		}
		
	/* ************************** */	
	/* Left Column and Navigation */
	/* ************************** */	
		
		.leftNavCol {
			background-color: #EAEAEA;
		}
		
		.leftNav {
			color: #003366;
			font-family: verdana, helvetica, arial, sans-serif;
			font-size: 11px;
			line-height: 16px;
			text-decoration: none;
			background-color: #EAEAEA;
			margin: 4px 0px 6px 10px;
			width: 155px;
		}
		A.leftNav:link, A.leftNav:visited {
			color: #003366;
			margin-left: 0px;
		}

		.leftNavHead {
			color: #003366;
			font-family: verdana, helvetica, arial, sans-serif;
			font-size: 11px;
			font-weight: bold;
			line-height: 18px;
			text-decoration: none;
			background-color: #C5C5C5;
			padding-left: 5px;

		}

	/* *********************** */	
	/*      Main Content       */
	/* *********************** */
	
		.contentMain {
			padding: 12px;
			line-height: 16px;
		}
		
		.contentMainGallery {
			width: 580px;
			padding: 12px;
			line-height: 16px;
		}

		.divGrey {
			border-bottom: 1px solid #CCCCCC;
			margin-bottom: 8px;
			margin-top: 8px;
		}

	/* ******************* */	
	/*    Images           */
	/* ******************* */		

		.imageBlack {
			margin: 2px;
			border: 1px solid #000000;
		}

		.topStoryInt {
			margin: 0 0 6px 6px;
			border: 1px solid #000;
		}
		
	/* ********************** */	
	/*   Headline / Subhead   */
	/* ********************** */
	
		.subHead {
			color: #003366;
			font-weight: bold;
			font-size: 14px;
		}
		.sectHead {
			color: #003366;
			font-weight: bold;
			font-size: 24px;
			margin: 12px 0px 12px 0px;
		}

		.boxHead {
			color: #003366;
			font-weight: bold;
		}
		
		.paraHead {
			font-weight: bold;
		}

	/* ******************* */	
	/*     Feature Box     */
	/* ******************* */		

		.featBox {
			border: 1px solid #CCCCCC;
		}
		.featBoxTitleBar {
			background-color: #EAEAEA;
			padding: 2px;
			border-bottom: 1px solid #CCCCCC;
		}
		.featBoxMain {
			padding: 4px;
		}


	/* ******************* */	
	/*     Take Action     */
	/* ******************* */		

		.actionBoxGrey {
			border: 1px solid #CCCCCC;
			border-style: none solid solid solid;
			padding: 4px;
			background-color: #EAEAEA;
		}

		.actionBoxContribute {
			border: 1px solid #CCCCCC;
			border-style: none solid solid solid;
			padding: 4px;
		}


	/* ******************* */	
	/*     Footer  Box     */
	/* ******************* */		

		.footerBox {
			border: 1px solid #CCCCCC;
			background-color: #EAEAEA;
			padding: 2px;
			margin: 0px;
			width: 774px;
		}
		.footerBoxText {
			font-size: 9px;
			margin: 3px; 0px; 3px; 30px;
		}
