html, body, #backgroundImage, #backgroundImage table, #backgroundImage tr {
    height:100%;
    width:100%;
	top:0px;
	left:0px;
	padding: 0;
	margin: 0;
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#012b55;
	z-index:-1000;
}

#backgroundImage {
    position: fixed;
	z-index:-1000;
}

#backgroundImage div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#backgroundImage td {
    text-align:center;
    vertical-align:middle;
}

#backgroundImage img {
    margin:0 auto;
    min-height:55%;
    min-width:55%;
	
}

.LHSbgColor {
	background-color:#6d97ae;
}
.RHSbgColor {
	background-color:#FFF;
	border-right:1px solid #6d97ae;
	/*filter: alpha(opacity=85); 
	-khtml-opacity: 0.85;     
	-moz-opacity: 0.85;       
	opacity: 0.85;*/
}
#navMenusDiv {
	padding:0px;
	margin:0px;
	vertical-align:top;
	height:25px;
	background-color: #6d97ae;
}

#nav, #nav ul {
	float: left;
	width: 1000px;
	list-style: none;
	background: #FFF;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	z-index: 1;
}

#nav a {
	display: block;
	color: #FFF;
	/*background-image:url(/concept-therapy/images/bot3.gif);
	background-repeat:repeat-x;*/
	background-color:#6d97ae;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	z-index: 500;
}

#nav a:hover {
	background-image:none;
	background-color: #E5B136;
	color: #000;
	z-index: 500;
}

#nav li {
	float: left;
	padding: 0;
	width: auto;
	border: 1px solid #FFF;
	z-index: 1;
	margin-right: -1px;
}

#nav li ul {
	position: absolute;
	left: -999%;
	height: auto;
	width: 380px;
	font-weight: normal;
	margin: 1px;
	margin-left: -1px;
	padding-left: 0px;
	z-index: 1;
	background-color: transparent;
}

#nav li li {
	width: 380px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
	z-index: 1;
	margin-top: -1px;
	margin-left: -1px;
}

#nav li ul a {
	border: 1px solid #FFF;
	float: left;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 1px;
	/*background-color: #003366;*/
	z-index: 1;
	text-align: left;
}

#nav li ul ul {
	margin: -1.75em 0 0 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -9999%;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
}

#nav #subHome li a {
	width: 160px;
}

#nav #subCourseOverview li a {
	width: 170px;
}

#nav #subCompany li a {
	width: 290px;
}

#nav #subNewsletters li a {
	width: 180px;
}

#nav #subOrderOnline li a {
	width: 380px;
}

#nav #subClassesEvents li a {
	width: 210px;
}

#nav #subStudyClubs li a {
	width: 200px;
}

.conferenceTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
}
.conferenceSubTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
}
.conferenceCTITitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.bodyTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#012b55;	
}

.bodyRHSTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#012b55;	
}

.bodyLHSTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;	
}

.bodySubTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#012b55;
	text-transform:uppercase;
}

.bodyNote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#012b55;	
}

.leftNavDate {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
}

#PageFooterCSS {
	font-size:10px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#336799;
}


/*Stuff below is for CSS style buttons*/
a.ovalbuttonright {
	background:transparent url('/concept-therapy/images/buttons/oval/oval-orange-left.gif') no-repeat top left;
	height:24px; /* Height of button background height */
	line-height:16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	display:block;
	float:right; 
	font:normal 13px Arial; /* Change 13px as desired */
	padding-left:11px; /* Width of left menu image */
	text-decoration:none;
}

a.ovalbuttonleft {
	background:transparent url('/concept-therapy/images/buttons/oval/oval-orange-left.gif') no-repeat top left;
	height:24px; /* Height of button background height */
	line-height:16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	display:block;
	float:left;
	font:normal 13px Arial; /* Change 13px as desired */
	padding-left:11px; /* Width of left menu image */
	text-decoration:none;
}

a:link.ovalbuttonright, a:visited.ovalbuttonright, a:active.ovalbuttonright, a:link.ovalbuttonleft, a:visited.ovalbuttonleft, a:active.ovalbuttonleft{
	color:#666; /*button text color*/
}

a.ovalbuttonright span, a.ovalbuttonleft span {
	background:transparent url('/concept-therapy/images/buttons/oval/oval-orange-right.gif') no-repeat top right;
	display:block;
	padding:4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbuttonright:hover, a.ovalbuttonleft:hover { /* Hover state CSS */
	background-position:bottom left;
}

a.ovalbuttonright:hover span, a.ovalbuttonleft:hover span { /* Hover state CSS */
	background-position:bottom right;
	color:#000;
}

.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
	overflow:hidden; /*See:http://www.quirksmode.org/css/clearing.html */
	width:100%;
}

a {
	text-decoration:none;
}

#newsletterBG {
	/*background-image:url(/concept-therapy/images/EasyDays_1280.jpg);
	background-repeat:repeat;*/
	background-color:#FFF;
	width:1000px !important;
}

#newsletterDIV {
	width:1000px !important;
}

.leftLink {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.leftLink:hover {
	color:#FC6;
}

.affiliateHeader {
	color:#FFF;
	background:#036;
	font-weight:bold;
}
	