html {
	height:100%;
	width:100%;
	margin:0px auto;
	background-color:#000000;
	background-image:url("conference/images/main_bg_repeatY_moron.jpg"); /*	background-image:url(../images/main_bg_2.jpg); */
	background-repeat: repeat-y;
	background-position: center;
}

body {
	height:100%;
	width:auto;
	color:#999999;
	margin:0px auto;
	background-image:url("conference/images/main_bg_repeatY_moron.jpg");
	background-repeat:repeat-y;
	background-position:center top;
}

#body2{
	height:100%;
	width:100%;
	background-image:url("conference/images/main_bg_moron_asse.jpg"); /*	background-image:url(../images/main_bg_2.jpg); */
	background-repeat:no-repeat;
	background-position:center top;
}
#body3{
	height:100%;
	width:100%;
	background-image:url("conference/images/inner_contentBox_bg3_asse.jpg"); /*	background-image:url(../images/main_bg_2.jpg); */
	background-repeat:no-repeat;
	background-position:center top;
}

#pageWrapper{
	height:100%;
	width:auto;
	padding:0;
	margin:0px auto;
}

#contentWrapper {
	height: 100%;
	width: 900px;
	margin:0px;
	padding:0px;
}

#contentHolder {
	height: 100%;
	width: 100%;
	margin:0px;  
	padding:0px;
	background-color:#ffffff;
}

#rightShadow{ /* DELETED! */
	height:100%;
	width:12px;
	background-image:url("conference/images/contBox_shadow_right.jpg");
	margin:0px;	padding:0px;
	background-repeat: no-repeat;
	background-position: left top;
}

#rightShadowRepeat1{
	height:100%;
	width:12px;
	background-image:url("conference/images/shadow_right_repeat.jpg");
	margin:0px;
	padding:0px;
	background-repeat:repeat-y;
	background-position: right top;
}

#rightBG1{
	height:100%;
	margin:0px auto;
	background-image:url("conference/images/bg_right.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

#leftShadow{ /* DELETED! */
	height:100%;
	width:12px;
	background-image:url("conference/images/contBox_shadow_left.jpg");
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	background-position: right top;
}

#leftShadowRepeat1{
	height:100%;
	width:12px;
	background-image:url("conference/images/shadow_left_repeat.jpg");
	margin:0px;
	padding:0px;
	background-repeat: repeat-y;
	background-position: right top;
}

#leftBG{
	height:100%;
	margin:0px auto;
	background-image:url("conference/images/bg_left.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}

/*------------------ title, --------------------*/

#logoTitle{
	width:640px;
}

/*----------- top Menu --------------- */
#topMenuWrapper{
	padding-right:39px;
}

a.topMenuLink, a.topMenuLink:visited{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: right;
	line-height:40px;
	text-decoration:none;
	color:#999999;
}
a.topMenuLink:hover{
	text-decoration:underline;
}

.menuDivider {
	padding-left:13px;
	padding-right:13px;
	color:#5e3435;
}

/* ----------- main menu --------------- */
#mainMenuWrapper{
	vertical-align:top;
}

#mainMenuWrapper div{
	color:#575757;
	font-family: Arial Black;
	font-size:11px;
	letter-spacing: 2.5px;
	text-align: left;
	list-style-type:none;
	line-height:45px;
	list-style-position:outside;
	margin-left:35px;
	padding-left:5px;/* this is to pad the menu divider in IE 5/6 */
}

#mainMenuWrapper div.dotDivider{
	background-image:url("conference/images/dot_divider_moron.gif");
	background-position:center;
	background-repeat:no-repeat;
	height:2px;

	line-height:5px;
	margin-left:0px; /* this is to move the menu divider in IE 5/6 */
}

a.mainMenuLink, a.mainMenuLink:visited{
	text-decoration:none;
	color:#575757;
}

a.mainMenuLink:hover{
	text-decoration:none;
	color:#8C8C8C;
}

/*--------------- adBanner ------------------*/
#adBanner{
	padding-top:15px;
}


