@charset "UTF-8";
/* CSS Document */


body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: White;
	background-image: url(/images/yourDestiny.jpg);
	background-attachment:scroll;
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

.heading
	{ 
	margin-top: 0 !important;
	height: 550px;
	/*
	background-image:url(/images/trueProsperity.jpg) !important;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	*/
}

h1 { font-size: 24px; }
h4 { font-size: 16px; }
h6 { font-size: 8px;}
fieldset { border: 1px solid White; border-bottom-color: Black; border-right-color: Black; padding: 20px; background-color: #b8b8d5; color: Black; }
p { padding: 5px; padding-left: 0; }

li { list-style:circle;padding-left: 10px;margin-left: 20px; margin-bottom: 5px;}

.box,  {  color: #333; border: 1px solid silver; background-color: #EEE; margin-top: 10px 0;}
.pushTen { margin: 10px;}
.barSplit { visibility: hidden; }

.footer { clear: both; margin-top: 10px; padding-top: 10px; height: 50px;  text-align: center; }
.footer a { color: Black !important; }

.newIcon {float: left; padding-right: 5px; padding-bottom: 5px; }

.bodyCopy { color: #333; border: 1px solid silver; background-color: #EEE; margin: 10px 0; padding: 5px;  }

.youTube { background-image:url(/images/theatreBack.jpg); background-position: top center; background-repeat: no-repeat;}

.floatleft { float: left; }

.bulletpoints p { clear: left; }

.note { border: 1px solid red; background-color: #FFFF33; color: Red; font-size: 8px; padding: 3px; }

.prodtitle { color: #0075ba; font-weight: bold; }

.red { color: red; }

.test-wrapper { float: right; }

