﻿/* Page Structure */	
body
{
	background-color: #b1a6bc;
	color: #333333;	
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 11px;
}
#outerPage
{
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 0px 0px;
	width: 1056px;
  background-color: #6a5d89;
  background-image: url(/images/common/page_bg.jpg);
  background-repeat: repeat-x;
	font-size: 10px;
}
#innerPage
{
	margin-left: auto;
	margin-right: auto;
	width: 941px; /* 986 */
	padding: 1px 22px 1px 23px;
	min-height: 700px;
  background: #ffffff url(/images/common/innerpage_bg.gif) no-repeat top;
	font-size: 10px;
}
#pageContent
{
  width: 939px; /* 941 */
  border-left: solid 1px #dedede;
  border-right: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}
#header
{
  width: 941px;   /* 941 */
  height: 104px;  /* 126 */
  padding: 22px 0px 0px 0px;
  background-image: url(/images/header/header_bg.gif);
  background-repeat: no-repeat;
  text-align: right;
}
#pageFooter
{
  margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 1056px;
	height: 55px;
  background-image: url(/images/common/footer.jpg);
  background-repeat: no-repeat;
}
#footer
{
  width: 941px;
  height: 41px; /* 52 */
  margin: 12px 0px 12px 0px;
  padding: 11px 0px 0px 0px;
  background-color: #472468;
  text-align: center;
}
#copyright
{
  text-align: center;
  padding: 10px 10px 20px 10px;
}
/* END - Page Structure */

/* Home Page */
#intro
{
  width: 309px; /* 939 */
  height: 260px;  /* 446 */
  padding: 200px 520px 0px 110px;
  background-image: url(/images/home/intro_bg.gif);
  background-repeat: no-repeat;
  line-height: 1.4em;
  font-size: 11px;
  
}

.donateItem
{
  width: 850px; /* 939 */
  padding: 20px 0px 0px 0px;
  margin: 40px 50px 0px 39px;
  font-size: 12px;
  line-height: 1.4em;
  border-top: solid 1px #bc4e28;
}
.donateItem .picture
{
  float: left;
  display: inline;
  width: 500px;
  padding: 0px 0px 20px 0px;
}
.donateItem .item
{
  float: left;
  display: inline;
  width: 350px;
  padding: 0px 0px 20px 0px;
}
.donateItem .item .text
{
  padding: 20px 20px 40px 20px;
}
/* END - Home Page */

/* Message FROM CEO Popup */
body.popup
{
	background-color: #ab3f25;
	color: #ffffff;	
	margin: 20px 20px 0px 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}
body.popup b
{
  color: #351a5c;
}
/* END - Message FROM CEO Popup */

/* Common */
a, a:link, a:hover, a:visited, a:active
{
  color: #2b4c9e;
}
b
{
  color: #ba471f;
}
h1
{
  font-size: 17px;
  color: #2f2468;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
h2
{
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
.clear
{
	clear: both;
	font-size: 1px; 
	line-height: 1px;
	height: 0px;
	white-space: nowrap;
}		
/* END - Common */
