#RHS {
	text-align: center;
	vertical-align: top;
	width: 200px;
}
.clikhover {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #CD892A;
}

.clik {
	cursor: pointer;
    background-color: expression(
        this.onmouseover = new Function("this.className += ' clikhover';"),
        this.onmouseout = new Function("this.className = this.className.replace('clikhover', '');")
    );
}

#RHS img {
	padding-top: 5px;
	padding-bottom: 5px;
}


#TOPHEADER {
}
.top {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	height: 23px;
	background-color: #C3BEB3;
	background-image: url(../images/p-top.gif);
}
.main {
	width: 100%;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #C3BEB3;
	background-image: url(../images/p-background.gif);
}



#CONTENT {
	vertical-align: top;
}

#CONTENT-sub {
	vertical-align: top;
	background-color:#FFFFFF;
	color:#333333;
	background-image: url(../images/secondary-bkg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#container {
	padding-left: 35px;
	padding-right: 20px;
}
#CONTENT p, #CONTENT-sub p {
	padding-left: 35px;
	padding-right: 20px;
}
#CONTENT-sub li {
	padding-right: 20px;
}

body {
	background-color: #c3beb3;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position: bottom;
	color: #ECE1CB;
}
#RHS #sponsors img {
	padding-bottom: 0px;
	padding-top: 0px;
}
#speakers {
	font-size: 9px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
}
#news {
	font-size: 10px;
	line-height: 15px;
	color: #333333;
}


#footer {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	/*	width: 93%;*/
	padding-top: 4px;
	padding-bottom: 10px;
	clear: both;
	padding-left: 35px;
	width: 220px;
}
#speakers {
	font-size: 11px;
	color: #333333;
	line-height: 12px;
	padding-top: 10px;
	padding-left: 15px;
}

#CONTENT a {
	color: #AE833C;
}
#CONTENT a:hover {
	color: #000000;
	background-color: #EFA536;
	text-decoration: none;
}

#CONTENT-sub a {
	color: #AE833C;
}
#CONTENT-sub a:hover {
	color: #FFFFFF;
	background-color: #AE833C;
	text-decoration: none;
}

#CONTENT h3, #CONTENT-sub h3 {
	padding-left: 35px;
	margin-bottom: 0px;
	color: #EFA634;
}
#CONTENT h3.rates, #CONTENT-sub h3.rates {
	padding-left: 0px;
}

#CONTENT h5, #CONTENT-sub h5 {
	padding-left: 35px;
	margin: 0;
	margin-top: 5px;
	clear: both;
}
.zero {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#CONTENT h2, #CONTENT-sub h2 {
	font-size: 12px;
	padding-left: 35px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}
#CONTENT hr, #CONTENT-sub hr {
	padding-left: 35px;
	margin-left: 35px;
	width: 75%;
	text-align: left;
	color: #CCCCCC;
}
#CONTENT h1, #CONTENT-sub h1 {
	color: #CD892A;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	border-left-color: #CD892A;
	border-left: solid 20px;
	padding-left: 15px;
	line-height: 22px;
	margin-top: 20px;
}
h6 {
	color: #CD892A;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 35px;
	padding-top: 5px;
	margin-bottom: 3px;
}
#CONTENT .newsTitle, #CONTENT-sub .newsTitle {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	margin-top: 5px;
}
#news a {
	color: #EFA536;
	font-size: 11px;
}
#news a:hover {
	color: #000000;
	font-size: 11px;
	background-color: #EFA536;
	text-decoration: underline;
}
.countDown {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	background-color: #EFA536;
}

div.cat {
	height: 19px;
	border-bottom: 1px dotted #999;
	margin-top: 1px;
	width: 400px;
	margin-bottom: 2px;
}
.itemname	{
	float: left;
	position: relative; /*needed by IE6*/
	top: 1px;
	background-color: #FFFFFF;
	margin-bottom: 1px;
	border-bottom: solid white 0.2em;
	padding-right: 10px;
	text-align: left;
}
div.cat>.itemname	{
	position: static;
} 

.num	{
	float: right;
	position: relative;
	margin-bottom: -0.4em;
	border-bottom: solid white 0.2em;
	width: 44px;
	text-align: right;
	top: 1px;
	background-color: #FFFFFF;
}
#CONTENT h5.rates, #CONTENT-sub h5.rates {

	padding-left: 0px;
}
.per {
	float: right;
	text-align: left;
	position: relative;
	right: -130px;
	width: 80px;
}
.agendaTable td {
	vertical-align: top;
	border: solid #EBE1CB 1px;
}
.agendaTable {
	font-family: Tahoma;
	color: #000000;
	font-size: 0.9em;
}
.breakout {
	background-color: #B9AB84;
}

.roundtables {
	background-color: #E1BA9F;
}
.general {
	background-color: #BDB5A4;
}
.halfReturn {
	margin-top: 5px;
}
.less {
	color: #999999;
	font-size: 90%;
}
#CONTENT li. #CONTENT-sub li. {
	border-left: 0;
	list-style-type: none;
	display: table;
	padding-left: 11px;
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-right: 20px;
}
.red {
	color: #AE833C;
}
.borderImg {
	border-color: #EEE6CF;
	border: solid 3px;
	margin-right: 7px;
	float: left;
	margin-bottom: 2px;
}
.logoNxt {
	clear: right;
	margin-right: 30px;
	margin-left: 10px;
	float: right;
}
.myDate {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 15px;
}
.main li {
	margin-left: 9px;
}
.main ul {
	padding-top: 0px;
	margin-top: 0px;
}



#bell {
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/p-bell-background.gif);
}
.bottom {

	width: 100%;
	background-image: url(../images/p-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 29px;
	background-color: #C3BEB3;
}
#bellhome {

	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/p-bell-background-full.gif);
}
.bottomSecondary {


	width: 100%;
	background-image: url(../images/p-bottom-secondary.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 29px;
	background-color: #C3BEB3;
}
.bottomPhase {



	width: 100%;
	background-image: url(../images/p-bottom-phase-index.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 29px;
	background-color: #C3BEB3;
}
.zero2 {
	padding-top: 4px;
	margin-top: 4px;
}
h4 {
	color: #AE823C;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 35px;
	padding-top: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: solid 1px;
	border-bottom-color: #CFAA72;
	padding-bottom: 3px;
}
.highlight {
	color: #B76D00;
	text-transform: uppercase;
}
.main a {
	color: #AE833C;
}
.bamboo {
	margin-top: -15px;
}
#homeContent ul {
	margin-left: 7px;
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
}

