#TopPanel
{
	background-color: black;
}

#TopPanel #TopImages
{
	background-image: url(Images/Header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 82;
}

#TopPanel #TopBar
{
	background-color: #6666FF;
	height: 28px;
	
}

#LeftPanel
{
	position: absolute;
	width: 154px;
	left: 0px;
}

#LeftPanel #PoweredBy
{
	padding: 1em;
	color: White;
	font-family: Arial;
	font-size: 8pt;
}

#LeftPanel #PoweredBy a, #LeftPanel #PoweredBy a:visited
{
	color: White;
	text-decoration: none;
}

#LeftPanel #PoweredBy a:hover
{
	color: White;
	text-decoration: underline;
}

#LeftPanel ul 
{
	margin: 0px;
	padding: 0px;
}

#LeftPanel ul li 
{
	list-style-type: none;
	display: inline;	
}


#LeftPanel ul div
{
	background: url("../Templates/Images/MenuSeparator.jpg") 0px 0px no-repeat;	
	padding: 2px 0px 0px 0px;
}

#LeftPanel ul li a
{
	display: block;
	width: 154px;
	height: 28px;
}

#LeftPanel ul li a#MenuInvitation
{
	background-image: url("Images/MenuInvitation.jpg");
}

#LeftPanel ul li a#MenuCommittees
{
	background-image: url("Images/MenuCommittees.jpg");
}

#LeftPanel ul li a#MenuCongressProgramme
{
	background-image: url("Images/MenuCongressProgramme.jpg");
}

#LeftPanel ul li a#MenuScientificProgramme
{
	background-image: url("Images/MenuScientificProgramme.jpg");
}

#LeftPanel ul li a#MenuTimetable
{
	background-image: url("Images/MenuTimetable.jpg");
}

#LeftPanel ul li a#MenuTutorialsWorkshops
{
	background-image: url("Images/MenuTutorialsWorkshops.jpg");
}

#LeftPanel ul li a#MenuTopicIndex
{
	background-image: url("Images/MenuTopicIndex.jpg");
}

#LeftPanel ul li a#MenuAuthorIndex
{
	background-image: url("Images/MenuAuthorIndex.jpg");
}

#LeftPanel ul li a#MenuTitleIndex
{
	background-image: url("Images/MenuTitleIndex.jpg");
}
	
#LeftPanel ul li a#MenuSearchPapers
{
	background-image: url("Images/MenuSearchPapers.jpg");
}

#LeftPanel ul li a#MenuSponsors
{
	background-image: url("Images/MenuSponsors.jpg");
}

#LeftPanel ul li a#MenuCongressSecretariat
{
	background-image: url("Images/MenuCongressSecretariat.jpg");
}

#LeftPanel ul li a#MenuAdobeAcrobatReader
{
	background-image: url("Images/MenuAdobeAcrobatReader.jpg");
}

#LeftPanel ul li a#MenuDvdInfo
{
	background-image: url("Images/MenuDvdInfo.jpg");
}

#LeftPanel ul li span
{
	display: none;
}

#Content 
{
	background-image: url(Images/ContentBackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 154px;
	_height: 100px;
	padding: 1em 1em 1em 1em;
}

body
{
	background-image: url(Images/MenuBackground.jpg);
	background-position: left;
	background-color: #CCCC99;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

a img 
{
	border: 0px;
}

.Highlight
{
	background-color: #CCCCFF;
}

