@charset "UTF-8";
body  {
	margin: 20px 0px 0px 0px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;	
	background-color: #45568F;
	background-image: url(/templates/images/eback.png);
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

hr {
	color: #DE1A86;
	background-color: #DE1A86;
	height: 2px;
	border-style: solid;
	border-width: 0px;
	margin: 2px 0px 5px 0px;
}

.logo {
	text-align: center;
}

.thrColFixHdr #container {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* --------------------------------------------------------------------------------------------- */


.thrColFixHdr #header {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 20px 0px 0px 0px;
	text-align: center;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/* --------------------------------------------------------------------------------------------- */


#topBanner {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
} 
#topBanner_colm_box {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}
#topBanner_colm_box_top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 10px;
}
#topBanner_colm_box_mid{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(/templates/images/lR_mid.png);
	background-repeat: repeat-y;
	height:90px;
	text-align:center;
}

#topBanner_colm_box_bottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/* --------------------------------------------------------------------------------------------- */


#nav {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
} 
#nav_colm_box {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}
#nav_colm_box_top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 10px;
}
#nav_colm_box_mid{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(/templates/images/lR_mid.png);
	background-repeat: repeat-y;
}
#nav_colm_box_mid2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(/templates/images/lR_mid_banner.png);
	background-repeat: repeat-y;
}
#nav_colm_box_mid #Link{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 12px;
	color: #000000;
	font-weight:800;
	display: inline;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align:middle;
}
#nav_colm_box_mid #Link a {
	text-decoration: none;
	color: #000000;
}
#nav_colm_box_mid #Link a:hover {
	text-decoration: none;
	color: #DE1A86;
}
#nav_colm_box_mid #LinkSelected {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 12px;
	color: #DE1A86;
	font-weight:800;
	display: inline;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align:middle;
}
#nav_colm_box_mid #LinkSelected a {
	text-decoration: none;
	color: #DE1A86;
}
#nav_colm_box_mid #LinkSpacer {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

#nav_colm_box_mid_data {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 22px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#nav_colm_box_bottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}





/* --------------------------------------------------------------------------------------------- */




#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 212px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
#left_colm_box {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(/templates/images/left_box_mid.png);
	background-repeat: repeat-y;
}
#left_colm_box_top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#left_colm_box_mid{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#left_colm_box_mid_data {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 21px 0px 9px;
	margin: 0px 0px 0px 0px;
}



#left_colm_box_mid_data #subMenu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-color: #000000;

}
#left_colm_box_mid_data #subMenu a {
	color: #000000;
	text-decoration: none;
}
#left_colm_box_mid_data #subMenu a:hover {
	color: #DE1A86;
	text-decoration: none;
}

#left_colm_box_mid_data #subMenuSelected {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #DE1A86;

}
#left_colm_box_mid_data #subMenuSelected  a {
	color: #DE1A86;
	text-decoration: none;

}

#left_colm_box_mid_data #colm_box_title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #DE1A86;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 10px 0px;
	border-color: #DE1A86;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	width: 180px;
	display:block;
}
#new_left_colm_box_mid_data #new_colm_box_title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #DE1A86;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 10px 10px;
	border-color: #DE1A86;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	width: 180px;
	display:block;
}
#left_colm_box_mid_data p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
#left_colm_box_mid_data p a {
	color: #DE1A86;
	text-decoration: none;
}


#left_colm_box_mid_data p .speakers {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
#left_colm_box_mid_data p.speakers a {
	color: #000000;
	text-decoration: none;
}
#left_colm_box_mid_data p.speakers a:hover {
	color: #DE1A86;
	text-decoration: none;
}


#left_colm_box_mid_data p.LIBlog {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight:800;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}


#left_colm_box_mid_data p.LIBlog a {
	color: #000000;
	text-decoration: none;
}
#left_colm_box_mid_data p.LIBlog a:hover {
	color: #DE1A86;
	text-decoration: none;
}

#left_colm_box_mid_data p.endorsemens {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
#left_colm_box_mid_data p.endorsemens a {
	color: #DE1A86;
	text-decoration: none;
	font-weight:800;
}
#left_colm_box_mid_data p.endorsemens a:hover {
	color: #000000;
	text-decoration: none;
}

#left_colm_box_mid_data p.video {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
#left_colm_box_mid_data p.video a {
	color: #DE1A86;
	text-decoration: none;
}
#left_colm_box_mid_data p.video a:hover {
	color: #000000;
	text-decoration: none;
}


#left_colm_box_bottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* --------------------------------------------------------------------------------------------- */

#homeBanner {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}

