/*Mfay resume stylesheet*/
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10px;
  background-image:url(images/header.jpg);
  background-repeat: repeat-x;
  background-position:top;
  margin: 0px;
  padding: 0px;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.white {
  font: #ffffff;
  font-weight: bold;
}

#header {
  float: right;
  width: 200px;
  margin-top: 25px;
  margin-left:20px;
  color: #ffffff;
  text-align: left;
}

#menu {
  float: left;
  color: #ffffff;
  font-weight: bold;
  margin-top: 145px;
  margin-left: 5px;
  font-size: small;
  }

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 12px;
}

#mainbody{
  clear:both;
  color: #000000;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  }
#mainbody a{
  color: #6a160d;
  font-size: 20px;
  }

#mainbodylinks a{
  color: #6a160d;
  font-size: 12px;
  font-weight: bold;
  }

#objective {
  background-color:#E0E0E0;
  text-align: center;
  padding: 3px;
  }

.small {
  font-size:10px;
  }

.big {
	font-size: 24px;
	font-weight: bold;
}
  
A {
  color: #ffffff;
}
A:hover {
  color: #ffffff;
  text-decoration: none;  
}
A:visited {
  color: #ffffff;
}

.title {
  font-weight: bold;
  }

.locale {
  font-weight: bold;
  }

.duties {
  font-weight: bold;
  }
    
 #footer {
  margin-top: 10px;
  background-color: #E0E0E0;
  padding: 5px;
  text-align: center;
  }
  
#footer a{
  color: #6a160d;
  font-weight: bold;   
  }

.nolink {
  color: #6a160d;
  font-size: 12px;
  font-weight: bold;
}