/** BASIC */

body {
	margin: 10px 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h3 {
	margin-top: 0;
	padding-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5f6370;
}

h2 {
	margin-top: 0;
	padding-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #83895C;
}

h4, h5,  {
	margin-top: 0;
	padding-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #83895C;
}

a {
	text-decoration: none;
	color: #433a54;
	border-bottom: 1px dotted #5f6370;
}

a:hover {
	border: none;
}

img a {
	text-decoration: none;!important
	border-bottom: none; !important
}

/** HEADER */

#header {
	width: 700px;
	height: 80px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	padding: 30px 10px 0 20px;
	text-transform: lowercase;
	font-size: 34px;
	letter-spacing: -.05em;
	color: #83895C;
}

#header h2 {
	display: none;
}

/** MENU */

#menu {
	width: 700px;
	margin: -2.25em auto 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 11px;
	border: none;
	border-left: 1px solid #83895C;
	color: #83895C;
}

#menu a:hover {
	color: #83895C;
}

#menu .first a {
	border: none;
}

/** CONTENT */

#content {
	width: 720px;
	margin: 0 auto;
	background: #EFEBDF url(images/img01.gif) repeat-y left top;
}

#content * {
	line-height: 140%;
}

#columnA {
	float: left;
	width: 440px;
	padding: 25px 20px 0 30px;
	background: url(images/img02.gif) no-repeat left top;
}

#columnB {
	float: right;
	width: 200px;
	padding: 25px 20px 0 10px;
	background: url(images/img03.gif) no-repeat left top;
}

#columnB * {
	color: #EFEBDF;
}

#columnB ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside circle;
}

#columnB a {
	border-bottom-color: #EBD8B7;
	color: #FFFFFF;
}

/** FOOTER */

#footer {
	width: 720px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img04.gif) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 35px 0 0 20px;
	font: bold 9px Arial, Helvetica, sans-serif;
}

#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 195px;
background-color: #4e5770;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #5f6370;
color: #fff;
}

/* styles for drop shadow around images */

div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(images/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}
.copy {
	font-size: 10px;
}
.keynote {
	color: #FFFFFF;
	background-color: #666633;
}

.keynote h2 {
color: #fff;
}.plenary {
	color: #FFFFFF;
	background-color: #003366;
}
h6 {
	font-weight: bold;
	color: #000000;
 	font-size: 11px;
}
