p.story {
margin: 0 0 10px 0;
background-image: url('story_bg.gif');
background-repeat: no-repeat;
background-position: top left;
padding: 16px;
}

p.story:first-letter {
font-size : 2.0em;
font-weight: bold;
padding-right: 2px;
}

p.storyAuthor {
font-style: italic;
color: #0E5814;
padding: 0px 16px 16px 16px;
}

img.storyImage {
border-style: none;
float: right;
margin-top: 15px;
margin-left: 10px;
}

a {
color: #0E5814;
text-decoration: none;
}

.storyDiv {
margin: 0 0 24px 0;
border-bottom: #08A413 2px solid;
padding-bottom: 8px;
}

.featuredStoryDiv {
margin: 0 0 24px 0;
border-bottom: #08A413 2px solid;
padding-bottom: 8px;
}

p.advance a {
color: #08A413;
}


p.advance a {
color: #08A413;
text-decoration: none;
font-size: 1.1em;
}

p.advance a:hover {
color: #08A413;
text-decoration: underline;
font-size: 1.1em;
}


#featuredStoriesHeading {
  width: 100%;
}
#featuredStoriesHeadingContent {
  width: 60%;
  text-align: left;
  font-size: 18pt;
  font-style: italic;
}
#featuredStoriesStateControl {
  width: 40%;
  font-size: 11px;
  text-align: right;
}

#storiesHeading {
  width: 100%;
}
#storiesHeadingContent {
  width: 60%;
  text-align: left;
  font-size: 18pt;
  font-style: italic;
}
#storiesStateControl {
  width: 40%;
  font-size: 11px;
  text-align: right;
}
#storyNavigation {
  width: 100%;
}
#storyBack {
  white-space: nowrap;
  width: 10%;
}
#storyPageLinks {
  width: 80%;
  text-align: center;
}
#storyMore {
  white-space: nowrap;
  width: 10%;
  text-align: right;
}

a.storyEmail {
text-decoration: none;
font-style: italic;
font-weight: normal;
color: #043464;
}
a.storyEmail:link {
}
a.storyEmail:visited {
}
a.storyEmail:active {
}
a.storyEmail:hover {
text-decoration: underline;
}