#slideshow {
  width: 380px;
  height: 384px;
  border: none;
  margin-left: auto;
  margin-right: auto;}

body {
  //background-image: url(images/BG.jpg);
  //background-repeat:repeat-x;
  color: #333;
  font-size: 11px;
  height: auto;
  padding-bottom: 20px;
}

a {
  text-decoration: none;
  color: #D45A25
}

a:hover {
  //text-decoration: underline;
}

h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

h2 {
  //padding-top: 20px;
  //text-align: center;
}

h5 {
  padding-top: 20px;
  background-position: 0;
}

p {
  //border: 1px solid #666;
  overflow: hidden;
  //padding: 10px 0;
  text-align: left;
  //color: #424242;
  font: 14px "Helvetica Neue", helvetica, arial, sans-serif, serif;
  line-height: 1.8;
}


.clear
{
clear:both;
}

.button {
	background-color: #008929;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-family: "Arial Black", "Helvetica Neue", helvetica, arial, sans-serif, serif;
	font-size: 14px;
	//font-weight: bold;
	color: white;
	margin-top: 20px;
}

.button:hover {
	background-color: #74A3B2;
	color: #ffffff;
}

.activebutton {
	background-color: #63CC51;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-family: "Arial Black", "Helvetica Neue", helvetica, arial, sans-serif, serif;
	font-size: 14px;
	//font-weight: bold;
	color: white;
	margin-top: 20px;
}

.title {
	background-color: #E03F21;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin-top: 20px;
}

.content {
	//border: 1px solid #666;
	margin-top: 15px;
	padding: 25px;
	background-color: #ccffcc;
	color: #000;
	border: 5px solid #008929;
}


img {
	padding: 0px;
	//display: block;
	//margin-left: auto;
	//margin-right: auto;
	//margin-top: 20px;
	display: block;
	margin:  0 auto;
	margin-bottom: 20px;
	//border: 1px solid #74A3B2;
}

.nopad {
	padding:  0px;
	margin: 0px;
}

.leftpad {

	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}

img.header {
	margin-top: 20px;
	border: 1px solid #666;
}

img.toppad {
	margin-top: 50px;
}

img.leftcon {
	margin-top: -10px;
	margin-left: 30px;
	margin-right: 40px;
	margin-bottom: 10px;
}

img.rightcon {
	margin-top: -10px;
	//margin-left: 30px;
	margin-bottom: 10px;
}

.noborder {
	border: 0px;
}

.logo {
	border: 0px;
	margin-top: 20px;
}

.attribute {
	font-size: 12px;
	text-align: right;
}

//.quot {font-style : italic; font-size:16px}

div.quote {
//position: static;
//margin-right: 20%;
margin-bottom: 1em;
padding: 1em;
border: 4px #8BC43E dotted;
font-style: italic;
font-size: 16px;
}

.small {
	margin-top: 10px;
	font-size: 12px;
}

blockquote {
	font-size: 16px;
	font-style: italic;
	//border-left: 5px solid #666666;
	//padding-left: 10px;
	//text-align: center;
}

.poemtitle {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;

}

.author {
	font-size: 12px;
}

.big {
	font-size: 16px;
}

#toptext {
	margin-top: 50px;
}

#navlist
{
padding: 3px 0;
padding-top: 10px;
margin-left: 0;
border-bottom: 1px solid #E03F21;
font: bold 12px Verdana, sans-serif;
//background: #D45A25;
width: 100%; }

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #E03F21;
border-bottom: none;
background: #E03F21;
text-decoration: none;
}

#navlist li a:link { color: #FFFFFF; }
#navlist li a:visited { color: #FFFFFF; }

#navlist li a:hover
{
color: #000;
//background: #daa520;
//border-color: #227;
}


#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
color: #000000; }
