@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/Bkrnd_Grad.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.GreenSubHeads {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #009900;
}
.OrangeHeads {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	text-decoration: none;
}
.smGreyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.BodyTextBold {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}


.SideNavLText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3366FF;
	text-decoration: none;
}
.SideNavTextHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF3366;
}
.SideNavDateText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF9933;
}




.thrColFixHdr #container {
	width: 825px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 162px;
	padding-top: 0;
	padding-bottom: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/SideNavL_GradTop.gif);
}
.thrColFixHdr #SideNavL_content {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	background-image: url(../images/SideNavL_GradMid.gif);
	background-repeat: repeat-y;
	background-position: top;
	padding-right: 15px;
	text-align: center;
	padding-left: 5px;
	padding-bottom: 30px;
	height: 100%;
	margin-top: 84px;
}
.thrColFixHdr #SideNavL_quoteWrapper {
	margin-right: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.thrColFixHdr #SideNavL_bottom {
	background-image: url(../images/SideNavL_GradEnd.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 16px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
.thrColFixHdr #SideNavR_dots {
	background-image: url(../images/Orange-Dot.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 15px;
	height: 592px;
	float: left;
}
.thrColFixHdr #SideNavR_donate_dots {
	background-image: url(../images/Orange-Dot.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 15px;
	height: 1345px;
	float: left;
}
#SponserWrapper {
	border: 1px solid #66FF33;
}
.GreyBodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}



.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 30px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #CFFF3F;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #LBH_pixWrapper {
}
.thrColFixHdr #LBH_MainText2 {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	margin-bottom: 30px;
	margin-left: 20px;
	padding-right: 20px;
}
.PhotoCaptionText {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #660066;
	text-decoration: none;
}
.thrColFixHdr #VolServ1 {
	float: left;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #660000;
	width: 150px;
	height: 170px;
	text-align: center;
	margin-left: 9px;
	padding: 5px;
	margin-bottom: 10px;
}
.thrColFixHdr #VolServ2 {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #660000;
	height: 170px;
	width: 150px;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
.thrColFixHdr #VolServ3 {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #660000;
	height: 170px;
	width: 150px;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
.thrColFixHdr #VolServ4 {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #660000;
	height: 170px;
	width: 150px;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
.thrColFixHdr #VolServ5 {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	height: 170px;
	width: 150px;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
.thrColFixHdr #Vol_MainText2 {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	margin-bottom: 35px;
	padding-right: 20px;
	padding-left: 200px;
}
.thrColFixHdr #mainContent_index {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}

.thrColFixHdr #mainContent_game {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 25px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.thrColFixHdr #mainContent_grief {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 25px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
#grief_SideBarPixWrapper {
	float: left;
	width: 180px;
	padding-left: 10px;
}

.thrColFixHdr #grief_Wrapper2 {
}


#grief_MainText2 {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	margin-bottom: 70px;
	padding-right: 20px;
	padding-left: 210px;
}

.thrColFixHdr #mainContent_resource {
	margin-top: 0;
	margin-right: 200px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}

.thrColFixHdr #mainContent_volunteer {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 5px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.thrColFixHdr #mainContent_contact {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 125px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.thrColFixHdr #mainContent_village {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 45px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.thrColFixHdr #BH_MainText2 {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	padding-left: 200px;
	padding-right: 20px;
}
.thrColFixHdr #LBH_mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.thrColFixHdr #donationsWrapper2 {
	font-weight: normal;
	font-variant: normal;
	margin-right: 15px;
	margin-left: 15px;
}
.thrColFixHdr #mainContent_support {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}

.thrColFixHdr #support_MainText2 {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	margin-bottom: 30px;
	margin-left: 20px;
	padding-right: 20px;
}

