body {
  font-family: Tahoma, Arial, sans-serif;
  text-align: center;
  background-color: #cccccc;
}

#mmasthead {
  position: relative;
  height: 100px;
  width: 900px;
  clear: both;
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
  background-image: url(images/greenline.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
}
#mmasthead table { width: 100%; }
#mmasthead a {
  text-decoration: none;
  color: black;
}
#mmasthead a:hover { background-color: #a0a0a0; }
#leftmast {
  text-align: left; 
  position: absolute;
  left: 0px; bottom: 40px;
  width: 50%;
  padding: 0px 0px 0px 5px; 
  margin: 0px 0px 0px 0px;
}
#rightmast {
  font-family: monospace;
  font-size: 14pt;
  font-weight: bold;
  text-align: right;
  position: absolute;
  right: 0px; bottom: 40px;
  width: 50%;
  padding: 0px 5px 0px 0px; 
  margin: 0px 0px 0px 0px;
}

#content {
  position: relative;
  text-align: left;
  font-size: 10pt;
  width: 900px;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}
#content ul { 
  list-style-type: disc;
  padding-left: 15px;
}

a         {color: green}
a:link    {color: #404040}
a:visited {color: #606060}
a:hover   {background-color: #e8e8ff}

#resume { 
  text-align: left;
  font-family: "Times New Roman", Times, serif;
  font-size: 10pt;
  background-color: white;
  width: 750px;
  margin: 0px auto;
  padding: 50px 50px 50px 50px;
  border: 1px solid black;
}
#resume h1 { 
  text-align: left;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px solid black;
}
#resume h2 { 
  text-align: left;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  border-bottom: 1px solid black;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}
#resume h3 { 
  text-align: left;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  margin: 0px 0px 0px 25px;
  padding: 5px 0px 0px 0px;
}
#resume p { 
  margin: 0px 0px 0px 25px;
  padding: 0px 0px 0px 0px;
}
#resume p.sans   { font-family: Tahoma, Arial, sans-serif }
#resume p.padtop { padding-top: 10px }
#resume p.floatright { 
  float: right;
  margin-left: 0px;
}
#resume p.righticons { 
  float: right;
  margin-left: 0px;
}
#resume p.address { 
  text-align: right;
  font-family: Tahoma, Arial, sans-serif;
  margin-left: 0px;
}
#resume ul { 
  list-style-type: disc;
  margin: 0px 0px 0px 25px;
  padding: 0px 0px 5px 15px;
}
#resume img {
  border: none;
}

#portfolio h1 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  clear: both;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid black;
}
#portfolio p.photoright {
  float: right;
  padding: 2px 0px 8px 10px;
  margin: 0px 0px 0px 0px;
}
#portfolio p.photoleft {
  float: left;
  padding: 2px 10px 8px 0px;
  margin: 0px 0px 0px 0px;
}
#portfolio a { color: black; text-decoration: none; }
#portfolio a:hover { background-color: #cccccc; text-decoration: underline; }
