/* resume style sheet */

body {
 margin-top: 0px;
 text-align: center;
 min-width: 760px;
}

#pagewrapper {
   width: 760px;
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   font-family: Arial, helvetica, non-serif;
}

h1 {
   font-size: 18px;
   text-align: center;
   font-weight: bold;
}

h2 {
   font-size: 15px;
   text-align: center;
   font-weight: bold;
}

h3 {
   display: inline;
   font-size: 15px;
   text-align: left;
}

h4 {
   font-size: 12px;
   text-align: center;
}

a {
   text-decoration: none;
}

p {
   margin-top: 0px;
   font-size: 15px;
}

blockquote {
   font-size: 15px;
   font-weight: bold;
   text-align: justify;
}

ul {
   margin-top: 0px;
   list-style-image: url('s_bd21300_.gif');
}

.left {
   width: 380px;
   float: left;
   text-align: left;
   font-size: 12px;
}

.right {
   width: 380px;
   float: right;
   text-align: right;
   font-size: 12px;
}

