/* default.css */
/* This file is included on all pages. */

/* Redefine HTML Tags */

/* Set default font and margins */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/* Links */
/* Default link color and behavior */
a {
	font-size: 12px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

/* Link on dark background */
a.white {
	font-size: 11px;
}
a.white:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* Sub header link */
a.subHeader {
	font-weight: bold;
	padding-bottom: 2px;
}
/* Sub header link */
a.subHeader1 {
	font-size: 11px;
	padding-bottom: 2px;
}
/* Module header as link */
a.modHeader {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
a.modHeader1 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
/* Site-wide colors */
/* Light blue found in header */
.bgLtBlue {
	color: #FFFFFF;
	background-image: url("../../../images/light_blue.gif");
}
/* Dark blue found in header */
.bgBlue {
	background-color: #EDEDE1;
	color: #FFFFFF;
}
.bgBlue1 {
	color: #FFFFFF;
	background-image: url("../../../images/dark_blue.gif");
}

.bgMenuBlue {
	background-color: #5D8EAE;
	color: #FFFFFF;
}


/* Lighter light background */
.bgTan {
	background-color: #EDEDE1;
}
/* Darker light background */
.bgIvory {
	background-color: #E8E8D2;
}
.bgWhite {
	background-color: #FFFFFF;
}
/* Background for Donation Box */
.bgDonation {
	background-color: #F6F6F0;
}
/* Rule Definitions */
/* Bracket Rule */
.bgDarkGray {
	background-color: #999999;
}
.bgDarkGray1 {
	background-color: #D2D2CC;
}
/* Brown Module Rule */
.bgBrown {
	background-color: #977334;
}
/* Horizontal Dashed Rule on darker of light backgrounds */
.bgIvoryHR {
	background-image:  url("../../../images/dash_hor.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
/* Vertical Dashed Rule on darker of light backgrounds */
.bgIvoryVR {
	background-image:  url("../../../images/dash_ver.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
/* Horizontal Dashed Rule on lighter of light backgrounds */
.bgTanHR {
	background-image:  url("../../../images/dash_hor_tan.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
/* Vertical Dashed Rule on lighter of light backgrounds */
.bgTanVR {
	background-image:  url("../../../images/dash_ver_tan.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
/* Horizontal Dashed Rule on white background */
.bgWhiteHR {
	background-image:  url("../../../images/dash_hor_wht.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
/* Vertical Dashed Rule on white background */
.bgWhiteVR {
	background-image:  url("../../../images/dash_ver_wht.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

/* Text */
.bodyTextSmall {
	font-size: 11px;
	color: #333333;
}


/* Text */
.bodyTextSmallBlack {
	font-size: 11px;
	color: #000000;
}



/* Text */
.bodyText {
	font-size: 12px;
	color: #333333;
}
.bodyTextBold {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.bodyTextBold1 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.header {
	font-size: 12px;
	color: #333333;
}
.whiteText {
	font-size: 12px;
	color: #FFFFFF;
}
.whiteHeader {
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
.redText {
	font-size: 12px;
	color: #FF0000;
}

/* Module header */
.moduleHeader {
	font-size: 12px;
	color: #333333;
	font-weight:bold;
}
.moduleHeader1 {
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
}
.moduleHeader2 {
	font-size: 11px;
	color: #666666;
	text-transform: capitalize;
	font-weight: bold;
}
.moduleHeaderUCase {
	font-size: 12px;
	color: #333333;
	font-weight:bold;
	text-transform: uppercase;
}
/* Small module header */
.smModuleHeader {
	font-size: 11px;
	color: #666666;
}
/* Small module header bold */
.smModuleHeaderBold{
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
/* MISC */
/* Aligns news pictures with text */
.newsPict {
	padding-top: 2px;
}
.alignRight {
	text-align: right;
}
.pad10Left{
	padding-left: 10px;
}
.bgSubMenu{
	background-color: #46A7BF;
	color: #FFFFFF;
}
a.menuTextLinks {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 18px;
}
a.menuTextLinks:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 18px;
}
a.menuTextLinks:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.menuTextLinksBg {
	background-color: #5D8EAE;
}
a.subMenuTextLinks {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 10px;
}

a.subMenuTextLinks:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 10px;
}
a.subMenuTextLinks:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 10px;
}
.subMenuTextLinksBg {
	background-color: #3C86B2;
}	
.breadCrumb {
	font-size: 11px;
	color: #333333;
}
.bodyTextHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-transform: uppercase
}
.bodyTextSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.pixMargin{
	padding-bottom: 10px;
}

/*-------------------------------------------------------
/* Start Menu class */

.m1CL0{
text-decoration:none
}

.m1CL0:link{
text-decoration:none;width:100%;color:#FFFFFF; 
}

.m1CL0:visited{
color:#FFFFFF
}

.m1mit{
padding-left:4px;padding-right:5px;color:#FFFFFF; font-family:Tahoma; font-size:9px;text-decoration:none;text-transform: uppercase;font-weight: bold;
}

a.m1CL0{ 
font-size:9px;text-decoration:none;text-transform: uppercase;font-weight: bold;
}

a.m1CL0:Hover{ 
text-decoration:none
}

/* End Menu class */
/*-------------------------------------------------------*/


.calendarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EBF1F5;
	padding-left: 8px;
}
.calendarPipe {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7C7C7C;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
}
.calendarYear {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E2EDF4;
	text-decoration: none;
}
a.calendarMonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.calendarMonthdiv {
	width: 100px;
}

.SiteMenuclass {
text-decoration: none;
font-weight:bold
}
.bodyTextCaption {

	font-size: 11px;
	color: #333333;
	text-align: left;
}

.listingPict{
	padding-right: 10px;
}

.contentPict{
	padding-right: 10px;
}

.paging
{
font-size: 11px;
color: #666666;
text-decoration: none;
}
a.paging {
	font-size: 11px;
}
a.paging:link {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.paging:visited {
	color: #666666;
	text-decoration: none;
}
a.paging:active {
	color: #666666;
	text-decoration: none;
}
a.paging:hover { 
	color: #666666;
	text-decoration: underline;
}
.bannerText {
	margin: 0px 25px 0px 12px;
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 10px;
}
.bannerText1 {
	margin: 0px 25px 0px 22px;
	font-size: 11px;
	color: #FFFFFF;
}
a.bannerText {
	color: #FFFFFF;
	text-decoration: none;
}
a.bannerText:link {
	color: #FFFFFF;
	text-decoration: none;
}

.bannerTextBig {
	margin: 0px 25px 0px 12px;
	font-size: 13px;
	color: #FFFFFF;
}
.solidright {
	border-width:0px 1px 0px 0px;
	border-style:solid;
	border-color:#999999;
}
.categoryPict1{

}
.categoryPict2{
	padding-left: 10px;
}
.categoryPict3{
	padding-left: 10px;
}
.featureHeaders {
	margin: 3px 25px 0px 5px;
}.aroundTheWorld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.categoryTextLinks1 {
	font-size: 12px;
}

.bodyTextStats {
	font-size: 12px;
	color: #333333;
}
.bodyTextStats1 {
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
}
.bodyTextStats2 {
	font-size: 12px;
	color: #333333;
	font-weight:bold
}
.bodyTextStats3 {
	font-size: 12px;
	color: #333333;
}
.bodyTextStatsItalics {
	font-size: 12px;
	color: #333333;
	font-style: italic;
}

.catImage2{
	padding-bottom: 10px;
	padding-top: 10px;
}

.catImage21{
	padding-right: 10px;
	padding-bottom: 10px;
}
.catImage22{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.catImage3{
	padding-bottom: 10px;
} 

.catImage4{
	padding-right: 10px;
} 

.rhsBanner{
	padding-bottom: 10px;
} 


.countryText {
	font-size: 12px;
	color: #333333;
	padding-top: 15px;
	padding-bottom: 7px;
}
/* begin news scroller */
#ajaxticker1{
	width: 340px;
	height: 20px;
	border: 0px ridge black;
	padding: 0px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
/*background-color: #FEEEB8;*/
}

.newsticker{ 
/* end news scroller .*/
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
}
.sorting {
	color: #FFFFFF;
}
.sorting a:link {
	color: #FFFFFF;
}
.sorting a:visited {
	color: #FFFFFF;
}
.sorting a:hover {
	color: #FFFFFF;
}
.sorting a:active {
	color: #FFFFFF;
}