/**************************************************************************
------------------------------ GENERAL ------------------------------------
**************************************************************************/


html {
	min-height:100%;
	margin-bottom:1px;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	}

body {
	background-image: url(images/bg-main.gif);
	background-repeat: repeat-x; 
	/* background:#ACCCDD; */
	position:relative;
	font:normal 12px/18px 'lucida grande',verdana,helvetica,sans-serif;
	/* color:#000000; */
	}
	
p {
/* text-align: justify; */ 
}
	
a img {
	border:none;
	border-bottom:none;
	text-decoration:none;
	border-width:0;
	}

a {
	text-decoration:underline;
	 outline: 0;
	}
a:visited {
    color:#476486;
}
a:hover {
	color:#476486;
}


hr {
	display:none;
	}

ul {
	list-style-type:none;
	margin-left:0;
padding-left:0;

	
	}
	
td {
text-align: justify;
	}

form {
	 outline: 0;
	}
li span {
	margin-left:-5000px;
	}
	
H1 {
	display:none;
	}
	
	H2 {
	display:none;
	}
	
strong {
	color: black;
	}

.tenpoint {
	font-size: 10px;
	line-height: 12px;
	}

.smallcaps { 
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	}

.smalltext { 
	font-size: 9px;
	}
	
.Bold {
	font-weight: bold;
	}
	
.Copy {
	font-size: 12px;
}

.CopyHead {
	font-size: 16px;
	font:Trebuchet MS, Tahoma, Helvetica, Sans-Serif;
	font-weight: Bold;
}

.CopyLarge {
	font-size: 17px;
}

a#homeLink span {
	display:none;
	}

#outerWrapper {
	position:relative;
	width:960px;
	margin:0 auto;
	}
	


.redacted {
	color:#000;
	background-color:#000;
	}
	
.gray, .gray a { color:#ccc; }

	
/* -- header
------------------------------------------------------------------------*/

body#home #header {
	position:center;
	width:940px;
	height:105px;
	background:url(images/header3.jpg);
	}
	
	
/* --content
------------------------------------------------------------------------*/
body#home #contentWrapper {
	position:center;

	}
	
	
/* -- Navigation
------------------------------------------------------------------------*/

#homeNav {

	
	
	}

#homeNav a {
	display:block;
	outline: 0;
	}
	
#homeNav td {
	background:#ffffff;
	}
	
	

#homeNavHome {
	background:url(images/bde-btn-home2.gif) 0 0 no-repeat;
	width:158px;
    height:57px;
	}
	
a#homeNavHome:hover {
	background-position: 0 -57px;
	}

a#homeNavTour {
	background:url(images/bde-btn-tour2.gif) 0 0 no-repeat;
	width:158px;
	height:49px;
	}

a#homeNavTour:hover {
	background-position: 0 -49px;
	}

a#homeNavDavid {
	background:url(images/bde-btn-davidwolfe2.gif) 0 0 no-repeat;
	width:158px;
	height:50px;
	}
	
a#homeNavDavid:hover {
	background-position: 0 -50px;
	}

a#homeNavMedia {
	background:url(images/bde-btn-media2.gif) 0 0 no-repeat;
	width:158px;
	height:49px;
	}
	
a#homeNavMedia:hover {
	background-position: 0 -49px;
	}

a#homeNavLearn {
	background:url(images/bde-btn-learn2.gif) 0 0 no-repeat;
	width:158px;
	height:48px;
	}
	
a#homeNavLearn:hover {
	background-position: 0 -48px;
	}

a#homeNavJoin {
	background:url(images/bde-btn-join2.gif) 0 0 no-repeat;
	width:158px;
	height:57px;
	}
	
a#homeNavJoin:hover {
	background-position: 0 -57px;
	}
	
a#homeNavMembers {
	background:url(images/bde-btn-member2.gif) 0 0 no-repeat;
	width:158px;
	height:51px;
	}
	
a#homeNavMembers:hover {
	background-position: 0 -51px;
	}


	
	/* -- Bullets
------------------------------------------------------------------------*/
#bullets {
	list-style:disc;
	margin:20px;
	padding:10;
	text-align: justify;

	}
	