/*--------------- Events --------------------*/
.headerTitle{
	font-family: "Arial Black";
	color:#FFFFFF;
	font-size: 12px;
	padding-left:13px;
	padding-top:21px;
	letter-spacing:5px;
}
#eventsHeader{
	height:26px;
	width:320px;
	background-image:url("conference/images/events_header.jpg");
	background-repeat:no-repeat;
	background-position: left bottom;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:left;
	margin:0px;
}

#newsHeader{
	height:26px;
	width:320px;
	background-image:url("conference/images/news_header.jpg");
	background-repeat:no-repeat;
	background-position: left bottom;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:0px;
	text-align:left;
}

#eventsContainer{
	width:303px; 	/* width:320px */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#newsContainer{
	width:287px;/* width:320px */
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	padding-top: 5px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 7px;
}

a.eventsLink, a.eventsLink:visited{
	text-decoration:none;
	color:#007C9B;
	border-bottom-style: dotted;
	border-bottom-width: 2pt;
}

a.eventsLink:hover{
	text-decoration:none;
	color:#00A0C6;
}

a.newsLink, a.newsLink:visited{
	text-decoration:none;
	color:#997B02;
	border-bottom-style: dotted;
	border-bottom-width: 2pt;
}

a.newsLink:hover{
	text-decoration:none;
	color:#FEDE58;
}

.eventsTitle{
	font-weight:bold;
	color:#00A0C6;
}

.eventsSubTitle{
	font-style:italic;
	font-size:12px;
	color:#00A0C6;
}

.newsTitle{
	font-weight:bold;
	color:#FEDE58;
}

.newsSubTitle{
	font-style:italic;
	font-size:12px;
	color:#FEDE58;
}

.textBox{
	padding-bottom:7px;
	padding-top:5px;
}


/**/
#safetyMsgs{
	background-image: url("conference/images/note_2.jpg");
	background-repeat: no-repeat;
	background-position: center top;	
}

#safetyMsgs div{
	width:185px;
	height:auto;
	line-height:15px;
	padding-left:0px;
	margin-left:10px;
	margin-top:59px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#222222;
	text-transform: uppercase;
}

.moreMsgs{
	line-height:15px;
	font-size: 11px;
	padding-left:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#444444;
	text-align:left;
}

a.moreMsgs, a.moreMsgs:visited{
	width:auto;
	text-decoration:none;
	color:#666666;
}

a.moreMsgs:hover{
	text-decoration:none;
	color:#710000;
}

/*----------- footer bar ---------------*/
#footerBar{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#666666;
	width:auto;
	height:61px;
	margin-top:15px;
	background-image:url("conference/images/footer_bar.jpg");
	background-repeat:no-repeat;
	background-position: center center;
}

div.copyRight{
	float:left;
	padding-left:39px;
	text-align:left;
	vertical-align:middle;
}

div.links{
	float:right;
	padding-right:39px;
	text-align:right;
	vertical-align:middle;
}
/*
a.links2 , a.links2:visited{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: right;
	line-height:40px;
	text-decoration:none;
	color:#999999;
}

a.links2:hover{
	text-decoration:underline;
}
*/

#innerContentWrapper_1{
	width:640px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:37px;
	padding-right:37px;
}

#innerContentWrapper_2{
	width:640px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:37px;
	padding-right:37px;
	margin:0;
	background-image:url("conference/images/inner_contentBox_repeatY3.gif");
	background-repeat: repeat-y;
	background-position: right top;
}

#contentBoxTitle{
	height:auto;
	vertical-align:top;
	padding:0;
	margin-top:31px;
	padding-top:0px;
}

#contentBoxTitle .blueTitle{
	color:#00A0C6;
	font-size:23px;
	font-weight:bold;
}

#contentBoxTitle .blueInfo{
	color:#00A0C6;
	font-size:14px;
}


#contentEnd{
	background-image:url("conference/images/content_end.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	margin:0;
}




