@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/body-bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0px;	
}
#content {
	float: left;
	margin: 0px;
	margin-top: 47px;
	padding: 0px;
	width: 800px;
	background-image: url('../images/column-bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	border: 1px solid rgb(206,146,93);
	border-top: none;
}
#nav {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 266px;
	background: transparent;
}
#nav img.logo {
	padding-left: 13px;
	padding-top: 17px;
}
#nav img.logofrench {
	padding-left: 4px;
	padding-top: 17px;
}
#nav ul {
	list-style: none;
	margin: 0px;
	margin-top: 40px;
	padding: 0px;
	text-align: center;
	margin-bottom: 20px;
}
#nav li {
	margin-top: 7px;
}
#nav li a {
	color: white;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}
#textCol {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 525px;
	padding-bottom: 30px;
}
#textCol img.header {
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#textArea {
	width: 455px;
	margin-left: 30px;
	background-color: rgb(217,218,190);
	border: 1px solid rgb(159,166,23);
	color: #333;
}
#textArea h1 {
	display: block;
	width: 100%;
	height: 55px;
	background-color: rgb(159,166,23);
	margin: 0px;
	padding: 0px;
}
#textArea p {
	padding: 5px;
	margin: 5px;
}
#textArea img {
	margin-left: 9px;
	margin-bottom: 5px;
	margin-top: 8px;
	border: 1px solid rgb(177,92,17);
}
#textArea h1.checkback {
	background-image: url('../images/check-back.gif');
	background-repeat: no-repeat;
}
#textArea h1.welcome {
	background-image: url('../images/welcome.gif');
	background-repeat: no-repeat;
}
#textArea h1.welcome-fr {
	background-image: url('../images/welcome-fr');
	background-repeat: no-repeat;
}
#textArea h1.whydonate {
	background-image: url('../images/why-donate.gif');
	background-repeat: no-repeat;
}
#textArea h1.whydonate-fr {
	background-image: url('../images/why-donate-fr.gif');
	background-repeat: no-repeat;
}
#textArea h1.money {
	background-image: url('../images/money.gif');
	background-repeat: no-repeat;
}
#textArea h1.money-fr {
	background-image: url('../images/money-fr.gif');
	background-repeat: no-repeat;
}
#textArea h1.commitment {
	background-image: url('../images/commitment.gif');
	background-repeat: no-repeat;
}
#textArea h1.commitment-fr {
	background-image: url('../images/commitment-fr.gif');
	background-repeat: no-repeat;
}
#textArea h1.contact {
	background-image: url('../images/contact.gif');
	background-repeat: no-repeat;
}
#textArea h1.contact-fr {
	background-image: url('../images/contact-fr.gif');
	background-repeat: no-repeat;
}
#textArea h1.checkbackfr {
	background-image: url('../images/check-back-fr.gif');
	background-repeat: no-repeat;
}
#textArea h2 {
	margin: 0px;
	margin-top: 15px;
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
}
#textArea a {
	color: rgb(177,92,17);
}
#textArea a:hover {
	text-decoration: none;
}
#textArea ul {
	padding-right: 5px;
}
.hide {
	display: none;
}
.highlight {
	font-weight: bold;
	color: rgb(139,146,3);
} 
.checkback {
	font-size: 1.5em;
}
#footer {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#footer img {
	float: left;
	padding-top: 10px;
	margin-left: 264px;
	padding-right: 10px;
	
}
#footer a img {
	border: 0;
}
#footer p {
	font-size: .7em;
	padding-top: 15px;
}
.error {
	font-weight: normal;
	color: rgb(255,0,0);
	font-size: .8em;
	margin-left: 10px;
}
.code-text {
	font-family: Times;
	font-size: 1.2em;
	letter-spacing: 5px;
}
.fippa {
	font-size: .7em;
}