body{
  min-width:750px;
  background-image:url(images/bg_brickwall.jpg);
  font-family:Arial,Helvetica,sans-serif
}

img.corner{
  position:relative;
  left:0;
  top:0;
  vertical-align:top
}

#header,#menu,#header,#footer{
  overflow:visible;
  display:block
}
/* safari and opera need this */

#header,#footer{width:100%}

#menu,#content{
  float:left
}

#menu{
  width:24%;
  color:#FFFFFF
}

#content{
  width:75.9%;
  min-height: 50%;
  background:url(images/bg_paper.jpg)
}

#footer{
  clear:left;
  text-align:center;
  font-size: 85%;
  color:#FFFFFF
}

a.menu{
  font-weight:bold;
  font-size: 110%;
  line-height: 150%;
  text-decoration:none
}

a.menu:link,a.menu:visited {color:#FFFFFF}
a.menu:hover{color:#0033CC}
a.menu:active{color:#FFFFFF}

h1,h2,h3,h4{
  margin-left:.5em;
  margin-right: .5em;
  font-style:normal;
  font-weight:bold
}

p{
  margin-left:.5em;
  margin-right: .5em;
  font-size:medium;
  font-weight:normal
}
p.footer {font-size: 85%}

p.label {font-size: 90%}

p.venue {
  color: #FFFFFF;
  background-color:#898AB8 ;
  text-align: center;
  margin-top: .5em
}
p.center{
  text-align: center;
  margin-top: .5em
}
p.indent{
  margin-left: 10%;
}
strong.blue{
  font-weight: bold;
  color: #0033CC;
}
strong.pagehdr{
  position:relative;
  top: 15px;
  left: 20%;
  font-weight: bold ;
  color: #0033CC;
  font-size: 130%;

  }

pre{
  margin-left:.5em;
  margin-right: .5em;
  font-size-adjust: -1;
  font-weight:normal
}

li{margin-left: 2em}

h1{font-size:130%}
h2{font-size:120%}
h3{font-size:110%}

h3.bluesflash{color: #FF0000;}
h3.blue{color: #0000FF;}


img.center{
  display:block;
  margin-left:auto;
  margin-right:auto
}
hr.blue {
  color: #0033CC;
  border: solid;
  border-color: #0033CC;
  width: 98%;
  display:block;
  margin-left: auto;
  margin-right: auto;
  }

