@charset "utf-8";
/* CSS Document */

/* To change the font site-wide, edit the following style */
BODY, A, TD, P, FORM, DIV, TABLE, TR, TD, UL, OL {
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: Arial, Verdana, sans-serif;
}

TABLE, TR, TD {
	background-color:#FFFFFF;
}

/* General link styles */
A:link {text-decoration: none; color: blue}
A:visited {text-decoration: none; color: darkblue}
A:active {text-decoration: none; color: red}
A:hover {text-decoration: none; color: red}

/* Gives footer email link its own style */
.footer A:link { text-decoration: none; color: white }
.footer A:visited { text-decoration: none; color: white }
.footer A:active { text-decoration: none; color: red }
.footer A:hover { text-decoration: none; color: red }

UL {
	text-align: left;
	font-size: 12pt;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

HR {
	height: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

.pagebody {
	overflow: hidden;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;	
	margin-top: 0px;
	margin-bottom: 0px;		
}

.bodywidth {
	background-color:#FFFFFF;
	border: thick;
	border-color: #1D76B0;
	/*border-style:outset;*/
	margin-left: 95px;
	margin-right: 95px;	
	margin-top: 100px;
	padding: 20px;
}

.toplogo {
	background-color:#66AEE8;
	position: absolute;
	margin-left: 5px;
	margin-right: 5px;	
	margin-top: 5px;
	margin-bottom: 5px;	
}

.menubar {
	background-color:#66AEE8;
	position: absolute;
	margin-left: 95px;	
	margin-top: 80px;
}

.leftlogo {
	background-color:#66AEE8;
	position: absolute;
	margin-left: -10px;
	margin-top: 100px;
}

.breadcrumb {
	position: relative;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 25px;	
}

.listtext {	
	text-align: left;
	font-size: 12pt;
	margin-left: 75px;
	margin-right: 25px;	
	margin-top: 5px;
	margin-bottom: 25px;
}

.pagecaption {
	position: relative;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;	
	margin-right: 20px;
}

.pagetext {	
	text-align: left;
	font-size: 12pt;
	margin-left: 25px;
	margin-right: 25px;	
	margin-top: 5px;
	margin-bottom: 15px;
}

/* Size and position of HTML table for Home page layout */
/* Left cell contains image; right cell contains Donation button and News */
.imagenews {
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;	
	padding-left: 0px;
	padding-right: 0px;
 }

/* Style HTML table right cell News layout */
.newsbox {
	position: relative;
	width: 250px;
	border: solid;
	border-width: 2px;
	border-color: darkblue;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 50px;	
	padding-left: 5px;
	padding-right: 5px;
 }
 
/* Styles for Front page */

.centeredsmallcaption {
	text-align: center;
	font-weight: bold;	
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.smallertext {
	text-align: left;
	font-size: 10pt;
}

/* Styles for subpages */
.homepagecaption {
	text-align: center;
	position: relative;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 20px;	
	margin-right: 20px;
}

.subcaption {
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.subtext {	
	text-align: left;
	font-size: 12pt;
	/*font-style: italic; */
	margin-left: 25px;
	margin-right: 25px;	
	margin-top: 20px;
	margin-bottom: 20px;
}

.centerblock {
	position: relative;
	text-align: center;
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer {
	position: relative;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 50px;
}