/*main*/
body {
	margin:0;
	font-family:Arial;
	background:#FCF1D0;
	color:#000;
}
#pageLayout {
	width:779px;
	margin:0 auto;
}

a { color:#663300; text-decoration:none; }
a:hover { color:#996633; text-decoration:underline; }

/*heading and menu*/
#headerpic {
	height:234px;
	background:url('../img/headerbg.jpg') #FCF1D0 no-repeat top;
	margin:0;	
}
#headerMenubg {
	overflow:hidden;
	height:54px;
	background:url('../img/menubg.jpg') #FCF1D0 no-repeat top;
	margin:0;
}
#headerMenu {
	left:250px;
	width:498px;
	padding:17px 0;
	position:relative;
	text-align:center;
}
#headerMenu a {
	color:#FFFFCC;
	height:18px;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 13px;
}
#headerMenu a:hover {
	text-decoration:underline;
}

/*main content*/
#content {
	height:269px;
	background:url('../img/basebg.jpg') #FCF1D0 no-repeat top;
	font-size:0.9em;
}
/*content left*/
#sideLeft {
	float:left;
	width:249px;
	text-align:center;
}
#sideSpacer {
	height:275px;
}
#donations {
	width:250px;
	height:116px;
	text-align:center;
}
img.donate {
	width:224px;
	height:116px;
}

/*content right*/
#sideRight {
	float:left;
	width:502px;
}
#pageHeader {
	height:35px;
	color:#996633;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	padding:32px 0 0 0;
	border:solid #996633;
	border-width:0 0 1px 0;
}

#pageHeader1 {
	height:60px;
	color:#996633;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	padding:32px 0 0 0;
	border:solid #996633;
	border-width:0 0 1px 0;
}

#pageText {
	color:#000;
	font-size:0.9em;
	text-align:justify;
	margin:10px 0 0 0;
}

/*thumbnails*/
table.thumbtable {
	width:100%;
}
td.thumbpic {
	width:33%;
	text-align:center;
	vertical-align:top;
	height:130px;
}
p.thumbdetail {
	margin:4px;
	text-align:center;
	color:#996633;
	font-size:.9em;
	font-weight:bold;
}
img.thumb {
	width:150px;
	height:100px;
	border:1px solid #996633;
}
a.sitelink {
	text-decoration:none;
}

/*pics*/
#pagePic {
	color:#000;
	font-size:0.9em;
	text-align:center;
	margin:10px 0;
}
img.pic {
	text-align:center;
	border:1px solid #996633;
}

/*footer*/
#footer {
	font-size:0.85em;
	color:#996633;
	text-align:center;
	padding:20px 0 10px 0;
	clear:both;
}
#copyright {
	font-size:0.90em;
	margin:0 0 8px 0;
}
a.footerlink { color:#663300; text-decoration:none; }
a.footerlink:hover { color:#996633; text-decoration:underline; }

/*extras*/
ul {
	list-style:none;
}
ul li {
	float:left;
	padding:10px 0;
}
ul li p {
	float:left;
	padding:0;
	margin:0;
}
table.contact {
	margin:20px 0 10px 70px;
}
ul li p.item,
table td.item {
	text-align:left;
	font-size:0.9em;
	color:#000;
}
ul li p.label,
table td.label {
	text-align:left;
	color:#996633;
	font-size:0.9em;
	font-weight:bold;
	width:60px;
	clear:left;
}


.heading-2{
    font-family:Tahoma;
    font-size:11px;
    color:#000000;
	line-height:20px;
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	margin:0;
	padding-bottom:0;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
}