
body{
	background-color:#e7f0c6;
	margin-right:auto;
	margin-left:auto;
	width:781px;
}

#page {
	margin-top:-25px;
	background-image:url("../images/spacer.png");
	background-repeat:repeat-y;
}

#navigation
{    
	width:235px;
	height:750px;
	vertical-align:top;
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:30px;
	margin-left:9px;
}

#navigation a
{
	text-decoration:none;
}

#navigation img
{
    border: solid 0px blue;
}

#waterTB a.stbar.chicklet img
{
  vertical-align:bottom;
  padding-left:0px;
  padding-right: 0px;
  margin: 0px;
}

#content hr
{
	color:#9abb4f;
	height:5px;
	margin:-7px 0px 0px 0px;
}


#content 
{
    padding-top:20px;
	color:#714d26;
	width:480px;
	min-height:350px;
	padding-left:10px;
}

#content p
{
	margin-top:0px;
	margin-bottom:7px;
}

#footer
{
	margin-top:-19px;
	clear:both;
	background-image:url("../images/foot.png");
	background-repeat:no-repeat;
    height:36px;
}

#waterTB td
{
  vertical-align:top;
}

#waterTB img
{
  vertical-align:bottom;
  padding-left:20px;
}

.topHD{
	
	color:#62a73b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15pt;
	margin-bottom:0px;
	
}

.conHD{
	
	color:#62a73b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15pt;
	margin-bottom:0px;
	display: block;
	clear: both;
	background-color: #C6E29F;
	padding: 5px;
	color: #437826;
	border: 1px solid #BEE981;
	margin-bottom: 10px;
	border-bottom:1px solid #62a73b;
	
}


.headingMember { color: #2E3091; font-size:1em; font-weight: bold;}
.personName{ margin-left: 15px; }
.leftHD{ font-family:Arial, Helvetica, sans-serif; margin-left:20px;  margin-top:5px; width:52%; font-weight:bold; float:left; font-size:0.9em; clear:left; letter-spacing:-0.6px; }

.rightHD{ text-align:right; font-family:Arial, Helvetica, sans-serif; width:41%; float:right; font-size:0.9em;  margin-top:6px; font-weight:bold; clear:right; margin-right:19px; letter-spacing:-0.6px; }

.leftHD a, .rightHD a{ color:#2E3192;text-decoration: none}
.leftHD a:hover, .rightHD a:hover{ color: #62A73B;   text-decoration: underline}

.breaker { height:1; width:100%; clear: both; } 

.topHD span{
	font-size:11pt;

}

.sponsersDesc{
	background:url(../images/separator.png) no-repeat; 
	background-position:10px 15px; 
	padding-left:30px;
	padding-top: 15px;
	color:#2E3192;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	vertical-align:middle;
	
	
}

.papersDesc{
	
	padding-left:10px;
	padding-top: 5px;
	color:#2E3192;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	vertical-align:middle;
	
}

.papersname{
	
	padding-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	vertical-align:middle;
	
}

.paperTable strong{
 color: #61A63A;
 font-size: 1em;
 font-family:Arial, Helvetica, sans-serif;
}

.paperTable .green{
 color: #61A63A;
 font-size: 1em;
 font-family:Arial, Helvetica, sans-serif;
}

.paperTable p{
	margin-top: 35px;
}
.paperTable {
 color: #2e3092;
 font-size: 0.8em;
 font-family:Arial, Helvetica, sans-serif;
}

.paperTable .blue{
color: #2e3092;
}

.whiteHD
{
	padding-top:8px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	font-weight:bold;
	margin-bottom:0px;

}

/*
 UPDATED BY SHARJEEL ( 19th Feb 2010)  
 */
 
ul.MenuBarVertical
{	
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 17.6em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 14.6em;
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 5% 0 0 17.4em;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 17.6em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 17.6em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	/*border: 1px solid #CCC;*/
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	/*border: 1px solid #CCC;*/
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	/*background-color: #EEE;*/
	/*padding: 0.3em 0.75em;*/
	color: #62A73B;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
ul.MenuBarVertical a img{
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
}


/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	/*background-color: #33C;
	color: #FFF;*/
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover
{
	/*background-color: #33C;
	color: #FFF; */
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	/*background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	/*background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}

ul li ul li{
	background-color: #E7F0C6;
	color: #62A73B;
	border-bottom:1px solid #F0F3E5;
	/*text-transform:uppercase;*/

}
ul li ul li:hover{
	background-color: #DDECA5;
	color: #FFF;
}

ul.MenuBarVertical ul li{
	padding: 5px 0px 5px 0px;
	margin: 0px;
	width: 16.8em;
}

ul.MenuBarVertical ul li ul{

}
ul li ul{
	border:0px solid #8FC743;
	margin:0px 0px 0px 0px;
	padding: 0px;
	background-color:#8FC743;
}

ul li ul li{
	padding: 0px;
	
}

 @font-face {
   font-family: kartika;
   src: url('kartika.ttf');
 }
 
 .workshoppanel{height: 95px; clear: both; margin:10px 2px 10px 25px;}
 
 .workshopThumbs{
 	background:url(../images/bgworkshop.png) no-repeat; width:142px; height:95px; float: left; margin-left:2px;
 }
 
.workshopThumbs .title{
 	margin: 10px 2px 12px 2px; vertical-align:middle; color:#2D6A07; text-align:center; font-size:0.8em; height: 55px; clear:both;
 }

.workshopThumbs .link{ font-size: 0.8em; text-align: center; color:#714D26; }
.workshopThumbs .link a{ color:#714D26; text-decoration:none;}
.workshopThumbs .link a:hover{ color:#2D6A07; text-decoration:none;}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
/*	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}*/
}

/* */