body
	{
	background: #303 url(./images/bannergraphic.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
#content
	{
	/*border: 2px solid #FFC;*/
	/* IE doesn't respond to max-width correctly */
	max-width: 734px;
	min-width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	color: #fff;
	/*padding: 0 20px 0 20px;*/
	}

#top
	{
	/*border: 2px solid #f0c;*/
	margin-top: 10px;
	padding: 10px 10px 0px 10px;
	font: bold 11pt/13pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -0.02em;
	color: #fff;
	}

.bigtop
	{
	font-size: 2.5em;
	}

#innerwrapper
	{
	/*border: 2px solid #FCC;*/
	background-color: #303;
	margin: 0;
	}

#innerwrapper p
	{
	color: white;
	}

#left
	{
	/*border: 1px ridge cyan;*/
	width: 133px;
	height: 350px;
	float: left;
	margin-top: 10px;
	margin-left: -2px;
	background: #730;
	font-weight: 600;
	font-size: 8pt;
	line-height: 18pt;
	text-decoration: none;
	text-align: left;
	}

#left ul
	{
	list-style: none;
	margin-left: 10px;
	padding: 10px 0px 0px 0px;
	}

#left li
	{
	border: 1px ridge #ccc;
	padding-left: 10px;
	width: 100px;
	background: #303;
	}

#left li a:link, #left li a:visited
	{
	color: #ccc;
	}

#left li a:hover
	{
	color: #fc6;
	}

#right
	{
	/*border:thin solid yellow;*/
	float: right;
	width: 100px;
	background: #303;
	}
	
#center
	{
	/*border:thin solid yellow;*/
	margin-top: 16px;
	margin-right: 28px;
	margin-left: 135px;
	font-size: 10pt;
	background: #303;
	padding: 0px 100px 0px 20px;
	}

.pagetitle
	{
	font-size: 1.6em;
	/*letter-spacing: -0.1em;*/
	}

.papertitle
	{
	font-weight: bold;
	}

.papervenue
	{
	font-size: 0.8em;
	font-style: italic;
	}

A.menubar
	{
	font: 8pt/18pt Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	background-color: #330066;
	text-decoration: none;
	}

A.menubar:hover
	{
	color: #FFFFCC;
	background-color: #3333CC;
	text-decoration:  none;
	}

#clear
	{
	clear: both;
	}
	
#footer
	{
	clear: both;
	font: 7pt/12pt Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

#footer a
	{
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #fc6;
	}

/*
ul
  	{
	margin 0px 0px 0px -30px;
	list-style-type: none;
	list-style-position: inside;
	}

li
  	{
	border: solid;
	color: #FFFFCC;
	}
*/	
