.mLink:active
{
    font: 10px Arial;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    display:block;
    padding-top:5px;
}

.mLink:link
{
    font: 10px Arial;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    display:block;
    padding-top:5px;

}

.mLink:visited
{
    font: 10px Arial;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    display:block;
    padding-top:5px;
}

.mLink:hover
{
    font: 10px Arial;
    text-transform: uppercase;
    color: #0000a0;
    text-decoration: none;
    display:block;
    padding-top:5px;
}

.lLink:active
{
    font: 10px Arial;
    text-transform: uppercase;
    color: #0000a0;
    text-decoration: none;
    display:block;
    padding-top:5px;
}

.lLink:link
{
    font: 10px Arial;
    text-transform: uppercase;
    color: #0000a0;
    text-decoration: none;
    display:block;
    padding-top:5px;

}

.lLink:visited
{
    font: 10px Arial;
    text-transform: uppercase;
    color: #0000a0;
    text-decoration: none;
    display:block;
    padding-top:5px;
}

.lLink:hover
{
    font: 10px Arial;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    display:block;
    padding-top:5px;
}

.bLink:active
{
    color: black;
    text-decoration: none;
}

.bLink:link
{
    color: black;
    text-decoration: none;
}

.bLink:visited
{
    color: black;
    text-decoration: none;
}

.bLink:hover
{
    color: #0000a0;
    text-decoration: none;
}

body
{
  background-color:#faf7fa;
}
.menuBox
{
  width:150px;
  height:250px;
  border:1px solid black;
  margin-top:110px;
  margin-right:5px;
  background-color:#f5f5f5;
}

.archiveBox
{
  width:150px;
  border:1px solid black;
  margin-top:20px;
  margin-right:5px;
  background-color:#f5f5f5;
}

.contentBox
{
  margin-top:50px;
  width:450px;
  border:1px solid black;
  background-color:#f5f5f5;
}

.topContent
{
  width:100%;
  height:60px;
  background:#f5f5f5 url("../images/christiana.gif") no-repeat bottom center;
}

.bMember
{
  font:12px Arial;
  letter-spacing:1px;
  margin-bottom:10px;
  margin-left:5px;
}

.bName
{
  text-transform:uppercase;
  font-weight:bold;
  width:150px;
  cursor:pointer;
  padding-right:15px;
}

.bAddress
{
  padding-left:20px;
  font:10px Arial;
}

.pageTitle
{
  width:100%;
  text-align:right;
  font: 14px Century Gothic;
  letter-spacing:3px;
  color:#392681;
  padding-right:10px;
}  

.pageContent
{
  padding:5px;
  text-indent:10px;
  font:13px Trebuchet MS;
  color:black;
  clear:both;
}

.copyright
{
  font:10px Arial;
  text-transform:uppercase;
  color:black;
  text-align:right;
  padding-right:5px;
}
.mDate
{
  font:10px Arial;
  float:left;
}
.mMonth
{
  width:300px;
  float:left;
}