#mainContent {
	margin: 0px  0px 0px 0px;; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 602px;
} 
#mid_colm_box {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#mid_colm_box_top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#mid_colm_box_mid{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(/templates/images/mid_box_mid.png);
	background-repeat: repeat-y;}
#mid_colm_box_mid_data {
	width: 600px
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 21px 0px 9px;
	margin: 0px 0px 0px 0px;
}

#mid_colm_box_mid_data h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 15px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #DE1A86;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#mid_colm_box_mid_data h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
#mid_colm_box_mid_data h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
#mid_colm_box_mid_data h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#mid_colm_box_mid_data  p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

#mid_colm_box_mid_data  input, #mid_colm_box_mid_data  option {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
}

#mid_colm_box_mid_data  .btn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
}

#mid_colm_box_mid_data  submit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
}



#mid_colm_box_mid_data  a {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #DE1A86;
	text-decoration: none;
}


	<!--padding: 0px 0px 10px 0px;-->
	


#mid_colm_box_bottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* --------------------------------------------------------------------------------------------- */

#sidebar2 {
	width: 156px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 0px;
}
#right_colm_box {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(/templates/images/right_box_mid.png);
	background-repeat: repeat-y;
}
#right_colm_box_top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#right_colm_box_mid{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#right_colm_box_mid_data {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 21px 0px 9px;
	margin: 0px 0px 0px 0px;
}
#right_colm_box_mid_data #colm_box_title{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #DE1A86;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 10px 0px;
	border-color: #DE1A86;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	width: 130px;
	display:block;
}
#right_colm_box_mid_data p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

#right_colm_box_mid_data .sponcorsLinks img {

	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}



#right_colm_box_mid_data .AdvertisersLinks  {
	text-align: center; /* this overrides the text-align: center on the body element. */

}
#right_colm_box_mid_data .AdvertisersLinks img {

	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
}

#right_colm_box_mid_data .AdvertisersLinks p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
#right_colm_box_mid_data .AdvertisersLinks p  a {
	text-decoration: none;
	color: #DE1A86;
}
#right_colm_box_mid_data .AdvertisersLinks p  a:hover {
	text-decoration: none;
	color: #000000;
}
#right_colm_box_bottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* --------------------------------------------------------------------------------------------- */

#footer {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
} 
#footer_colm_box {
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
}
#footer_colm_box_top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#footer_colm_box_mid {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(/templates/images/footer_box_mid.png);
	background-repeat: repeat-y;
	height:12px;
}

#footer_colm_box_mid_data {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 21px 0px 10px;
	margin: 0px 0px 0px 0px;
}


#footer_colm_box_mid_data .DMSites {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
}
#footer_colm_box_mid_data .DMSites a {
	color: #000000;
	text-decoration: none;
}
#footer_colm_box_mid_data .DMSites a:hover {
	color: #DE1A86;

}


#footer_colm_box_mid_data .footerLinksRight {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:right;
}
#footer_colm_box_mid_data .footerLinksRight a {
	color: #000000;
	text-decoration: none;
}
#footer_colm_box_mid_data .footerLinksRight a:hover {
	color: #DE1A86;

}


#footer_colm_box_bottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



/* --------------------------------------------------------------------------------------------- */



#legal {
	padding: 0px 21px 0px 10px;
	margin: 0px 0px 0px 0px;
} 
#legal p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8px;
	line-height: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#legal p a {
	text-decoration: none;
	color: #000000;
}
#legal p a:hover {
	text-decoration: none;
	color: #DE1A86;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Changed by Rams */

.tblCenter 
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;	
	color: #000000;	
	align: center;	
    
	text-align: center;
	margin-left: 110px;
}

.style2
{
	font: Helvetica, Arial, sans-serif;
	font-weight: normal;	
	font-size: 14px;
	align: center;
	margin: 0 20px 0 0;
	padding: 0;
}

.style3
{
	font: bold 20pt Helvetica, Arial, sans-serif;
	/* display: inline; */
	font-size: 18px;
	align: center;
	margin: 0 20px 0 0;
	padding: 0;
}

.style4
{
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	/* display: inline; */
	font-size: 15px;
	align: center;
	line-height: 16px;
	margin: 0 15px 0 0;
	padding: 0;
}

.subTitle
{
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	/* display: inline; */
	font-size: 11px;
	align: center;
	line-height: 16px;
	margin: 0 15px 0 0;
	padding: 0;
	text-decoration: underline;
}

.boldText
{
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	/* display: inline; */
	font-size: 11px;
	align: center;
	line-height: 16px;
	margin: 0 15px 0 0;
	padding: 0;
}

