body{
	background-color:#e7f0c6;
	width:815px;
	font-size:11pt;
	margin: auto;
	
}

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

p{
	font-size:11pt;
	text-decoration:none;
}
#navigation
{    
	width:220px;
	height:770px;
	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:550px;
	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;
	width:996px;

}

#headerBorder{
	clear:both;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
    height:17px;
	width:996px;
	clear: both;
}
#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;
	
}

.coloredTh{
	color:#62a73b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	margin-bottom:0px;
	background-color: #C6E29F;
	padding: 5px;
	color: #437826;
	border: 1px solid #BEE981;
	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:15pt;

}

.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:12pt;
	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: 12.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: 11.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 19.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:0px !important;
	
	/*text-transform:uppercase;*/
	

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

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

ul.MenuBarVertical ul li ul{
border:2px solid #62A73B !important;
}
ul.MenuBarVertical ul li {
	
}
ul.MenuBarVertical ul Img{
	border:0px !important;
}
ul li ul{
	border:2px solid #62A73B !important;
	margin:0px 0px 0px 0px;
	padding: 0px;
}

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;}

.schedule { font-family:Arial, Helvetica, sans-serif;}
.schedule  .mainTime{  background-color: #D9EAD3; color: #3DAE48; font-size:8pt; text-transform:uppercase; font-weight:bold; padding: 2px;}
.schedule .mainHead{
	
	background-color: #C7EBFC;
	color: #23408E;
	font-size:9pt;
	text-transform:uppercase;
	font-weight:bold;
	padding: 3px;
	
}
.schedule .subHead{ background-color: #8DD8F8; color: #23408E; font-size:9pt; text-transform:uppercase; font-weight:bold; padding: 3px;}
.schedule .subHead .sm{ background-color: #8DD8F8; color: #23408E; font-size:7pt; text-transform:uppercase; }
.schedule .desc { background-color: #ffffff; color: #23408E; font-size:8pt; text-transform:; padding: 3px; }
.schedule .desclayer {
	background-color: #ffffff;
	color: #23408E;
	font-size:8pt;
	text-transform:uppercase;
	padding: 3px;
	margin-left:50px;
	display:table;
	width:400px;
}

.schedule .timeheight{
	height: 27px;
	width:90px !important;
	display: block;
}

.schedule  .newDate{
 color: #3DAE48;
 font-weight: bold;
 font-size: 11pt;
 padding-top: 5px;
}


.schedule li{ margin-left: -25px; margin-top:-5px; margin-bottom:5px; padding-bottom:3px;}


.schedule .desc .auth{  color: #3DAE48; font-size:8pt; text-transform:;}


/* 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;
	}*/
}

/* */
a, a:hover{
	color:#4E300F;
	text-decoration:none;
	font-size:11pt;
}

.rightPanel{
}

.blockWhite{ 
border:1px solid #ffffff;
width: 210px;
padding:5px; display: block;
font-size:8pt !important; 
margin-bottom: 5px; 
color: #4E300F;}
.blockWhite .year{ font-size:9pt;}
.blockWhite a, .blockWhite a:hover{ 
	font-size:8pt !important; 
}
.blockWhite ifram body{ 
font-size:10pt !important;}

.blockWhite li{ margin-left: -28px; margin-bottom: 5px;} 
#content2 { margin:0px; padding:0px}
#content #content2 a{
text-decoration: underline;
}

