a {
	outline:0;
	font-weight: bold;
	color:#E8008C;
}

body  {
	background: #FFFFFF;
	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: #F3C;	
}

.thrColElsHdr #container { 
	width: 1000px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 

.thrColElsHdr #header h1 {
	margin: 0;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColElsHdr #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	padding: 0 0; /* top and bottom padding create visual space within this div */
}

.thrColElsHdr #sidebar2 {
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}

.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColElsHdr #container #mainContent #headline  a {
	color: #ED008C;
	text-decoration: none;
	font-weight: bold;
}

.thrColElsHdr #container #mainContent #updates {
	height:550px;
	overflow:auto;
	padding-right:25px;
}


.thrColElsHdr #container #mainContent #updates ul li {
	list-style:none;
	margin-left:0;
}

.thrColElsHdr #container #mainContent {
	font-family:"Century Gothic", sans-serif;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 223px;
	padding-right: 223px;
	text-align:justify;
	color:#666;
	line-height:125%;
} 

.thrColElsHdr #container #mainContent p {
 	text-indent:35px;
} 

.thrColElsHdr #container #mainContent h1 {
	color: #000;
	font-size: 19px;
}

.thrColElsHdr #container #mainContent h2 {
	font-size: 12px;
}

.thrColElsHdr #footer { 
	padding: 10px 10px;
	text-align: center;
	font-size:12px;
	color:#F0F;
	border-top:medium;
	border-bottom:medium;
} 

.thrColElsHdr #footer a:link {
	text-decoration:none;
	color:#F0F;
}

.thrColElsHdr #footer a:visited {
	text-decoration:none;
	color:#F0F;
}

/* Miscellaneous classes for reuse */

.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;
}

.thrColElsHdr #container #mainContent p {
	font-size: 12px;
}

.thrColElsHdr #container #header #doc_frame img {
	padding-left:10px;
	padding-right:10px;
}

.thrColElsHdr #container #header #doc_frame {
	margin-left:5px;
	margin-right:7px;
	background-image:url(gradient.jpg);
	background-repeat: repeat-x; 
}

.thrColElsHdr #container #header #doc_frame #FlashID {
	margin-bottom:10px;
}

.thrColElsHdr #container #mainContent #paypal_donate {
	text-align:center;
}
.thrColElsHdr #container #mainContent ul li {
	font-size: 12px;
}

.boldText {
	font-weight:bold;
}

#imageContainer {
	margin-left:6px;	
}

#kindgirls {
	width:988px;
	margin-left:6px;
	background:url(../Assets/kindgirls/gradient_horizontal.jpg) repeat-y;
}

.fundraisingtext {
	font-weight:bold;	
}

.fundraisingtext p {
	font-size:24px;	
}

#fundraisinggoal {
	padding-bottom:25px;
	border-bottom:#000 2px solid;	
}