.paragraph {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 13px;
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.pBig
{	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	align: center; /* this overrides the text-align: center on the body element. */
}	
.style4nw
{
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	align: center;	
	margin: 0 15px 0 0;
	padding: 0;
}

.h1Large {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 34px;
	#line-height: 18px;
	#color: #000000;
	font-weight: bold;
	color: #DE1A86;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	#text-align: left; /* this overrides the text-align: center on the body element. */
}
TABLE.border{
	font: 12px Helvetica, Arial, sans-serif;
	margin: 8px 0 8px 0;
	border-color: black;
	border-style: solid;
	border-width: 0 1px 1px 0}
TABLE.border TD, TABLE.border TH{
	padding: 5px;
	border-color: black;
	border-style: solid;
	border-width: 1px 0 0 1px}
TABLE.border TR.header {
	font-weight: bold;
	background-color: #B8B8B8;}
TABLE.border TR.subheader {
	font-weight: bold;}
TABLE.border TD.charter {
	background-color: #B8B8B8;}
	
TABLE.border2{
	font: 12px Helvetica, Arial, sans-serif;
	margin: 8px 0 8px 0;
	border-color: #B8B8B8;
	border-style: solid;
	border-width: 0 1px 1px 0}
TABLE.border2 TD, TABLE.border2 TH{
	padding: 5px;
	border-color: #B8B8B8;
	border-style: solid;
	border-width: 1px 0 0 1px}
TABLE.border2 TR.header {
	font-weight: bold;
	background-color: #B8B8B8;}
TABLE.border2 TR.subheader {
	font-weight: bold;}
TABLE.border2 TD.charter {
	background-color: #B8B8B8;}
	

/* Form */
.form {
	font: 12px Helvetica, Arial, sans-serif;}
.form INPUT, .form TEXTAREA  {
	font: 12px Helvetica, Arial, sans-serif;}
.form_title {
	text-transform: uppercase;
	font-weight:bold;}
.form_wrapper {
	margin-left:4px;}
	
.workshop_time {
	font-weight:normal;
	font-style: italic;}
	
.pres_title {
	font: bold 125% Helvetica, Arial, sans-serif;}
.pres_title_1 {
	color: #28497C;
	font: bold 125% Helvetica, Arial, sans-serif;}
.pres_title_2 {
	color: #7B2828;
	font: bold 125% Helvetica, Arial, sans-serif;}
.pres_title_3 {
	color: #325F1E;
	font: bold 125% Helvetica, Arial, sans-serif;}
.pres_name {
	font-weight:bold;}
.viewpr {
	background-color: #DBE3C3; 
	padding:4px;
	font: 10pt Helvetica, Arial, sans-serif;
}

.important_message_wrapper {
}

.important_message_title {
	color: #FF0000;
	font: bold 10pt Helvetica, Arial, sans-serif;}

.important_message_text {
	color: #FF0000;
	font: 10pt Helvetica, Arial, sans-serif;}



.presentation {
	color: #b64700; /* #b64700 */
	/* font-weight:bold; */
	display: block;
	margin-bottom: 0px;}
	
.speakers, 
.participants,
.moderators {
	color: #000;
	border-bottom: thin dotted #000;
	margin-bottom: 0px;}

.speakers A, 
.participants A, 
.moderators A {
	border-bottom: thin solid #6B95C2;
	text-decoration: none;
	margin-bottom: 0px;}
	
.workshop {
  font-weight:bold;}
  	
/* ends Rams */

/*changes --- dont use below code.. for backup */
/*
#mid_colm_box_mid_data  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left; 
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 560px;
}

H3 {
	margin:0;padding:0;}
H3 A {
	text-decoration:none}
H3 A:hover {
	text-decoration:underline}
P {
	font: 10pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	vertical-align:top;
	margin:0px 0 0px 0; padding:0;}

*/


.pinkText
{
	color: #DE1A86;
	font-weight: bold;
	font-size: 19px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
}


.pinkTextSML
{
	color: #DE1A86;
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
}


.adWrapLeft {
width:574px;
border:0 none;
margin:0;
padding:0;
}



ul.gallery {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 12px 0;
}

.ul {
font-size:1.2em;
margin:0 0 0 25px;
border:0 none;
margin:0;
padding:0;
}

ul.gallery li {
display:block;
float:left;
margin:25px 25px 25px 25px;
}


ul gallery li.a {
color: #DE1A86;
display:block;
padding:10px 10px 10px 10px;
line-height:0;
}

ul.gallery li a:hover {
border:1px  #DE1A86;
padding:10px 10px 10px 10px;
}



a:focus {
outline-style:none;
outline-width:medium;
}


<!---moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;-->

ul.clearfix {
display:block;
}



.slideshow {
    position:relative;
    height:350px;
}

slideshow.IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

slideshow IMG.last-active {
    z-index:9;
}
