/************* AES 35th conference css ***************/

a:link
 {
 color: #fffcd9; 
 font-weight: bold;
 border: 0px;
 }

a:visited
 {
 color: #fffcd9; 
 font-weight: bold;
 border: none;
 }

a:hover
 {
 color: #fffcd9; 
 font-weight: bold;
 border: none;
 cursor: crosshair;
 }

a:active
 {
 color: #fffcd9; 
 font-weight: bold;
 border: none;
 }

a.hidden
 {
 color: #3c0414; 
 font-weight: bold;
 border: none;
 }

a.hidden:hover
 {
 color: #3c0414; 
 font-weight: bold;
 border: none;
 cursor: default;
 }
 
a.hidden:visited
 {
 color: #3c0414; 
 font-weight: bold;
 border: none;
 }

body
 {
 font-family: helvetica, verdana, sans-serif;
 font-size: 11px;
 line-height: 135%;
 text-align: center;
 color: #fffcd9;
 background-color: #770827;
 background-position: center center;
 background-repeat: repeat;
 padding: 0px;
 margin: 3px;
 border: none
 }
 
/*********** division classes *************/

div.pagehead 
 {
 width: 700px;
 padding-bottom: 2px;
 margin-left: auto;
 margin-right: auto;
 }

div.mainpage
 {
 width: 700px;
 margin-left: auto;
 margin-right: auto;
 background-color: #3c0414;
 }

div.pagecentre
 {
 margin-left: 10px;
 margin-right: 170px;
 top: 0px;
 position: relative;
 text-align: left;
 background-color: #3c0414;
 padding: 20px;
 height: 100%;
 }

div.banner-right
 {
 padding: 20px;
 position: relative;
 width: 150px;
 float: right;
 background-color: #3c0414;
 text-align: center;
 }
 
 div.rightcol
 {
 padding: 5px;
 position: relative;
 width: 210px;
 float: right;
 text-align: left;
 background-color: #3c0414;
 height: 100%;
 }
 
 div.leftcol
 {
 padding: 5px;
 position: relative;
 width: 210px;
 float: left;
 text-align: left;
 background-color: #3c0414;
 height: 100%;
 }

div.pagefoot 
 {
 width: 700px;
 margin-top: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
 margin-left: auto;
 margin-right: auto;
 background-color: #3c0414;
 font-size: 10px;
 }
 
div.box
 {
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 20px;
 padding-bottom: 25px;
 position: relative;
 width: 350px;
 left: 20px;
 background-color: #3c0414;
 border-style: solid;
 border-width: 1px;
 border-color: #3c0414;
}

div.progbox
 {
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 5px;
 padding-bottom: 5px;
 position: relative;
 margin-left: auto;
 margin-right: auto;
 width: 400px;
 background-color: #3c0414;
 border-style: solid;
 border-width: 1px;
 border-color: #fffcd9;
}

  
/*********** list classes *************/

li
 {
 padding-top: 0.25em;
 padding-bottom: 0.25em;
 text-align: left;
 }
 
/*********** image classes *************/

img
 {
 border: none;
 border: 0px;
 }

img.centre
 {
 border: none;
 border: 0px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 vertical-align: middle;
 }

img.right
 {
 float: right;
 border: none;
 border: 0px;
 margin: 10px;
 }

/*********** divider classes *************/

hr
 {
 height: 3px;
 width: 300px;
 text-align: center;
 }

hr.right
 {
 height: 2px;
 width: 100px;
 text-align: center;
 }

fieldset
 {
 border: solid;
 border-width: 1px;
 border-color: #888888
 }

/*********** heading classes *************/

h1
 {
 text-align: center;
 font-weight: bold;
 font-family: helvetica, verdana, sans-serif;
 font-size: 16px;
 line-height: 135%;
 color: #fffcd9;
 }

h2
 {
 text-align: left;
 font-weight: bold;
 font-family: helvetica, verdana, sans-serif;
 font-size: 12px;
 line-height: 135%;
 color: #fffcd9;
 }

h3
 {
 text-align: center;
 font-weight: bold;
 font-family: helvetica, verdana, sans-serif;
 font-size: 12px;
 line-height: 135%;
 color: #fffcd9;
 }

/*********** paragraph classes *************/

p
 {
 text-align: left;
 font-weight: normal;
 font-family: helvetica, verdana, sans-serif;
 font-size: 11px;
 line-height: 135%;
 color: #fffcd9;
 }

p.name
 {
  font-size: x-small;
  font-style: italic
 }

p.centre
 {
  text-align: center;
 }

p.b
 {
 text-align: left;
 font-weight: bold;
 font-family: helvetica, verdana, sans-serif;
 font-size: 11px;
 line-height: 135%;
 color: #fffcd9;
 }

p.bindent
 {
 text-align: left;
 font-weight: bold;
 font-family: helvetica, verdana, sans-serif;
 font-size: 11px;
 line-height: 135%;
 color: #fffcd9;
 margin-left: 40px;
 }

p.indent
 {
 text-align: left;
 font-weight: normal;
 font-family: helvetica, verdana, sans-serif;
 font-size: 11px;
 line-height: 135%;
 color: #fffcd9;
 margin-left: 40px;
 }

/************** css end ****************/