/* CSS Document */
html { 
	margin : 0; 
	padding : 0;
	text-align: center; 
}
body {  /*----- Global formatting for site text, sets dark green background color, centers content in screen -----*/
	font: 76%/140% Geneva, Arial, Helvetica, sans-serif;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #030;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 800px;
}
div#content {  /*----- Container for entire page, beige background, centers content in screen, then set main paragraph text to left-aligned -----*/
	position: relative;
	width: 800px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #DBDBC4;
}
div#header {  /*----- Top Header image formatting -----*/
	width: 762px;
	height: 149px;
	padding-top:15px;
	margin-bottom: 15px;
	margin-left: 19px;
	margin-right: 19px;
	text-align: center;
}
div#logos {  /*----- Logos below header image -----*/
	width: 762px;
	height: 100px;
	margin-top:15px;
	margin-bottom: 15px;
	margin-left: 19px;
	margin-right: 19px;
	text-align: center;
}
div#leftPanel {   /*----- formatting for left column, contains navigation and contact info -----*/
	position: relative;
	z-index: 10;
	text-align: center;
	width: 183px;
	float:left;
	background-color: #DBDBC4;
}
div#menu {   /*----- formatting for nav menu container -----*/
	padding-left: 10px;
}
div#contact {   /*----- formatting for address & phone number text -----*/
	padding-left: 19px;
	padding-top: 10pt;
	text-align: left;
	font-size: 9pt;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 14pt;
}
div#rightPanel {   /*----- formatting for right column, usually contains pictures -----*/
	position: relative;
	width: 180px;
	float: right;
	background-color: #DBDBC4;
	text-align: left;
	padding: 15px 19px 15px 19px;
}
div#pageContent {   /*----- formatting for main text area on page -----*/
	position: relative;
	width: 392px;
	background-color: #DBDBC4;
	text-align: left;
	margin: 15px 222px 15px 186px;
}
h1 { /*-----Formatting for all H1s-----*/
	font-size: 16px;
	font-weight: bold;
	color: #061B84;
	margin-top: 5px;
}
h2 { /*-----Formatting for all H2s-----*/
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #900;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 { /*-----Formatting for all H3s-----*/
	font-size: 12px;
	font-weight: bold;
	color: #900;
	margin-top: 5px;
	margin-bottom: 0px;
}
div#footer {  /*----- Formatting for footer positioning, text size and color -----*/
	position: relative;
	width: 375px;
	height: 100px;
	clear: both;
	margin-top:15px;
	margin-bottom: 15px;
	margin-left: 185px;
	margin-right: 240px;
	padding-top:15px;
	text-align: center;
	font-size:11px;
	color: #666;
}
div#footer a:link, div#footer a:active, div#footer a:visited {   /*----- formatting for footer links -----*/
	text-decoration:none;
	color:#666;
}
div#footer a:hover {   /*----- formatting for hovering over footer links -----*/
	text-decoration: underline;
	color: #081D8A;
}
a:link, a:visited  {   /*----- sets sitewide link color, underlined -----*/
	text-decoration: underline;
	color:#081D8A;
}
a:hover {  /*----- sets sitewide link color for hovering over the links -----*/
	text-decoration: underline;
	color: #900;
}
.image_left {  /*----- images with this class assigned will float to the left and text will wrap around them -----*/
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	border: 0;
}
.image_right {  /*----- images with this class assigned will float to the right and text will wrap around them -----*/
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	border: 0;
}
ul {  /*----- Formatting for bulleted lists within the page content.  -----*/
	list-style-image: url(../images/bullet2.gif);
	list-style-position: outside;
}
table.dataTable tr td {   /*----- formatting for donation $ data table -----*/
	background-color: #C9C9A7;
}
img.thumbnail {   /*----- formatting for images in right column -----*/
	border: 0;
	width: 180px;
	height: 135px;
	padding-bottom:10px;
}
