root { 
    display: block;
    padding: 0px;
}

body {
  font-size: 10px;
  font-family: Verdana, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

ul, li {
  list-style-position: inside;
}

p {
  font-size: 10px;
  margin: 0px 0px 6px 0px;
}

p.floatheader {
  font-weight: bold;
  display: block;
  color: #606060;
  border-bottom: 1px #808080 solid;
}

p.heading {
  font-weight: normal;
  font-size: 24px;
}

p.footertext {
  font-size: 8px;
  color: #808080;
  float: right;
  margin: 0px 16px 6px 0px;
}

p.mainlinkitem_link {
  display: inline;
  font-weight: bold;
  margin: 0px 0px 6px 0px;
}

p.mainlinkitem_description {
  display: block;
}

p.mainlinkitem_extendeddescription {
  display: block;
  margin-left: 76px;
  color: #808080;
}

p.diarydayheading {
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
}

p.formentry {
  font-weight: bold;
  margin: 6px 10px 6px 0px;
  text-align: left;
  display: block;
}

p.cvsectiontitle {
  margin-top: 12px;
  font-weight: normal;
  font-size: 14px;
  border-top: #a2a2a2 1px solid;
}

p.cvanswer {
  font-weight: normal;
}

p.cvdates_date {
  float: left;
  width: 150px;
  text-align: right;
  font-weight: bold;
  margin-right: 12px;
  clear: both;
}

p.cvdates_jobtitle, p.cv_misctitle {
  font-weight: bold;
  margin-bottom: 0px;
}

p.cvdates_address 
{
  text-size: 8px;
  font-style: italic;
}

p.cvdates_item {
}

img.banner {
  margin: 12px 0px 0px 12px;
}

img.linkmarker {
  margin: 0px 6px 0px 0px;
  vertical-align: middle;
  width: 15px;
  height: 15px;
}


img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

img.colorswatch {
  width: 20px;
  height: 50px;
  vertical-align: top;
  float: left;
}

img.tasterimage {
  width: 50px;
  height: 50px;
  vertical-align: top;
  float: left;
  margin: 0px 6px 6px 0px;
}

img.sectiongraphic {
  float: left;
  margin: 0px 12px 6px 0px;
  width: 150px;
  height: 150px;
}

div.mainsection {
  margin: 6px 16px 12px 16px;
  border-left: #a2a2a2 1px solid;
  border-top: #a2a2a2 1px solid;
  border-bottom: #a2a2a2 1px solid;
  padding: 32px 32px 12px 32px; 
}

div.mainlinkitem {
  margin: 0px 0px 24px 0px;
  border-top: #a2a2a2 1px solid;
  padding: 0px;
  clear: both;
}

div.floatitem {
  float: left;
  clear: left;
  display: block;
  width: 150px;
  margin: 0px 12px 12px 0px;
  border-bottom: #808080 1px solid;
}

div.cvdates_entry {
  margin-top: 6px;
  display: block;
  margin-left: 150px;
  padding-left: 12px;
}

a { 
  color: #848484;
  text-decoration: none;
}

a.mainlinkitem_link {
  font-size: 10px;
  font-weight: bold;
  color: #848484;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}

a:hover, a:hover.mainlinkitem_link {
  color: #cdbbff;
}

a:click, a:click.mainlinkitem_link {
  color: black;
}

a.menusmalllink {
  font-size: 10px;
  color: #a2a2a2;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}

a:hover.menusmalllink {
  margin: 0px;
  color: #cdbbff;
}

a.toplink {
  font-size: 6px;
  display: inline;
  float: right;
  margin: 0px 0px 6px 6px;
  padding: 6px;
  background: #e0e0e0;
  border: solid #808080 1px;
}

input.formentry, textarea.formentry {
  border: 1px #808080 solid;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-left: 162px;
  width: 300px;
}

input.formentry#submit {
  background: #e0e0e0;
  width: 150px;
}

input:hover.formentry#submit {
  background: #cdbbff;
  cursor: pointer;
}