li{list-style:none;}


body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}

:focus { -moz-outline-style: none; }

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
.hide { display: none; }
.float_right {
	float:right;
	padding: 5px 10px 10px;
}

.float_left {
	float:left;
}

#container {
	position: relative;
	width: 1000px;
	margin: auto;
	background-color: #FFF;
}


#logo {
	height: 160px;
	width: 1000px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

#lines {
	height: 20px;
	width: 1000px;
	background-image: url(../images/menu_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	padding: 0 0 5px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background: #FFFFFF;
	margin: 0px 0px 0px 8px;
	width: 1008px;
	float: left;
}


#content h2{
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	padding-bottom: 10px;	
}


#contentspeakers {
	position: relative;
	float: left;
	width: 633px;
	text-align: justify;
	margin: 0px;
	padding: 0px 0px 20px;
	font: italic 14px/normal Georgia, "Times New Roman", Times, serif;
}


#content #container_left {
	position: relative;
	float: left;
	width: 633px;
	text-align: left;
	margin: 0px;
	padding: 10px 0px;
	font-style: italic;
}

#content #container_left_column4 {
	position: relative;
	text-align: justify;
	background-color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	width: 610px;
	float: left;
	font-style: italic;
}


.coloumleft{
	width: 610px;
	text-align: justify;
	font: italic 14px/normal Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background: #FFFFFF;
}

#content .indent{
	padding-left: 10px;
	text-align: justify;
	width: 610px;

}

#content .indent2{
	padding-left: 10px;
	text-align: justify;
	

}

.bluehighlight{
	color: # #2babe2;
	color: #2babe2;

}


#content #container_left_column1 {
	position: relative;
	text-align: justify;
	background-color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	width: 300px;
	float: left;
	font-style: italic;
}
#content #container_left_column2 {
	position: relative;
	text-align: justify;
	background-color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	width: 280px;
	float: right;
	padding: 23px 10px 5px 0px;
}

#content #container_left_column3 {
	position: relative;
	text-align: justify;
	background-color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px;
	width: 200px;
	float: left;
	font-style: italic;
}

#content #container_left_column2 h1 {
	font: italic normal 20px/24px Georgia, "Times New Roman", Times, serif;
	color: #2babec;
}

#content #container_left_column2 h2{
	font: normal 12px/normal Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	margin-top: -25px;
}

#content #container_left_column2 bold{
	font: 14px/normal Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}


#content #container_left p {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;

}

#content #container_left_columnright {
	position: relative;
	text-align: justify;
	background-color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 0px;
	width: 350px;
	float: right;
	font-style: italic;
}
#content #container_right {
	position: relative;
	float: right;
	width: 325px;
	margin: 0px;
	padding: 10px 0px;
}

#content #latestnewsright {
	position: relative;
	float: right;
	width: 325px;
	margin: 0px;
	padding: 0px;
}



.float_leftborder {
	padding-right: 20px;
}

/* -------------------------------------------------------------------------
  Footer links
   ------------------------------------------------------------------------- */
#footer {
	clear: both;
	height: 50px;
	background-image:url(../../2009/ILOVEOFFSET/newsite/images/bg_bottom_repeat_X.gif);
	background-repeat:repeat-x;
	color: #333333;
	text-align: center;
	padding: 20px 0 20px 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.blue {
	color: #009FED;
	font-size: 18px;
}
.bold {
	font-weight: bold;
}
.greyhighlight {
	font-size: 12px;
	color: #666666;
}
#footer a {
	color: #E12391;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
}

#footer a:link {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	color: #E12391;
}

#footer a:hover, a:active, a:visited {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}



/* -------------------------------------------------------------------------
   generic links
   ------------------------------------------------------------------------- */
a:link, a:visited, a:active {
	color: #E12391;
	text-decoration: none;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}

a:hover {
	color: #333333;
	text-decoration: none;
}


/* flags */
#icons {
	width: 200px;
	margin: 0;
	clear: none;
	padding-right: 0px;
	padding-bottom: 0px;
	float: right;
	padding-top: 20px;
}

ul#icons {
	margin: 0;
	padding: 0;
}


ul#icons li {
	margin: 0; /*For Gecko*/
	display: inline;
	list-style-type:none;
	
}

.pinkhighlight {
	color: # #2babe2;
	color: #E12391;
}
.float_rightSTAY {
	float:right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.float_leftSTAY {
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.schedule {
	color: #000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	padding-left: 15px;
}
.scheduleTIME {
	color: #FFF;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.scheduleTITLE {
	color: #FFF;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}

table.sample {
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: white;
	border: 1px inset #999;
}
table.sample th {
	border-width: thin thin thin thin;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: #000;
	background-color: #2BABE2;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: thin thin thin thin;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: #000;
	background-color: #FFF;
	-moz-border-radius: 0px 0px 0px 0px;
}
.schedulelight {
	color: #000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}
#contentTEXT {
	width: 200px;
	float: right;
	clear: both;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 0px;
	font-size: 12px;
}
#contentMEDIA {
	width: 600px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#img {
	height: 791px;
	width: 1000px;
	background-image: url(../images/img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#OFFSETBAR {
	height: 230px;
	width: 1000px;
	background-image: url(../images/OFFSETBAR.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#MEDIA {
	position: relative;
	float: right;
	width: 600px;
	margin: 0px;
	padding: 20px 0px 20px;
	font: italic 14px/normal Georgia, "Times New Roman", Times, serif;
}
#TEXT {
	width: 350px;
	margin: 0px;
	float: left;
	clear: both;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 16px;
	font-style: italic;
	color: #999;
}
#logo2 {
	height: 160px;
	width: 1000px;
	background-image: url(../images/logo_02.jpg);
	background-repeat: no-repeat;
}
