@charset "UTF-8";
/*   
Theme Name: MCFcustom
Theme URI: http://www.themastercardfoundation.org
Description: Custom theme designed by Profis for use on The MasterCard Foundation website.
Author: Profis and Andrew Cermak
Author URI: http://www.profis.ca
Version: 1.0b6
*/
a {
	text-decoration: none;
}
body {
	background-color: #E2E1DA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.breadCrumb {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}
.breadCrumb a:hover {
	text-decoration: underline;
}
.breadCrumb a:link, .breadCrumb a:visited {
	color: #000000;
}

.sideNav {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #767662;
	line-height: 22px;
}
.sideNavOff {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #9C1C1F;
	line-height: 22px;
}
.sideNav a:hover {
	color: #9C1C1F;
}
.sideNavunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C7BC;
}
.miniNav {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #58595b;
}
.miniNav a:hover {
	color: #990000;
}
.footerNav {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #58595b;
}
.footerNav a:hover {
	text-decoration: underline;
}
.headingTxt {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #093678;
	line-height: 19px;
}
.headingTxt a:hover {
	text-decoration: underline;
}
.headingTxt a:link, .headingTxt a:visited {
	color: #093678;
}
.subheadingTxt {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 19px;
}
.subheadingTxt a:hover {
	text-decoration: underline;
}
.subheadingTxt a:link, .subheadingTxt a:visited {
	color: #990000;
}
.bodyTxt {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 19px;
}
.bodyTxt a:hover {
	text-decoration: underline;
}
.bodyTxt a:link {
	color: #990000;
}
.bodyTxt a:visited {
	color: #990000;
}
.caption {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #666;
	font-style: italic;
}
.rightBoxTitle {
	font-family: Times, serif;
	font-size: 18px;
	color: #990000;
}
.rightBoxSubhead {
	font-family: Times, serif;
	font-size: 14px;
	color: #990000;
	font-style: italic;
}
.rightBoxTxt {
	font-family: Verdana, serif;
	font-size: 10px;
	color: #000000;
	line-height: 13px;
}
.rightBoxTxt a:hover {
	text-decoration: underline;
}
.rightBoxTxt a:link, .rightBoxTxt a:visited {
	color: #990000;
}
.rightBoxRedTxt {
	font-family: Verdana, serif;
	font-size: 10px;
	color: #990000;
	line-height: 13px;
}
.rightBoxBrownTxt {
	font-family: Verdana, serif;
	font-size: 10px;
	color: #767662;
	line-height: 15px;
}
.rightBoxBrownTxt a:hover {
	text-decoration: underline;
}
.rightBoxBrownTxt a:link {
	color: #767662;
}
.rightBoxBrownTxt a:visited {
	color: #767662;
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 10;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #666;
	font-style: italic;
	line-height: 15px;
	text-align: left;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Begin Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignnone {
	margin:0 1em 1em 0;
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img.alignnone {
	margin:0 1em 1em 0;
}
/* End Images */

