body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	background-color: #FFF;
	background-image:url(body_bg.jpg);
	background-repeat: repeat;
}

h2 {
	font-size: 18px;
}

#mainframe{
	margin-left:auto;
	margin-right:auto;
	width: 723px;
}


#container {
	width: 723px;
	background-color:#FFFFFF;
	margin-right:auto;
}

#header {
	width: 723px;
	height: 195px;
	background-image: url(header_bg.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #996600;
}

#footer {
	width: 723px;
	height: 30px;
	background-color:#FFFFFF;

}

#leftsection{
	float:left;
	width:210px;
	font-family: Verdana,sans-serif; font-size: 11px;color: rgb(121, 41, 51); 
}
#lefttop{
	background-image: url(leftsectiontop_bg.gif);
	background-repeat:no-repeat;
	padding-top:5px ;
	padding-right:5px ;
	padding-left:15px ;
	padding-bottom:5px ;
	border-bottom:1px solid #FFFFFF;

}
#leftbottom{
	background-image: url(leftsectionbottom_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: #DED0A6;
	padding-top:5px ;
	padding-right:5px ;
	padding-left:15px ;
	padding-bottom:5px ;
	border-bottom:1px solid #FFFFFF;
	line-height:17px;
}

#rightsection{
	float:right;
	width:490px;
	margin-right:10px;
	background-color: #E2EBF0;
}

#rightsectionheading{
	background-image: url(content_bg_1.jpg);
	background-repeat:no-repeat;
}

#rightsectionfooter{
	background-image: url(content_bg_2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.webcast {
	background-image: url(webcast_bg.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 380px;
	padding-top: 90px;
	padding-left: 25px;
	padding-right: 35px;
	margin: 0px;
	text-align: left;
}

.agenda {
	background-image: url(agenda_bg.jpg);
	background-repeat: no-repeat;
	width: 440px;
	height: 295px;
	margin: 0px;
	padding-top: 175px;
	padding-left: 50px;
}

.register {
	background-image: url(register_bg.jpg);
	background-repeat: no-repeat;
	width: 440px;
	height: 295px;
	margin: 0px;
	padding-top: 175px;
	padding-left: 50px;
}

a:link, a:visited {
	color:#000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

