/* CSS Document */

body {
  background-color: black;
  color: white;
  font-family: arial, sans-serif;
  margin: auto;
}

.topNavBandBlock {
  padding: 5px;
  background-color: #111;
  border-bottom: solid #555 1px;
}


a {
  color: gold;
}
a:hover {
  color: #777;
}

.menuItemBlock {
  padding-left: 15px;
  padding-right: 15px;
}

.menuItem {
  font-size: large;
  font-weight: bold;
  color: #eee;
}
.menuItem:hover {
  color: #777;
}


#pictureBlock {
  padding: 0px;
}

#mainPic {
}



#pageTitle {
  padding-right: 50px;
  text-align: right;
  font-size: xx-large;
  font-weight: bold;
}


#pageContent {
  text-align: left;
  padding: 15px;
  width: 80%;
  margin: auto;
}



.bioBlock {
  padding-left: 10px;
  padding-top: 4px;
  text-align: justify;
}
.bioSubTitle {
  font-weight: bold;
}


#portfolioGroupLinkBlock {
  text-align: center;
  color: #888;
}
.portfolioGroupLink {
  font-weight: bold;
}
