/*This is a stylesheet for the index pages of the site*/

/*  #068245 = dark green */
/*  #8CCC9C = softer green borders */

#rightindex-box {    /*Right side of screen */
  position: relative;
  float: right;
  width: 390px;
  height: auto;
  border: none;
  background-color: transparent;
  padding: none;
  margin-left: 10px;
  margin-bottom: 10px;
}


.indexrightouter-box {  /*Outside of right-side boxes (inside rightindex-box), solid 1px border*/
  position: relative;
  float: left;
  width: 340px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #8CCC9C;
  background-color: transparent;
  padding: 0px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.indexrightmiddle-box {   /*center right-side box, solid 13px border*/
  position: relative;
  float: left;
  width: 312px;
  height: auto;
  border-width: 13px;
  border-style: solid;
  border-color: #FFF5D9;
  background-color: #FFFFFF;
  padding: 0px;
}

.indexrightinner-box {   /*inside right-side box, solid 1px border*/
  position: relative;
  float: left;
  width: 272px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #8CCC9C;
  background-color: #ffffff;
  padding: 20px;
  margin: 0px;
}

#googlecomment-box {
  position: relative;
  float: right;
  width: 350px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #E1EEE0;
  background-color: transparent;
  padding: 20px;
  margin-right: 0px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

table.indexpage {
  width: 600px;
  float: left;
  border: none;
}

td {
  width: auto;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 5px;
}

.introtext {
  color: #068245;
}

.indextext {
  color: #000000;
  font-size: 12px;
  line-height: 19px;
}

h2.introtext {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
}

.subscriptionouterouter-box {
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Small boxes for navigation to previous and next pages */
.return-box {
  position: relative;
  width: auto;
  float: left;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 10px;
  border-style: solid;
  border-width: 10px;
  background-color: #DFF2F8;
  border-color: #ffffff;
  height: auto;
  font-size: 11px;
  color: #006699;
  font-family: Comic Sans MS;
  line-height: 15px;
  text-align: center;
}
.next-box {
  position: relative;
  width: auto;
  float: right;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 10px;
  border-style: solid;
  border-width: 10px;
  background-color: #DFF2F8;
  border-color: #ffffff;
  height: auto;
  font-size: 11px;
  color: #006699;
  font-family: Comic Sans MS;
  line-height: 15px;
  text-align: center;
}
/* END - Small boxes for navigation to previous and next pages */

.blogboxoutside {
  position: relative;
  float: right;
  width: 350px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #E1EEE0;
  background-color: transparent;
  padding: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
}

.blogboxmiddle {   /*center right-side box, solid 13px border*/
  position: relative;
  float: left;
  width: 322px;
  height: auto;
  border-width: 13px;
  border-style: solid;
  border-color: #FFF5D9;
  background-color: #FFFFFF;
  padding: 0px;
}

.blogboxinner {   /*inside right-side box, solid 1px border*/
  position: relative;
  float: left;
  width: 306px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #E1EEE0;
  background-color: #ffffff;
  padding: 8px;
  margin: 0px;
  text-align: center;
  line-height: 22px;
}

p.blogtext {
  color: #6BB6E3;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}

a.introtext  {
  color: #068245;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  text-decoration: none;
}

a:hover.introtext  {
  color: #49E041;
  font-style: normal;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  text-decoration: none;
}

a:visited.introtext  {
  color: #bbbbbb;
  font-style: normal;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-bottom-color: #bbbbbb;
  text-decoration: none;
}

a:active.introtext  {
  color: #00FF33;
  font-style: normal;
  text-decoration: none;
}

img.indextext {
  float: left;
  width: 90px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 0px;
}


p.indextext {
  font-style: normal;
  margin-bottom: 15px;
}

i.indextext {
  font-style: italic;
}

b.indextext {
  font-weight: bold;
}

center.indextext {
  text-align: center;
}

h1.indextext  {
  font-weight: bold;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 5px;
}

h2.indextext  {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
}

h3.indextext {
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  line-height: 17px;
}

h4.indextext {
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
}

a.indextext  {
  color: #068245;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  text-decoration: none;
}

a:hover.indextext  {
  color: #49E041;
  font-style: normal;
  border-bottom-style: solid;
  border-bottom-width: 2px;
/*  border-bottom-color: #068245;*/
  border-bottom-color: #49E041;
  text-decoration: none;
}

a:visited.indextext  {
/*  color: #666666; */
  color: #8D948F;
  font-style: normal;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-bottom-color: #8D948F;
  text-decoration: none;
}

a:active.indextext  {
  color: #00FF33;
  font-style: normal;
  text-decoration: none;
}

table.news {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #E1EEE0;
  background-color: transparent;
  padding: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

td.newsheader {
  width: auto;
  text-align: left;
  border: none;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
}

td.news {
  width: auto;
  text-align: left;
  border: none;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 30px;
  border-left: 2px dotted #e1eee0;
  border-right: 2px dotted #e1eee0;
}

p.newstext {
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 3px;
}

a.newstext  {
  color: #068245;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  text-decoration: none;
}

a:hover.newstext  {
  color: #49E041;
  font-style: normal;
  border-bottom-style: solid;
  border-bottom-width: 2px;
/*  border-bottom-color: #068245;*/
  border-bottom-color: #49E041;
  text-decoration: none;
}

a:visited.newstext  {
/*  color: #666666; */
  color: #8D948F;
  font-style: normal;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-bottom-color: #8D948F;
  text-decoration: none;
}

a:active.newstext  {
  color: #00FF33;
  font-style: normal;
  text-decoration: none;
}

h3.newstext {
  font-weight: bold;
  font-style: italic;
  font-size: 13px;
  line-height: 13px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #E1EEE0;
}



