body {
   font-size:12pt;
   font-family: Arial,Helvetica,sans-serif;
   background: white;
   background-position: top right;
}

.content {
   width: 700px;
   background-color: rgb(0, 101, 201);
   color: white;
   margin: 0 auto;
 }
.content a {
   color: white;
}

 p {
   padding: 2px;
   margin: 0;
 }

 h1, h1 a {
   font-size:18pt;
   color: white;
   text-align: center;
   margin: 0 0 35px 0;
   padding-top: 11px;
 }

 h1.header {
   font-weight: normal;
   background-color: black;
   background-image: url('line.jpg');
   background-repeat: repeat-x;
 }

 h2 {
  margin: 10px 0 10px 0;
  font-size: 16pt;
  font-weight: bolder;
  color: black;
 }

 h1.cubelogo {
   background: white url('cubeicons/cube_bw_hand_logo.gif') no-repeat top right;
   padding: 0;
   height: 100px;
   margin: 0;
}

h1.cubelogo a {
   background: transparent url('cubeicons/cube_microplex_logo.gif') no-repeat scroll ;
   float: left;
   margin: 0;
   padding: 0;
   height: 100px;
   width: 510px;
   border: 0;
   text-indent: -9999px;
   overflow: hidden;
}

p.cubelogo a img {
   border: 0;

}
 
 .body {
   background-color: white;
   margin: 9px;
   padding: 9px 9px 0 9px;
   border-bottom: 9px solid rgb(0, 101, 201);
   color: #0033FF;
 }
 
 .body p {
   padding: 5px 2px 5px 2px;
  }
.body a {
	color: #0000bb;
}
.body a:visited {
color:#551A8B;
}

p.footer {
  font-size: 18pt;
  font-weight: bold;
  padding: 0 8px 14px 0;
}

  .center {
    text-align: center;
  }

/* ------ index */

p#announcement {
 line-height: 120%;
 padding: 10px;
 text-align: center;
}

table.index {
   width: 700px;
   background-color: rgb(000, 101, 201);
   color: white;
   font-size:14pt;
   font-family:Arial,Helvetica,sans-serif;
   margin: 0 auto;
   table-layout:fixed;
   border-collapse:collapse;
   border-spacing:2px;
   text-indent:0;
   margin: 0;
}

table.index a {
  color: white;
}

table.index td {
vertical-align: top;
padding: 0;
}
table.index td.centre_column {
 background-color: #00c6f4;
 color: #0033ff;
}
table.index td.centre_column a {
 color: #0033ff;
}
table.index img#randimg {
 width: 696px;
 border: 2px black solid;
}
h1#index_header {
   margin: 0;
   padding: 25px 0 25px 0;
}
/* ------  */
