@charset "utf-8";

/* This defines the placement & behavior of the logo */
#logo {
	margin: 0px;
	padding: 0px;
	height: 234px;
	width: 198px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
}

/* This defines the placement & behavior of the filmstrip area */
#FilmStrip {
	left: 198px;
	top: 0px;
	position: absolute;
	height: 157px;
	width: 783px;
	background-image: url(images/FilmStripBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 52px;
	padding-left: 2px;
	overflow: hidden;
}
/* This defines the placement & behavior of the "non-profit" graphic area */
#NonProfit {
	left: 198px;
	top: 209px;
	position: absolute;
	width: 785px;
	height: 25px;
	background-color: #499632;
}
/* This defines the placement & behavior of the left-hand sidebar and links */
#SideBar {
	position: absolute;
	top: 234px;
	width: 158px;
	visibility: visible;
	left: 0px;
	background-image: url(images/SideBack2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #525252;
	padding: 0px;
}

#SideBarLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 120%;
	color: #3E003C;
	width: 130px;
	margin-left: 11px;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#SideBarLinks a:link {
	color: #000;
	text-decoration: none;
	}
#SideBarLinks a:visited {
	color: #000;
	text-decoration: none;
	}
#SideBarLinks a:hover {
	color: #000099;
	text-decoration: underline;
	}
#SideBarLinks a:active {
	color: #333;
	text-decoration: underline;
	}
#SideBarDonate {
	background-color: 525252;
	background-repeat: repeat-y;
	background-position: left center;
	width: 158px;
	top: 560px;
}

/* This defines the placement & behavior of the main content area in the center */
#Content {
	position: absolute;
	left: 170px;
	top: 257px;
	width: 560px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 115%;
	color: #3E000D;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#Content a:link {
	color: 000099;
	text-decoration: underline;
	font-weight: bold;
	}
#Content a:visited {
	color: 000099;
	text-decoration: underline;
	font-weight: bold;
	}
#Content a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	}
#Content a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
#Content p {
	padding-left: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	color: #000;
	}
#Content h1 {
	padding-left: 60px;
	background-color: #FFFFFF;
	background-image: url(images/TitleBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 404px;
	padding-top: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	display: block;
	}
/* This gives the main document some basic styling and extends the left sidebar background */
body {
	background-image: url(images/SideBack2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	padding: 0px;
	margin-bottom: 15px;
}
/* This defines the placement & behavior of the right-hand sidebar. */
#RightSide {
	width: 175px;
	left: 755px;
	top: 264px;
	background-color: #eaeaea;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 135%;
	color: #000;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 10px;
}
#RightSide h2 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 10px;
	display: block;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	}

#RightSide a:link {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
#RightSide a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
#RightSide a:hover {
	color: 000099;
	text-decoration: underline;
	font-weight: bold;
	}
#RightSide a:active {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	}
	
/* This defines the placement & behavior of the section containing the copyright & design credit area */
#bottom {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding: 10px;
	position: fixed;
}

#apDiv1 {
	position:absolute;
	left:0px;
	top:560px;
	width:156px;
	height:149px;
	z-index:1;
}

