body {
  background: white no-repeat fixed;
}


div.links { 
  padding-top: 30px;
  padding-bottom: 3px;
  text-align: center
}
div.sublinks { 
  padding-top: 0px;
  padding-bottom: 30px;
  text-align: center;
}
div.image { 
  text-align: center;
  margin-bottom: 10px
}



div.content { 
  background: white;
  margin-left: 22%;
  margin-right: 22%
}
img.blogimage { 
  height:230px
}

a.main:link {
  color:  #e80000;
  text-decoration: none;
  font-size: 110%;
  font-family: Garamond
}
a.main:link:hover {
  color: #e80000;
  text-decoration: none;
  font-size: 110%;
  font-family: Garamond
}
a.main:visited {
  color: #e80000;
  text-decoration: none;
  font-size: 110%;
  font-family: Garamond
}
a.main:visited:hover {
  color: #e80000;
  text-decoration: none;
  font-size: 110%;
  font-family: Garamond
}
a.other:link {
  color: #BBC;
  text-decoration: none;
  font-size: 110%;
  font-family: Garamond
}
a.other:link:hover {
  color: black;
  text-decoration: none;
  font-size: 110%;
  font-family: Garamond
}
a.other:visited {
  color: #BBC;
  text-decoration: none;
  font-size: 110%;
  font-family: Garamond
}
a.other:visited:hover {
  color: black;
  text-decoration: none;
  font-size: 110%;
  font-family: Garamond
}

a.submain:link {
  color:  #e80000;
  text-decoration: none;
  font-size: 80%;
  font-family: Garamond
}
a.submain:link:hover {
  color: #e80000;
  text-decoration: none;
  font-size: 80%;
  font-family: Garamond
}
a.submain:visited {
  color: #e80000;
  text-decoration: none;
  font-size: 80%;
  font-family: Garamond
}
a.submain:visited:hover {
  color: #e80000;
  text-decoration: none;
  font-size: 80%;
  font-family: Garamond
}
a.subother:link {
  color: #BBC;
  text-decoration: none;
  font-size: 80%;
  font-family: Garamond
}
a.subother:link:hover {
  color: black;
  text-decoration: none;
  font-size: 80%;
  font-family: Garamond
}
a.subother:visited {
  color: #BBC;
  text-decoration: none;
  font-size: 80%;
  font-family: Garamond
}
a.subother:visited:hover {
  color: black;
  text-decoration: none;
  font-size: 80%;
  font-family: Garamond
}


div.content a:link {
  color: #BBC;
  text-decoration: none
}
div.content a:link:hover {
  color: #94c100;
  text-decoration: none
}
div.content a:visited {
  color: #BBC;
  text-decoration: none
}
div.content a:visited:hover {
  color: #94c100;
  text-decoration: none
}

h1 { 
  margin: 0px -15px 0.1em; 
  padding: 5px 0 0px; 
  text-align: right; 
  background-color: white; 
  background-repeat: repeat-x;
  background-image: url("images/lines_green_038.gif");
  letter-spacing: 0.5em; 
  color: #3e1082; 
  text-transform: lowercase; 
  font: 26px sans-serif; 
  height: 50px; 
  vertical-align: middle;
  white-space: nowrap
}

h2 { 
  color: #BBC;
  font: 18px sans-serif
}

p { 
  color: black;
  font-family: times;
  font-size: 13px;
  padding-top: 25px;
  padding-bottom: 40px
}

p.center { 
  color: black;
  font-family: times;
  font-size: 13px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 40px
}

p.centerbig { 
  color: black;
  font-family: times;
  font-size: 18px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 40px
}

