  body, html
  { 
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
  }

  body
  {
    margin-bottom: 0px;
  }

  td
  { 
    font-family: "Myriad Pro", "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
  }

  p
  {
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #ededed;
  }

  h2
  {
    font-family: "myriad pro", "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 22px;
    color: #ffffff;
  }


  a         { color: #950100; text-decoration: none; }
  a:link    { color: #950100; text-decoration: none; }
  a:visited { color: #950100; text-decoration: none; }
  a:hover   { color: #950100; text-decoration: underline; }
  a:active  { color: #950100; text-decoration: none; }

  #container
  {
    margin: 0 auto;
    width: 984px;
    padding-bottom: 20px;
  }


  /* Define the header bar settings */

  #header
  {
    width: 982px;
    height: 140px;
    border-left: 1px solid #535353;
    border-right: 1px solid #535353;
  }


  /* Define the navigation bar settings */

  #nav
  {
    width: 940px;
    height: 42px;
    text-align: right;
    padding-left: 21px;
    padding-right: 21px;
    background-color: #fdcc00;
    border-left: 1px solid #6e5f23;
    border-right: 1px solid #6e5f23;
    border-bottom: 1px solid #6e5f23;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
  }

  table.nav
  {
    margin-top: 16px;
    float: right;
  }

  td.nav
  {
    font-family: 'myriad pro', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
  }

  td.nav > a         { color: #000000; text-decoration: none; }
  td.nav > a:link    { color: #000000; text-decoration: none; }
  td.nav > a:visited { color: #000000; text-decoration: none; }
  td.nav > a:hover   { color: #000000; text-decoration: underline; }
  td.nav > a:active  { color: #000000; text-decoration: none; }


  /* Define the social networking navigation */

  #navSocial
  {
    width: 984px;
    height: 35px;
  }

  table.navSocial
  {
    margin-top: 8px;
    float: right;
  }

  td.navSocial
  {
    padding-left: 12px;
  }

  img.navSocial
  {
    border: 0px;
  }


  /* Define the body settings */

  #body
  {
    width: 940px;
    margin-bottom: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 21px;
    padding-right: 21px;
    border: 1px solid #6b0f0f;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #980100;
  }


  /* Define the footer settings */

  #footer
  {
    width: 940px;
    margin-bottom: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 21px;
    padding-right: 21px;
    border: 1px solid #333333;;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #535353;
    color: #ededed;
  }

  a.footer { color: #ededed; text-decoration: underline; }
  a.footer { color: #ededed; text-decoration: underline; }
  a.footer { color: #ededed; text-decoration: underline; }
  a.footer { color: #ffffff; text-decoration: underline; }
  a.footer { color: #ededed; text-decoration: underline; }


  /* Define the interview page table */

  td.interviewTitle
  {
    font-size: 14px;
    font-weight: bold;
  }

  td.interviewDate
  {
    font-size: 11px;
    font-weight: bold;
  }

  td.interviewBody
  {
    font-family: 'lucida grande', sans-serif;
    font-size: 12px;
    color: #dedede;
    line-height: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #6f0807;
  }


  /* Define the blog page settings */

  div.blogSection
  {
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #000000;
    -moz-border-radius: 5px;
  }

  td.blogTitle
  {
    color: #000000;
    font-family: 'myriad pro', sans-serif;
    font-size: 22px;
    border-bottom: 1px solid #000000;
    padding-bottom: 3px;
		/*WH added for blog.html*/
		line-height: 1em;
  }

  td.blogDate
  {
    color: #333333;
    font-family: 'myriad pro', sans-serif;
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 18px;
  }

  td.blogComments
  {
    color: #000000;
    border-top: 1px solid #000000;
    padding-top: 3px;
    font-style: italic;
  }

  td.blogContent
  {
    color: #000000;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 20px;
  }

  td.blogContent p
  {
    color: #000000;
  }

  a.blogTitle         { font-family: 'myriad pro', sans-serif; font-size: 18px; color: #990300; text-decoration: none; font-weight: bold; }
  a.blogTitle:link    { font-family: 'myriad pro', sans-serif; font-size: 18px; color: #990300; text-decoration: none; }
  a.blogTitle:visited { font-family: 'myriad pro', sans-serif; font-size: 18px; color: #990300; text-decoration: none; }
  a.blogTitle:hover   { font-family: 'myriad pro', sans-serif; font-size: 18px; color: #990300; text-decoration: none; }
  a.blogTitle:active  { font-family: 'myriad pro', sans-serif; font-size: 18px; color: #990300; text-decoration: none; }

  td.blogContent a         { color: #980100; text-decoration: none; }
  td.blogContent a:link    { color: #980100; text-decoration: none; }
  td.blogContent a:visited { color: #980100; text-decoration: none; }
  td.blogContent a:hover   { color: #980100; text-decoration: underline; }
  td.blogContent a:active  { color: #980100; text-decoration: none; }

  a.directLink         { color: #980100; text-decoration: underline; }
  a.directLink:link    { color: #980100; text-decoration: underline; }
  a.directLink:visited { color: #980100; text-decoration: underline; }
  a.directLink:hover   { color: #980100; text-decoration: underline; }
  a.directLink:active  { color: #980100; text-decoration: underline; }


  /* Define the bio page settings */

  div.bioImage
  {
    background-color: #000000;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }


  /* Define the generic look for the sidebar */

  td.sideBar
  {
    width: 300px;
    background-color: #000000;
    -moz-border-radius: 5px;
    padding: 10px;
  }

  td.sideBarHeader
  {
    padding-top: 22px;
    padding-bottom: 2px;
    color: #960300;
    font-size: 18px;
    border-bottom: 1px solid #767153;
  }

  a.sideBar         { color: #ffffff; text-decoration: none; }
  a.sideBar:link    { color: #ffffff; text-decoration: none; }
  a.sideBar:visited { color: #ffffff; text-decoration: none; }
  a.sideBar:hover   { color: #ffffff; text-decoration: underline; }
  a.sideBar:active  { color: #ffffff; text-decoration: none; }

.player {
-moz-border-radius:3px 3px 3px 3px;
background-color:#000000;
padding:5px;
	
}

/*WH added styles for blog.html*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}