/* Style sheet for CSS compliant browsers. */
/* Tested in Opera 7 and Gecko (Mozilla) */
html
{
padding: 0px;
background-color: white;
}
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color : #ffffff;
  font-family : Times, serif; 
  color:#000080;
  link : rgb(48, 75, 44);
  vlink : rgb(131, 50, 33);
}
div.nav {
  position : fixed;
  width : 140px;
  border-right : 2px solid rgb(13, 35, 144);
  margin-right : 8px;
  padding : 3px;
  background-image : url(blue.jpg);
  background-color: #ffffff;
  left: 0px;
  top: 0px;
  padding-left: 0px;
  /* This value controls the vertical bar */
  height: 100%;
}
div.content {
  margin-left: 150px;
  margin-right: 25px;
  padding: 0px;
  background-color : #ffffff;
}
/* -- End basic layout section -- */
hr {
  height: 4px;
  background-color : rgb(13, 35, 144);
  width : 400px;
}

p.button {  
  background-color : rgb(255, 247, 44);
  font-family : Verdana, Arial, sans-serif;
  font-size : 16px;
  font-weight : bold;
  text-decoration: none;
  border-top : 4px rgb(13, 35, 144) solid;
  border-left : 4px rgb(13, 35, 144) solid;
  border-bottom : 4px rgb(13, 35, 144) solid;
  border-right : 4px rgb(13, 35, 144) solid;
  margin : 6px;
  padding : 3px; 
}

.button a {  
  text-decoration: none;
}

.button a:hover {
  color : rgb(22, 50, 21); 
  text-decoration : underline 
}

p.caption {
  background-color: rgb(242, 238, 14);
  font-family : sans-serif;
  font-size : 9px;
  margin-top : 0px;
  margin-left : 6px;
  margin-right : 6px;
  border-top : 0px;
  border-left : 4px rgb(13, 35, 144) solid;
  border-bottom : 4px rgb(13, 35, 144) solid;
  border-right : 4px rgb(13, 35, 144) solid;
  padding: 2px;
}

table.photo {
 margin : 6px;
 padding : 0px;
   font-family : sans-serif;
  font-size : 9px;
  color : white;
}

table.random {
padding : 4px;
border : 4px rgb(13, 35, 144) solid;
margin : 6px;
}
.random .td{
text-align : center;
}

.center {
text-align : center;
}