@charset "UTF-8";
/* CSS Document */

body {
	font: 12px "Trebuchet MS", Arial, Verdana;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image:url(images/mainBG1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000000;
	line-height:17px;
}



a:link {color:#0066CC; text-decoration:none;}
a:visited {color:#0066CC; text-decoration:none;}
a:hover {color:#0099FF; text-decoration:none;}

ol
{
list-style-image: url(images/box.gif);
list-style-position:outside;
}


p
{
margin:0px;
}

.oneColFixCtrHdr #mainHeader {
	width: 625px;
  padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0px 10px 0px 340px;
	text-align:center;
	top: 0px;
}

.oneColFixCtrHdr #container {
	width: 958px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:180px 0px 0px 0px;
	position:relative;

	top: 3px;
}
.oneColFixCtrHdr #mainContentwithAD {
	padding: 0 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:80px 0px 0px 0px;
	position:relative;
	background-color:#FFFFFF;
	top: 3px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border:#000000 0px solid;
	font-size:10px;
	color:#FFFFFF;
	border-top:#CCCCCC solid 1px;
	margin-top:10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.pageHeader{
	font-size:18px;
	color:#FFFFFF;
	letter-spacing:1PX;

}

.subpageHeader{
	font-size:16px;
	color:#3399FF;
	font-weight:bold;

}


a.homerollover {
	display: block;
	width: 69px;
	height: 24px;
	background: url("images/navHome.gif") 0 0 no-repeat;
	text-decoration: none;
	margin:8px;
	float:left;
      }
	  
a:hover.homerollover {
 background-position: -69px 0;
      }
	  
a.jointhemovementrollover {
	display: block;
	width: 171px;
	height: 24px;
	background: url("images/navjointhemovement.gif") 0 0 no-repeat;
	text-decoration: none;
	margin:8px;
	float:left;
      }
	  
a:hover.jointhemovementrollover {
 background-position: -171px 0;
      }
	  
a.awarenessrollover {
	display: block;
	width: 104px;
	height: 24px;
	background: url("images/navawareness.gif") 0 0 no-repeat;
	text-decoration: none;
	margin:8px;
	float:left;
      }
	  
a:hover.awarenessrollover {
 background-position: -104px 0;
      }
	  
a.whowearerollover {
	display: block;
	width: 109px;
	height: 24px;
	background: url("images/navWhoweare.gif") 0 0 no-repeat;
	text-decoration: none;
	margin:8px;
	float:left;
      }
	  
a:hover.whowearerollover {
 background-position: -109px 0;
      }
	  
a.whatwedorollover {
	display: block;
	width: 113px;
	height: 24px;
	background: url("images/navwhatwedo.gif") 0 0 no-repeat;
	text-decoration: none;
	margin:8px;
	float:left;
      }
	  
a:hover.whatwedorollover {
 background-position: -113px 0;
      }
	  
a.chaptersrollover {
	display: block;
	width: 95px;
	height: 24px;
	background: url("images/navchapters.gif") 0 0 no-repeat;
	text-decoration: none;
	margin:8px;
	float:left;
      }
	  
a:hover.chaptersrollover {
 background-position: -95px 0;
      }
	  
a.givingrollover {
	display: block;
	width: 69px;
	height: 24px;
	background: url("images/navgiving.gif") 0 0 no-repeat;
	text-decoration: none;
	margin:8px;
	float:left;
      }
	  
a:hover.givingrollover {
 background-position: -69px 0;
      }
	  
	  
a.shoprollover {
	display: block;
	width: 55px;
	height: 24px;
	background: url("images/navshop.gif") 0 0 no-repeat;
	text-decoration: none;
	margin:8px;
	float:left;
      }
	  
a:hover.shoprollover {
 background-position: -55px 0;
 }


a.ADbanner01 {
	display: block;
	width: 243px;
	height: 135px;
	background: url("images/100-partners.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a.ADbanner02 {
	display: block;
	width: 243px;
	height: 135px;
	background: url("images/pocketbois.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a.ADbanner03 {
	display: block;
	width: 625px;
	height: 90px;
	background: url("images/zipha.gif") 0 0 no-repeat;
	text-decoration: none;
}
