
/************** header tag styles **************/






#content {
    background-color : #000000;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 10px;
    padding-top : 0px;
  }

/***********************************************/
/* Component Divs                              */
/***********************************************/





.feature {
    background-color : #000000;
    color : #ffffff;
    font-size : 12pt;
    height : 200px;
    min-height : 300px;
    padding-bottom : 20px;
    padding-left : 10px;
    padding-right : 0px;
    padding-top : 0px;
    text-align : justify;
  }


.feature h3 {
    color : #ffca3a;
    font-family : Arial,sans-serif;
    font-size : 175%;
    font-weight : bold;
    padding-bottom : 5px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 30px;
  }


.feature img {
    background-color : #000000;
    float : left;
    padding-bottom : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 0px;
  }

/*************** story styles ******************/









.story {
    background-color : #000000;
    color : #ffffff;
    font-size : 12pt;
    padding-bottom : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    text-align : justify;
  }


.story h3 {
    color : #ffca3a;
    font-family : Arial,sans-serif;
    font-size : 125%;
    font-weight : bold;
    padding-left : 10px;
    padding-right : 10px;
  }


.story p {
    padding-bottom : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 0px;
    text-align : justify;
  }

.story p strong {
font-size : 110%;
    font-weight : bold;
    color : #ffca3a;
  }

.story a.capsule {
    color : #fdae25;
    font-family : Arial,sans-serif;
    font-size : 1em;
    font-weight : bold;
    padding-bottom : 5px;
  }


.story a.capsule:hover {
    color : #fd833d;
    text-decoration : underline;
  }


td.storyLeft {
    padding-right: 12px;
  }

/********************* end **********************/
