body {
background-color: #3b3b3b;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  color:            #fff;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  } 



.row1 {
text-align: center;
background-color: #3b3b3b;
}

.row2 {
text-align: center;
background-color: #FFFFFF;

}

.row3 {
height: 100%;
background-color: #3b3b3b;
}

.row3extra {
text-align: left;
width: 700px;
padding-top: 15px;
padding-bottom: 15px;
}

.pagetitle {
  font-weight: bold;
  color: #fbd61a;
  font-size: 20px;
  padding-bottom: 10px;
}

.row4 {
border-top: #FFFFFF solid 1px;
background-color: #cdcdcd;
height: 50px;
color: #000000;
}

.row4extra {
width: 700px;
text-align: left;
}

.row4item {
display: inline;
width: 200px;
}

.row4itemheader {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
color: #000000;
font-size: 16px;
}

.row4itemcontents {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}


.row5 {
border-top: 2px solid #FFFFFF;
background-color: #3b3b3b;
color: #FFFFFF;
height: 60px;
}

.row5extra {
padding-top:20px;
text-align: left;
width: 700px;
}
