/*---------------------------------------------------------------

	I. BASIC ELEMENTS [BSEL]
	
		The following selectors control the most basic 
		DOM elements starting with the root HTML element.

-----------------------------------------------------------------*/

	html {
		background-color: #000;
		font-size: 62.5%;
		/*line-height: 1;*/
		/*margin-bottom: 50px;*/
		}

	body {
		font-family: verdana, arial, helvetica, sans-serif;
		text-align: center; /* needed to center login pages in IE 6,7,8 fjp2 10/1/10 */
		}
		
	section, article, nav, header, footer, aside, hgroup {
		display: block;
		}

	a, a:active, a:visited {
		color: #5c0001; /*brick*/ 
		text-decoration: none;
		}

	a:hover {
		color: #a0410d;  
		text-decoration: none;
		border-bottom: 1px solid #a0410d;
		}

	p  {
		font-size: 1.2em;
		line-height: 1.4;
		margin: 0;
		padding: 0 0 10px 0
		}
		
	h1 {
		font-family: "Times New Roman", Times, serif;
		font-size: 1.4em;
		font-weight: normal;
		margin: 0;
		padding: 0;
		}
		
	h1 span {
		font-size: 1.285em;
		font-weight: normal;
		}
		
	h1 span.initial {
		font-size: 1.6em;
		font-weight: normal;
		}
		
	h2 {
		font-family: "Times New Roman", Times, serif;
		font-size: 1.4em;
		font-weight: normal;
		margin: 0;
		padding: 0 0 8px 0;
		}
		
	h2 a, h2 a:active, h2 a:visited {
		color: #000;
		text-decoration: none;
		}

	h2 a:hover {
		color: #000;  
		text-decoration: none;
		border-bottom: 1px solid #000;
		}
		
	h2.noList {
		font-family: "Times New Roman", Times, serif;
		font-size: 1.3em;
		font-weight: normal;
		margin: 0;
		padding: 0 0 15px 0;
		}
		
	img {
		border: none;
		margin: 0;
		padding: 0;
		vertical-align: bottom; /*Required for IE7, to remove built-in 2px gap for text descenders*/
		}
		
	hr {
		background-color: #c7b29a;
		color: #c7b29a;
		border: 0;
		height: 1px;
		width: 100%;
		}
		
/*---------------------------------------------------------------

	II. LAYOUT RULES [LRULE]
	
		Rules that control the overall layout of the page.
		Subsequent grid formats are contained herein.

-----------------------------------------------------------------*/
		
	#pageWrapper {
		margin: 0 auto;
		padding: 0;
		width: 800px;
		overflow: auto;
		}
		
	header {
		margin: 0;
		padding: 0;
		}
		
	#pageFrame {
		background: #490000;
		margin: 0;
		padding: 0 10px;
		}
		
	#pageContent {
		background: url(/images/backgroundH.jpg) top no-repeat;
		margin: 0;
		padding: 10px 10px 0 10px;
		overflow: hidden;
		}
		
/*---------------------------------------------------------------

	III. MAIN CONTENT [MAINCONT]
	
		Rules that control the left-hand column.

-----------------------------------------------------------------*/

	#mainContent {
		background-color: #ffffff;
		margin: 0;
		padding: 0;
		/*overflow: auto;*/
		}
	
	#mainColumn {
		margin: 0;
		padding: 0;
		width: 300px; /*475px*/
		float: left;
		text-align: left;
		}
		
/*---------------------------------------------------------------

	IV. SECONDARY CONTENT [SECCONT]
	
		Rules that control the right-hand column.

-----------------------------------------------------------------*/

	#secondaryColumn {
		margin: 0;
		padding: 15px 0 0 8px;
		width: 445px; /*280px*/
		float: left;
		text-align: left;
		overflow: auto;
		}
		
	#secondaryColumn p {
		font-size: 1.2em;
		padding: 5px 0 10px 0;
		}
		
	#secondaryColumn p.identifiedVictims {
		font-size: 1.2em;
		padding: 0 0 20px 0;
		/*padding: 0;*/
		}
		
	#secondaryColumn p.identifiedVictims img {
		margin: 7px 0 0 0;
		vertical-align: top;
		}
		
	p.identifiedVictims em {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.25em;
		font-weight: normal;
		font-style: normal; /* removes italics */
		}
		
	#secondaryColumn p.introduction {
		font-family: "Times New Roman", Times, serif;
		font-size: 1.8em;
		line-height: 1.2;
		padding: 0 0 10px 0;
		}
		
	#secondaryContent {
		margin: 0;
		padding: 10px 0 0 0;
		}
		
	.column1 {
		margin: 0;
		padding: 0;
		width: 210px;
		float: left;
		}
		
	.column2 {
		margin: 0;
		padding: 0;
		width: 210px; /*must use 49% or scroll bars appear in IE*/
		float: right;
		}
		
	#secondaryContent ul {
		margin: 0;
		padding: 0 0 10px 15px;
	}
	
	#secondaryContent ul li {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		line-height: 1.2;
		margin: 0;
		padding: 0 0 8px 0;
	}
	
	#secondaryContent ul.noBullets {
		margin: 0;
		padding: 0 0 15px 5px;
		list-style: none;
		list-style-type: none;
		list-style-image: none;
		}

	#secondaryContent ul.noBullets li {
		line-height: 1.2;
		list-style-image: none;
		background: none;
		background-image: none;
		list-style-type: none;
		}
		
/*---------------------------------------------------------------

	V. FOOTER [FOTER]
	
		Rules that control the footer.

-----------------------------------------------------------------*/
		
	#footerContainer {
		clear: both;
		}

	#footerContainer footer {
		background: #998675 url(/images/footerH.jpg) no-repeat; 
		margin: 0 auto;
		padding: 20px 0 15px 0;
		width: 800px;
		text-align: left;
		overflow: auto;
		}
		
	#footerContainer footer ul {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #fff;
		list-style: none;
		margin: 0 0 0 25px;
		padding: 0;
		float: left;
		}
		
	#footerContainer footer ul.interior {
		font-size: 1.2em;
		line-height: 1.2em;
		color: #fff;
		}
		
	#footerContainer footer ul.exterior {
		font-size: 1.0em;
		line-height: 1.0em;
		color: #362f2d;
		padding: 0;
		}
		
	#footerContainer footer ul li {
		list-style: none;
		margin: 0;
		padding: 0 14px 0 0;
		float: left;
		}

	#footerContainer a, #footerContainer a:active, #footerContainer a:visited {
		color: #fff;
		text-decoration: none;
		}

	#footerContainer a:hover {
		color: #fff;  
		text-decoration: none;
		border-bottom: 1px solid #fff;
		}
		
	#footerContainer footer ul.interior a, #footerContainer footer ul.interior a:active, #footerContainer footer ul.interior a:visited {
		color: #fff;
		text-decoration: none;
		}

	#footerContainer footer ul.interior a:hover {
		color: #fff;  
		text-decoration: none;
		border-bottom: 1px solid #fff;
		}
		
	#footerContainer footer ul.exterior a, #footerContainer footer ul.exterior a:active, #footerContainer footer ul.exterior a:visited {
		color: #362f2d;
		text-decoration: none;
		}

	#footerContainer footer ul.exterior a:hover {
		color: #362f2d;  
		text-decoration: none;
		border-bottom: 1px solid #362f2d;
		}