body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;	
}

p, ul, ol, td {
	font-size: 10pt;
}

a            { text-decoration: none }

a:hover      { 
	color: #ff3333;
	text-decoration: underline;
}

.indent {
	padding-left: 2em;
}
.blue {
	color: #3333cc;
}
.smaller {
	font-size: 75%;
}
.redborder {
	border: 1px solid #FF0000;
}

td#content {
	padding: .5em;
	padding-left: 2em;
}

table#menubar {
	margin-top: 1em;
}

table#menubar td {
	border: 1px solid #FF0000;
	padding: 6px;
}

table#menubar td#top {
	margin: 0;
	padding: 0;
	border: 0; 
}

table#menubar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.blueborder {
	border: 1px solid #3333cc;
}
.red {
	color: #FF0000;
}
.purpose { 
	color: #FF0000; 
	font-weight: bold;
}
table#header td#paver {
	margin: 0;
	padding: 0;
	border: 1px solid #3333cc;
}

table#header p {
	font-size:80%;
	text-align: center;
}

h2 {
	font-style: italic;
	color: #3333cc;
}
.book #title {
	font-style: italic;
	font-weight: bold;
	color: #3333cc;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
	font-size: 110%;
}
.book #price {
	font-weight: bold;
	color: #3333cc;
}
.book #author {
	margin-top: 2px;
	padding-top: 0px;
	font-size: 85%;
}
.centered {
	background-position: center;
}
h1 {
	color: #000099;
}
.justified {
	text-align: justify;
}

div#footer {
	padding-top: .5em;
	padding-bottom: 1em;
}

div#footer p {
	text-align: center;
	font-size: 75%;
}

table#donation {
	font-size: 90%;
}

table#donation th {
	text-align: center;
}

table#donation .level {
	color: #FF0000;
	font-weight: bold;
}

table#donation .rank {
	color: #3333cc;
	font-style: italic;
	font-weight: bold; 
}

table#donation .amount {
	text-align: center;
}

table#pavercost {
	margin-top: 1em;
 	margin-bottom: 1em;
}

table#pavercost caption {
	font-weight: bold;
}

div.photo {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
}
div.photo div {
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
div.photo div img {
	border: 1px solid #ccc;
}
div.photo div div.photocaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: .3em 0 .1em 0;
	font-size: 80%;
	color: #666666;
}

div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}

div.tleft {
	float: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}

div#article_menu {
	clear: both;
	margin: 10px;
	padding: 10px;
	border: 1px solid #3333cc;
}

div#article_menu h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-style:normal;
}

div#article_menu ul {
	margin-top: 8px;

}

div.announcement {
	font-size: 110%;
	border: 1 solid black;
	padding: 7px;
}

div.announcement span#lead {
	font-weight: bold;
}

div#announcements {
	font-size: 74%;
	margin: 5px 0px 5px 5px;
}

div#announcements h2{
	font-style: normal;
	padding-bottom: 3px;
	margin-bottom: 3px;
	color: white;
	background-color: #3333cc;
	text-align: center;
	font-size: 110%;
}

div#announcements p{
	border-bottom: 1px gray solid;
	margin-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

// New Gift-shop Style
// border-bottom-color: red; // rgb(221, 221, 221);
	// border-bottom-style: solid;
	// border-bottom-width: 20px;
	
div.shopItem {
	 height: 200px;
	 padding-bottom: 4px;
	 padding-left: 2px;
	 padding-right: 2px;
	 padding-top: 8px;
	 margin-bottom: 20px;
	 overflow: auto; 
	 width: 100%;
}

div.productImage {
	 width: 115px;
	 padding-bottom: 40px;
	  float: left;
}

div.productData{ 
	 padding-bottom: 40px;
	 padding-left: 25px;
	 width: 360px;
	 float: left;
}


